菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - M2IR: Proactive All-in-One Image Restoration via Mamba-style Modulation and Mixture-of-Experts

While Transformer-based architectures have dominated recent advances in all-in-one image restoration, they remain fundamentally reactive: propagating degradations rather than proactively suppressing them. In the absence of explicit suppression mechanisms, degraded signals interfere with feature learning, compelling the decoder to balance artifact removal and detail preservation, thereby increasing model complexity and limiting adaptability. To address these challenges, we propose M2IR, a novel restoration framework that proactively regulates degradation propagation during the encoding stage and efficiently eliminates residual degradations during decoding. Specifically, the Mamba-Style Transformer (MST) block performs pixel-wise selective state modulation to mitigate degradations while preserving structural integrity. In parallel, the Adaptive Degradation Expert Collaboration (ADEC) module utilizes degradation-specific experts guided by a DA-CLIP-driven router and complemented by a shared expert to eliminate residual degradations through targeted and cooperative restoration. By integrating the MST block and ADEC module, M2IR transitions from passive reaction to active degradation control, effectively harnessing learned representations to achieve superior generalization, enhanced adaptability, and refined recovery of fine-grained details across diverse all-in-one image restoration benchmarks. Our source codes are available at this https URL.

顶级标签: computer vision model training systems
详细标签: image restoration mamba transformer mixture-of-experts degradation suppression all-in-one model 或 搜索:

M2IR:通过Mamba风格调制与专家混合实现主动式一体化图像修复 / M2IR: Proactive All-in-One Image Restoration via Mamba-style Modulation and Mixture-of-Experts


1️⃣ 一句话总结

这篇论文提出了一种名为M2IR的新型图像修复方法,它通过主动抑制图像中的退化信息而非被动处理,结合选择性状态调制和专家协作机制,能更有效地去除各种图像瑕疵并保留细节,实现了一体化、高性能的图像修复。

源自 arXiv: 2603.14816