CVJul 8, 2024

HiT-SR: Hierarchical Transformer for Efficient Image Super-Resolution

arXiv:2407.05878v180 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses efficiency and performance bottlenecks in image super-resolution for computer vision applications, representing an incremental improvement over existing transformer-based methods.

The paper tackles the problem of limited receptive fields and high computational complexity in transformer-based image super-resolution methods by proposing HiT-SR, a hierarchical transformer that uses expanding windows and a spatial-channel correlation method with linear complexity, achieving state-of-the-art results with up to 7x faster speeds, fewer parameters, and FLOPs.

Transformers have exhibited promising performance in computer vision tasks including image super-resolution (SR). However, popular transformer-based SR methods often employ window self-attention with quadratic computational complexity to window sizes, resulting in fixed small windows with limited receptive fields. In this paper, we present a general strategy to convert transformer-based SR networks to hierarchical transformers (HiT-SR), boosting SR performance with multi-scale features while maintaining an efficient design. Specifically, we first replace the commonly used fixed small windows with expanding hierarchical windows to aggregate features at different scales and establish long-range dependencies. Considering the intensive computation required for large windows, we further design a spatial-channel correlation method with linear complexity to window sizes, efficiently gathering spatial and channel information from hierarchical windows. Extensive experiments verify the effectiveness and efficiency of our HiT-SR, and our improved versions of SwinIR-Light, SwinIR-NG, and SRFormer-Light yield state-of-the-art SR results with fewer parameters, FLOPs, and faster speeds ($\sim7\times$).

Foundations

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

Your Notes