CVApr 19, 2021

Attention in Attention Network for Image Super-Resolution

arXiv:2104.09497v3108 citationsHas Code
AI Analysis

This work addresses the problem of inefficient attention mechanisms in SISR for image processing applications, representing an incremental improvement with a novel dynamic adjustment method.

The paper tackles the unclear role of attention mechanisms in single image super-resolution (SISR) by proposing an attention in attention network (A^2N) that dynamically adjusts attention to improve efficiency and accuracy, achieving superior trade-off performances compared to state-of-the-art networks of similar sizes.

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 (A$^2$N) for more efficient and accurate SISR. Specifically, A$^2$N 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 A$^2$N 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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes