HDAM: Heuristic Difference Attention Module for Convolutional Neural Networks
Yu Xue, Ziming Yuan

TL;DR
This paper introduces HDAM, a novel attention mechanism for CNNs that recalibrates inputs based on the difference between local and global contextual information, optimized with genetic algorithms for receptive field size.
Contribution
The paper proposes HDAM, a new attention module based on difference of contextual info, and uses genetic algorithms to optimize receptive field sizes in CNNs.
Findings
HDAM achieves higher accuracy with fewer parameters on CIFAR datasets.
Genetic algorithm effectively optimizes local receptive field sizes.
HDAM outperforms traditional attention mechanisms in experiments.
Abstract
The attention mechanism is one of the most important priori knowledge to enhance convolutional neural networks. Most attention mechanisms are bound to the convolutional layer and use local or global contextual information to recalibrate the input. This is a popular attention strategy design method. Global contextual information helps the network to consider the overall distribution, while local contextual information is more general. The contextual information makes the network pay attention to the mean or maximum value of a particular receptive field. Different from the most attention mechanism, this article proposes a novel attention mechanism with the heuristic difference attention module, HDAM. HDAM's input recalibration is based on the difference between the local and global contextual information instead of the mean and maximum values. At the same time, to make different layers…
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 · Machine Learning and ELM
