Overview of MambaIR and MambaIRv2
mainMambaIR is a State-Space Model (SSM) based backbone designed for image restoration tasks (e.g., Super-Resolution, Denoising).
MambaIR (ECCV 2024): A simple baseline for image restoration using Mamba. It addresses the causal modeling limitations of standard Mamba to better utilize image pixels.
MambaIRv2 (CVPR 2025): An upgraded version featuring 'Attentive State Space Restoration'. It introduces non-causal modeling (similar to Vision Transformers) via an attentive state-space equation, allowing the model to attend beyond the scanned sequence. It also includes a semantic-guided neighboring mechanism for interaction between distant but similar pixels. MambaIRv2 is fully compatible with the original MambaIR code.