CVMay 22, 2025

Breaking Complexity Barriers: High-Resolution Image Restoration with Rank Enhanced Linear Attention

arXiv:2505.16157v12 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient global context modeling in image restoration for high-resolution images, representing an incremental improvement over existing linear attention methods.

The paper tackles the quadratic complexity barrier of Transformer self-attention in high-resolution image restoration by proposing Rank Enhanced Linear Attention (RELA) and LAformer, achieving state-of-the-art performance across 7 tasks and 21 benchmarks with significant computational advantages.

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 propose an efficient and effective image restoration Transformer, named LAformer. LAformer achieves effective global perception by integrating linear attention and channel attention, while also enhancing local fitting capabilities through a convolutional gated feed-forward network. Notably, LAformer eliminates hardware-inefficient operations such as softmax and window shifting, enabling efficient processing of high-resolution images. Extensive experiments across 7 IR tasks and 21 benchmarks demonstrate that LAformer outperforms SOTA methods and offers significant computational advantages.

Foundations

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

Your Notes