CVAIDec 8, 2021

BA-Net: Bridge Attention for Deep Convolutional Neural Networks

arXiv:2112.04150v322 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in channel attention for CNNs, offering an incremental improvement for vision tasks.

The paper tackles the limitation of existing channel attention mechanisms that only use adjacent convolution layer outputs by proposing BA-Net, which bridges previous layer outputs via skip connections for weight generation, achieving state-of-the-art performance in accuracy and speed.

In recent years, channel attention mechanism has been widely investigated due to its great potential in improving the performance of deep convolutional neural networks (CNNs) in many vision tasks. However, in most of the existing methods, only the output of the adjacent convolution layer is fed into the attention layer for calculating the channel weights. Information from other convolution layers has been ignored. With these observations, a simple strategy, named Bridge Attention Net (BA-Net), is proposed in this paper for better performance with channel attention mechanisms. The core idea of this design is to bridge the outputs of the previous convolution layers through skip connections for channel weights generation. Based on our experiment and theory analysis, we find that features from previous layers also contribute to the weights significantly. The Comprehensive evaluation demonstrates that the proposed approach achieves state-of-the-art(SOTA) performance compared with the existing methods in accuracy and speed. which shows that Bridge Attention provides a new perspective on the design of neural network architectures with great potential in improving performance. The code is available at https://github.com/zhaoy376/Bridge-Attention.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes