Skip to content

(ICLR2026) Efficient Degradation-agnostic Image Restoration via Channel-Wise Functional Decomposition and Manifold Regularization

License

Notifications You must be signed in to change notification settings

Amazingren/MIRAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MIRAGE

Efficient Degradation-agnostic Image Restoration via Channel-Wise Functional Decomposition and Manifold Regularization

The official PyTorch Implementation of AnyIR for All-in-One Image Restoration

$\star$: This work was partially conducted during the visiting stay at INSAIT.
$\dagger$: Corresponding author

1 Mohamed bin Zayed University of Artificial Intelligence, UAE,
2 University of Trento, Italy,
3 ETH Zürich, Switzerland,
4 HKUST (Guangzhou), China,
5 INSAIT Sofia University, "St. Kliment Ohridski", Bulgaria,
6 Peking University, China,
7 University of California, Merced, USA

Latest

  • Projectpage release.
  • Ckpts release.
  • Main visual results release.
  • Code release.
  • 01/2026: 🍺🎉 Our MIRAGE is accepted by ICLR2026!

Method

Installation

1) Environment

micromamba create -n mirage python=3.9 -y
micromamba activate mirage
# or
conda create -n mirage python=3.9 -y
conda activate mirage

2) Dependencies

# NOTE: file in this repo is currently named "requiements.txt"
pip install -r requiements.txt

3) CUDA (if needed on your cluster)

export LD_LIBRARY_PATH=/opt/modules/nvidia-cuda-11.8.0/lib64:$LD_LIBRARY_PATH
export PATH=/opt/modules/nvidia-cuda-11.8.0/bin:$PATH

Datasets Preparation:

TODO

Checkpoints Downloads:

TODO

Visual Results Downloads:

TODO

Citation

If you find this project useful, please cite:

TODO

Acknowledgements

This work was partially supported by the FIS project GUIDANCE (Debugging Computer Vision Models via Controlled Cross-modal Generation) (No. FIS2023-03251).

The code base is built on top of excellent prior work, including:

About

(ICLR2026) Efficient Degradation-agnostic Image Restoration via Channel-Wise Functional Decomposition and Manifold Regularization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages