English

Explicitly Modeled Attention Maps for Image Classification

Computer Vision and Pattern Recognition 2021-03-19 v2

Abstract

Self-attention networks have shown remarkable progress in computer vision tasks such as image classification. The main benefit of the self-attention mechanism is the ability to capture long-range feature interactions in attention-maps. However, the computation of attention-maps requires a learnable key, query, and positional encoding, whose usage is often not intuitive and computationally expensive. To mitigate this problem, we propose a novel self-attention module with explicitly modeled attention-maps using only a single learnable parameter for low computational overhead. The design of explicitly modeled attention-maps using geometric prior is based on the observation that the spatial context for a given pixel within an image is mostly dominated by its neighbors, while more distant pixels have a minor contribution. Concretely, the attention-maps are parametrized via simple functions (e.g., Gaussian kernel) with a learnable radius, which is modeled independently of the input content. Our evaluation shows that our method achieves an accuracy improvement of up to 2.2% over the ResNet-baselines in ImageNet ILSVRC and outperforms other self-attention methods such as AA-ResNet152 in accuracy by 0.9% with 6.4% fewer parameters and 6.7% fewer GFLOPs. This result empirically indicates the value of incorporating geometric prior into self-attention mechanism when applied in image classification.

Keywords

Cite

@article{arxiv.2006.07872,
  title  = {Explicitly Modeled Attention Maps for Image Classification},
  author = {Andong Tan and Duc Tam Nguyen and Maximilian Dax and Matthias Nießner and Thomas Brox},
  journal= {arXiv preprint arXiv:2006.07872},
  year   = {2021}
}

Comments

Accepted by AAAI2021

R2 v1 2026-06-23T16:18:38.434Z