ConAM: Confidence Attention Module for Convolutional Neural Networks
Yu Xue, Ziming Yuan, Ferrante Neri

TL;DR
ConAM introduces a novel attention module that combines local and global contextual information through confidence measurement, effectively enhancing informative features while suppressing useless ones in CNNs.
Contribution
The paper proposes a new attention mechanism based on correlation between local and global context, improving feature diversity and model performance with fewer parameters.
Findings
Outperforms state-of-the-art CNN models on CIFAR datasets.
Increases feature diversity by combining local and global context.
Reduces parameters while enhancing performance.
Abstract
The so-called "attention" is an efficient mechanism to improve the performance of convolutional neural networks. It uses contextual information to recalibrate the input to strengthen the propagation of informative features. However, the majority of the attention mechanisms only consider either local or global contextual information, which is singular to extract features. Moreover, many existing mechanisms directly use the contextual information to recalibrate the input, which unilaterally enhances the propagation of the informative features, but does not suppress the useless ones. This paper proposes a new attention mechanism module based on the correlation between local and global contextual information and we name this correlation as confidence. The novel attention mechanism extracts the local and global contextual information simultaneously, and calculates the confidence between…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
