CVFeb 23, 2024

MambaIR: A Simple Baseline for Image Restoration with State-Space Model

arXiv:2402.15648v3716 citationsh-index: 14Has CodeECCV
Originality Incremental advance
AI Analysis

This work addresses a practical dilemma in image restoration for low-level vision applications, offering an incremental improvement over existing methods.

The paper tackles the challenge of balancing global receptive fields and computational efficiency in image restoration by introducing MambaIR, a baseline that enhances the Mamba state-space model with local enhancement and channel attention, achieving up to 0.45dB improvement over SwinIR on image super-resolution with similar computational cost.

Recent years have seen significant advancements in image restoration, largely attributed to the development of modern deep neural networks, such as CNNs and Transformers. However, existing restoration backbones often face the dilemma between global receptive fields and efficient computation, hindering their application in practice. Recently, the Selective Structured State Space Model, especially the improved version Mamba, has shown great potential for long-range dependency modeling with linear complexity, which offers a way to resolve the above dilemma. However, the standard Mamba still faces certain challenges in low-level vision such as local pixel forgetting and channel redundancy. In this work, we introduce a simple but effective baseline, named MambaIR, which introduces both local enhancement and channel attention to improve the vanilla Mamba. In this way, our MambaIR takes advantage of the local pixel similarity and reduces the channel redundancy. Extensive experiments demonstrate the superiority of our method, for example, MambaIR outperforms SwinIR by up to 0.45dB on image SR, using similar computational cost but with a global receptive field. Code is available at \url{https://github.com/csguoh/MambaIR}.

Code Implementations2 repos
Foundations

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

Your Notes