SkillAgentSearch skills...

MCANet

The official PyTorch implementation of our paper "MCA: Multidimensional collaborative attention in deep convolutional neural networks for image recognition".

Install / Use

/learn @ndsclark/MCANet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Multidimensional Collaborative Attention Module

By Yang Yu, Yi Zhang, Zeyu Cheng, Zhe Song, Chengkai Tang.

The official PyTorch implementation of "MCA: Multidimensional collaborative attention in deep convolutional neural networks for image recognition".

Approach

<div align="center"> <img src="figures/fig1.png"> </div> <p align="left"> Figure 1: Schematic comparison of the proposed multidimensional collaborative attention module (d) to the ECA module (a), SRM (b), and CBAM (c). </p> <div align="center"> <img src="figures/fig2.png"> </div> <p align="left"> Figure 2: The overall architecture of the proposed MCA module with three branches. </p>

Description. The top branch is used to capture the interaction between features in the spatial dimension W. Similarly, the middle branch is used to capture the interaction between features in the spatial dimension H. The bottom branch is responsible for capturing the interaction between channels. In the first two branches, we employ the permute operation to capture long-range dependencies between the channel dimension and either one of the spatial dimensions. Finally, the outputs from all three branches are aggregated by simple averaging in the integration phase.

MCA. Detail of implementations, including the module and the network, can be found in Cifar and ImageNet in this repository.

Our environments and toolkits

  • OS: Ubuntu 18.04.1
  • CUDA: 11.6
  • Python: 3.9.12
  • Toolkit: PyTorch 1.10
  • GPU: RTX A6000 (4x)
  • thop
  • ptflops
  • For generating GradCAM++ results, please follow the code on this repository

How to plug the proposed MCA block into the basic building units in ResNets

<div align="center"> <img src="figures/fig3.png"> </div> <p align="left"> Figure 3: Schema of the original residual block (left), MCA integrated into a basic residual block (middle), and MCA integrated into a bottleneck residual block (right). </p>

Overview of Results

Comparisons of training and validation curves for networks on CIFAR-10/100

<div align="center"> <img src="figures/fig4.png"> </div> <p align="left"> Figure 4: Comparisons of training and validation curves of our MCA and several attention methods (i.e., SRM, ECA, and TA) on CIFAR-10/100. </p>

Comparisons of training and validation curves for networks on ImageNet-1K

<div align="center"> <img src="figures/fig5.png"> </div> <p align="left"> Figure 5: Comparisons of training and validation curves for ResNets with and without the MCA module on ImageNet-1K. </p>

Image classification on the ImageNet-1K validation set

<div align="center"> <img src="figures/fig6.png"> </div> <p align="left"> Figure 6: Comparisons of efficiency (i.e., Parameters and FLOPs) and effectiveness (i.e., Top-1/Top-5Acc) of different attention methods on ImageNet-1K validation set when taking ResNet with 18, 34, and 50 layers as backbones. </p>

Citation

If you find MCA useful in your research, please consider citing:

@article{2023mca,
    title={MCA: Multidimensional collaborative attention in deep convolutional neural networks for image recognition},
    author={Yu, Yang and Zhang, Yi and Cheng, Zeyu and Song, Zhe and Tang, Chengkai},
    journal={Engineering Applications of Artificial Intelligence},
    volume={126},
    pages={107079},
    year={2023},
    publisher={Elsevier}
}

Contact Information

If you have any suggestion or question, you can leave a message here or contact us directly: yang_y9802@163.com. Thanks for your attention!

Related Skills

View on GitHub
GitHub Stars75
CategoryDevelopment
Updated4d ago
Forks4

Languages

Python

Security Score

95/100

Audited on Apr 2, 2026

No findings