BA-Net: Bridge Attention in Deep Neural Networks
Ronghui Zhang, Runzong Zou, Yue Zhao, Zirui Zhang, Junzhou Chen, Yue, Cao, Chuan Hu, Houbing Song

TL;DR
This paper introduces bridge attention, a novel mechanism that enhances information flow between convolutional layers, leading to improved performance in image classification and other vision tasks.
Contribution
The paper proposes BAv2, an improved bridge attention model with an adaptive selection operator, boosting performance over existing attention methods in deep neural networks.
Findings
BAv2 achieves 80.49% Top-1 accuracy on ImageNet with ResNet50.
BAv2 surpasses baseline models by over 1.5% in accuracy.
Integration of BAv2 improves various vision tasks across different architectures.
Abstract
Attention mechanisms, particularly channel attention, have become highly influential in numerous computer vision tasks. Despite their effectiveness, many existing methods primarily focus on optimizing performance through complex attention modules applied at individual convolutional layers, often overlooking the synergistic interactions that can occur across multiple layers. In response to this gap, we introduce bridge attention, a novel approach designed to facilitate more effective integration and information flow between different convolutional layers. Our work extends the original bridge attention model (BAv1) by introducing an adaptive selection operator, which reduces information redundancy and optimizes the overall information exchange. This enhancement results in the development of BAv2, which achieves substantial performance improvements in the ImageNet classification task,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Anomaly Detection Techniques and Applications
MethodsSoftmax · Attention Is All You Need · Focus
