English

Attention in Attention Network for Image Super-Resolution

Computer Vision and Pattern Recognition 2021-11-09 v3

Abstract

Convolutional neural networks have allowed remarkable advances in single image super-resolution (SISR) over the last decade. Among recent advances in SISR, attention mechanisms are crucial for high-performance SR models. However, the attention mechanism remains unclear on why and how it works in SISR. In this work, we attempt to quantify and visualize attention mechanisms in SISR and show that not all attention modules are equally beneficial. We then propose attention in attention network (A2^2N) for more efficient and accurate SISR. Specifically, A2^2N consists of a non-attention branch and a coupling attention branch. A dynamic attention module is proposed to generate weights for these two branches to suppress unwanted attention adjustments dynamically, where the weights change adaptively according to the input features. This allows attention modules to specialize to beneficial examples without otherwise penalties and thus greatly improve the capacity of the attention network with few parameters overhead. Experimental results demonstrate that our final model A2^2N could achieve superior trade-off performances comparing with state-of-the-art networks of similar sizes. Codes are available at https://github.com/haoyuc/A2N.

Keywords

Cite

@article{arxiv.2104.09497,
  title  = {Attention in Attention Network for Image Super-Resolution},
  author = {Haoyu Chen and Jinjin Gu and Zhi Zhang},
  journal= {arXiv preprint arXiv:2104.09497},
  year   = {2021}
}

Comments

11 pages, 10 figures. Codes are available at https://github.com/haoyuc/A2N

R2 v1 2026-06-24T01:20:30.240Z