From Local Windows to Adaptive Candidates via Individualized Exploratory: Rethinking Attention for Image Super-Resolution
Chunyu Meng, Wei Long, Shuhang Gu
TL;DR
The paper addresses the high computational cost of Transformer-based self-attention in image super-resolution by introducing individualized, content-aware attention through the Individualized Exploratory Attention (IEA) mechanism. IEA progressively expands attention candidates while sparsifying low-similarity connections, enabling tokens to adaptively attend to diverse, long-range sources without symmetric grouping constraints. The authors present the IET backbone and a Similarity-Fused FFN (SF-FFN) to fuse information among highly correlated tokens, achieving state-of-the-art SR performance under comparable computational budgets. Extensive ablations and visualizations validate the effectiveness of DLSG initialization, expansion, and sparsification, and demonstrate improved texture recovery and edge sharpness. The approach offers a scalable, efficient alternative to traditional windowed or category-based attention with potential applicability to other vision tasks requiring adaptive, asymmetric information aggregation.
Abstract
Single Image Super-Resolution (SISR) is a fundamental computer vision task that aims to reconstruct a high-resolution (HR) image from a low-resolution (LR) input. Transformer-based methods have achieved remarkable performance by modeling long-range dependencies in degraded images. However, their feature-intensive attention computation incurs high computational cost. To improve efficiency, most existing approaches partition images into fixed groups and restrict attention within each group. Such group-wise attention overlooks the inherent asymmetry in token similarities, thereby failing to enable flexible and token-adaptive attention computation. To address this limitation, we propose the Individualized Exploratory Transformer (IET), which introduces a novel Individualized Exploratory Attention (IEA) mechanism that allows each token to adaptively select its own content-aware and independent attention candidates. This token-adaptive and asymmetric design enables more precise information aggregation while maintaining computational efficiency. Extensive experiments on standard SR benchmarks demonstrate that IET achieves state-of-the-art performance under comparable computational complexity.
