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
Bin Ren 1,2$^\star$ , Yawei Li5, Xu Zheng4, Yuqian Fu5, Danda Pani Paudel5, Hong Liu6$^\dagger$ , Ming-Hsuan Yang 7, Luc Van Gool 5, and Nicu Sebe 2
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
- Projectpage release.
- Ckpts release.
- Main visual results release.
- Code release.
01/2026: 🍺🎉 Our MIRAGE is accepted by ICLR2026!
micromamba create -n mirage python=3.9 -y
micromamba activate mirage
# or
conda create -n mirage python=3.9 -y
conda activate mirage# NOTE: file in this repo is currently named "requiements.txt"
pip install -r requiements.txtexport LD_LIBRARY_PATH=/opt/modules/nvidia-cuda-11.8.0/lib64:$LD_LIBRARY_PATH
export PATH=/opt/modules/nvidia-cuda-11.8.0/bin:$PATHTODO
TODO
TODO
If you find this project useful, please cite:
TODOThis 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: