Transcending the Limit of Local Window: Advanced Super-Resolution Transformer with Adaptive Token Dictionary
Leheng Zhang, Yawei Li, Xingyu Zhou, Xiaorui Zhao, Shuhang Gu
TL;DR
This work tackles the limitation of local receptive fields in SR transformers by introducing Adaptive Token Dictionary (ATD), which injects external priors through a learnable token dictionary. The core components are Token Dictionary Cross-Attention (TDCA), Adaptive Dictionary Refinement (ADR), and Adaptive Category-based Attention (AC-MSA), which together enable global feature augmentation and nonlocal, category-aware self-attention. Empirical results on standard SR benchmarks show state-of-the-art PSNR/SSIM with competitive model size and FLOPs, with ablations confirming the substantial contributions of TDCA, ADR, and AC-MSA. The approach demonstrates that integrating dictionary-inspired priors with adaptive, content-aware attention substantially improves SR quality and generalization, offering a scalable path to long-range dependency modeling in vision transformers.
Abstract
Single Image Super-Resolution is a classic computer vision problem that involves estimating high-resolution (HR) images from low-resolution (LR) ones. Although deep neural networks (DNNs), especially Transformers for super-resolution, have seen significant advancements in recent years, challenges still remain, particularly in limited receptive field caused by window-based self-attention. To address these issues, we introduce a group of auxiliary Adaptive Token Dictionary to SR Transformer and establish an ATD-SR method. The introduced token dictionary could learn prior information from training data and adapt the learned prior to specific testing image through an adaptive refinement step. The refinement strategy could not only provide global information to all input tokens but also group image tokens into categories. Based on category partitions, we further propose a category-based self-attention mechanism designed to leverage distant but similar tokens for enhancing input features. The experimental results show that our method achieves the best performance on various single image super-resolution benchmarks.
