Skip to content

Programmergg/FAPE-IR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

FAPE-IR: Frequency-Aware Planning and Execution Framework for All-in-One Image Restoration [CVPR 2026 Accept]

visitors GitHub Stars

[Paper (arXiv)]   Jingren Liu*, Shuning Xu*, Qirui Yang*, Yun Wang, Xiangyu Chen, Zhong Ji
*Equal contribution   Corresponding author


This repo is an early exploration of unified image restoration (unified understanding & generation). We are actively investigating more lightweight designs and alternatives beyond the MLLM + Diffusion paradigm, and will continuously maintain and update this repo with new progress.


Status

🚧 Coming Soon (Open-sourcing in progress).

We are preparing:

  • clean and reproducible code (training / inference / evaluation)
  • pretrained checkpoints
  • documentation and scripts

Please star this repo to get updates.


🚩 New Features/Updates

  • ✅ Nov 25, 2025. Release the arXiv paper.
  • 🚧 TBD. Release inference code.
  • 🚧 TBD. Release training code.
  • 🚧 TBD. Release pretrained checkpoints & model zoo.
  • 🚧 TBD. Release evaluation scripts and example results.

⚡ To Do

  • Release inference code
  • Release training code & configs
  • Release evaluation scripts
  • Release pretrained checkpoints
  • Release documentation & scripts
  • Release example results

📖 Resources

Checkpoints / Datasets / Results (TBD)

Item Link
Pretrained checkpoints TBD
Testset (GT/LQ) TBD
Visual results TBD
Compared methods TBD

💻 Usage (TBD)

➡️ Environment

conda create -n fapeir python=3.11 -y
conda activate fapeir
pip install -r requirements.txt

➡️ Inference

Single image

python inference.py --input ./examples/0001.png --output ./results

Folder

python inference.py --input ./examples --output ./results

➡️ Evaluation

python eval.py --inp_imgs ./results --gt_imgs ./dataset/GT --save_dir ./logs

➡️ Training

bash train.sh

Results (TBD)

  • Quantitative Results

  • Qualitative Results


Citation

If you use this work, please cite:

@article{liu2025fape,
  title={FAPE-IR: Frequency-Aware Planning and Execution Framework for All-in-One Image Restoration},
  author={Liu, Jingren and Xu, Shuning and Yang, Qirui and Wang, Yun and Chen, Xiangyu and Ji, Zhong},
  journal={arXiv preprint arXiv:2511.14099},
  year={2025}
}

Acknowledgement

We thank all collaborators and colleagues for their helpful discussions and support. We especially thank Dr. Chen Xiangyu and Professor Ji Zhong for their guidance and revisions to this work.


Contact

If you have any questions, feel free to reach out:

About

Repo for FAPE-IR: Frequency-Aware Planning and Execution Framework for All-in-One Image Restoration (CVPR2026)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors