What is: Efficient Channel Attention?
Source | ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Efficient Channel Attention is an architectural unit based on squeeze-and-excitation blocks that reduces model complexity without dimensionality reduction. It was proposed as part of the ECA-Net CNN architecture.
After channel-wise global average pooling without dimensionality reduction, the ECA captures local cross-channel interaction by considering every channel and its neighbors. The ECA can be efficiently implemented by fast convolution of size , where kernel size represents the coverage of local cross-channel interaction, i.e., how many neighbors participate in attention prediction of one channel.