Breaking Complexity Barriers: High-Resolution Image Restoration with Rank Enhanced Linear Attention
Yuang Ai, Huaibo Huang, Tao Wu, Qihang Fan, Ran He

TL;DR
This paper introduces LAformer, a high-resolution image restoration model that uses Rank Enhanced Linear Attention to efficiently capture global context, outperforming state-of-the-art methods while reducing computational complexity.
Contribution
The paper proposes RELA, a novel rank enhancement for linear attention, and integrates it into LAformer, an efficient Transformer for high-resolution image restoration.
Findings
LAformer outperforms SOTA methods across 7 IR tasks and 21 benchmarks.
LAformer achieves significant computational efficiency improvements.
RELA effectively enriches feature representations, improving IR performance.
Abstract
Transformer-based models have made remarkable progress in image restoration (IR) tasks. However, the quadratic complexity of self-attention in Transformer hinders its applicability to high-resolution images. Existing methods mitigate this issue with sparse or window-based attention, yet inherently limit global context modeling. Linear attention, a variant of softmax attention, demonstrates promise in global context modeling while maintaining linear complexity, offering a potential solution to the above challenge. Despite its efficiency benefits, vanilla linear attention suffers from a significant performance drop in IR, largely due to the low-rank nature of its attention map. To counter this, we propose Rank Enhanced Linear Attention (RELA), a simple yet effective method that enriches feature representations by integrating a lightweight depthwise convolution. Building upon RELA, we…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Enhancement Techniques · Advanced Image Fusion Techniques
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Multi-Head Attention · Dense Connections · Softmax · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Residual Connection · Byte Pair Encoding
