GRFormer: Grouped Residual Self-Attention for Lightweight Single Image Super-Resolution
Yuzhen Li, Zehang Deng, Yuxin Cao, Lihua Liu

TL;DR
GRFormer introduces a lightweight, efficient self-attention mechanism with grouped residual layers and a novel position bias, significantly improving super-resolution performance while reducing parameters and computations.
Contribution
The paper proposes GRFormer, a novel self-attention module with grouped residual layers and a new position bias, enhancing efficiency and performance in image super-resolution.
Findings
Outperforms state-of-the-art methods in PSNR on DIV2K dataset.
Reduces parameters and MACs by approximately 60% and 49%.
Achieves up to 0.23dB PSNR improvement.
Abstract
Previous works have shown that reducing parameter overhead and computations for transformer-based single image super-resolution (SISR) models (e.g., SwinIR) usually leads to a reduction of performance. In this paper, we present GRFormer, an efficient and lightweight method, which not only reduces the parameter overhead and computations, but also greatly improves performance. The core of GRFormer is Grouped Residual Self-Attention (GRSA), which is specifically oriented towards two fundamental components. Firstly, it introduces a novel grouped residual layer (GRL) to replace the Query, Key, Value (QKV) linear layer in self-attention, aimed at efficiently reducing parameter overhead, computations, and performance loss at the same time. Secondly, it integrates a compact Exponential-Space Relative Position Bias (ES-RPB) as a substitute for the original relative position bias to improve the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · Advanced Image Processing Techniques · Advanced Optical Sensing Technologies
MethodsLinear Layer
