CVMay 24, 2025

Manifold-aware Representation Learning for Degradation-agnostic Image Restoration

arXiv:2505.18679v14 citationsh-index: 30Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of handling multiple image corruptions in a unified way for computer vision applications, representing an incremental advance over existing methods.

The paper tackles the problem of image restoration across diverse degradation types by proposing MIRAGE, a framework that decomposes features into specialized branches and uses contrastive learning in a manifold space, achieving state-of-the-art performance with improved generalization and efficiency.

Image Restoration (IR) aims to recover high quality images from degraded inputs affected by various corruptions such as noise, blur, haze, rain, and low light conditions. Despite recent advances, most existing approaches treat IR as a direct mapping problem, relying on shared representations across degradation types without modeling their structural diversity. In this work, we present MIRAGE, a unified and lightweight framework for all in one IR that explicitly decomposes the input feature space into three semantically aligned parallel branches, each processed by a specialized module attention for global context, convolution for local textures, and MLP for channel-wise statistics. This modular decomposition significantly improves generalization and efficiency across diverse degradations. Furthermore, we introduce a cross layer contrastive learning scheme that aligns shallow and latent features to enhance the discriminability of shared representations. To better capture the underlying geometry of feature representations, we perform contrastive learning in a Symmetric Positive Definite (SPD) manifold space rather than the conventional Euclidean space. Extensive experiments show that MIRAGE not only achieves new state of the art performance across a variety of degradation types but also offers a scalable solution for challenging all-in-one IR scenarios. Our code and models will be publicly available at https://amazingren.github.io/MIRAGE/.

Foundations

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

Your Notes