One Diffusion Step to Real-World Super-Resolution via Flow Trajectory Distillation

May 13, 2025 ยท View on GitHub

[Jianze Li], Jiezhang Cao, Yong Guo, Wenbo Li, and Yulun Zhang*, "One Diffusion Step to Real-World Super-Resolution via Flow Trajectory Distillation", ICML, 2025

[[project]] [arXiv] [supplementary material] [pretrained models]

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ News

  • 2025-02-03: This repo is released.

Abstract: Diffusion models (DMs) have significantly advanced the development of real-world image super-resolution (Real-ISR), but the computational cost of multi-step diffusion models limits their application. One-step diffusion models generate high-quality images in a one sampling step, greatly reducing computational overhead and inference latency. However, most existing one-step diffusion methods are constrained by the performance of the teacher model, where poor teacher performance results in image artifacts. To address this limitation, we propose FluxSR, a novel one-step diffusion Real-ISR technique based on flow matching models. We use the state-of-the-art diffusion model FLUX.1-dev as both the teacher model and the base model. First, we introduce Flow Trajectory Distillation (FTD) to distill a multi-step flow matching model into a one-step Real-ISR. Second, to improve image realism and address high-frequency artifact issues in generated images, we propose TV-LPIPS as a perceptual loss and introduce Attention Diversification Loss (ADL) as a regularization term to reduce token similarity in transformer, thereby eliminating high-frequency artifacts. Comprehensive experiments demonstrate that our method outperforms existing one-step diffusion-based Real-ISR methods.


Pipeline


๐Ÿ”– TODO

  • Release testing code and pre-trained models.
  • Release training code.
  • Release pre-trained models.
  • Provide HuggingFace demo.

๐Ÿ”— Contents

  1. Models
  2. Training
  3. Testing
  4. Results
  5. Citation
  6. Acknowledgements

๐Ÿ”Ž Results

We achieve impressive performance on Real-world Image Super-Resolution. The full results could be downloaded here: Google Drive

Quantitative Results (click to expand)
  • Results in Table 1 of the main paper

  • Results in Table 2 (RealSet65 testset) of the main paper

  • Quantitative results (ร—4) on the Real-ISR testset with ground truth.
DatasetsPSNR โ†‘SSIM โ†‘LPIPS โ†“DISTS โ†“MUSIQ โ†‘MANIQA โ†‘TOPIQ โ†‘QAlign โ†‘
RealSR24.830.71750.32000.191068.950.53350.66994.3781
DRealSR25.920.75920.34180.162837.820.5310-4.3356
  • Quantitative results (ร—4) on the Real-ISR testset without ground truth.
DatasetsMUSIQ โ†‘MANIQA โ†‘TOPIQ โ†‘QAlign โ†‘
RealLR20071.600.55880.68144.4004
RealLQ25072.650.54900.68484.4077
Qualitative Results (click to expand)
  • Results in Figure 5 of the main paper

๐Ÿ“Ž Citation

If you find the code helpful in your research or work, please cite the following paper(s).

@inproceedings{li2025one,
  title={One Diffusion Step to Real-World Super-Resolution via Flow Trajectory Distillation},
  author={Li, Jianze and Cao, Jiezhang and Guo, Yong and Li, Wenbo and Zhang, Yulun},
  booktitle={ICML},
  year={2025}
}

๐Ÿ’ก Acknowledgements

This project is based on FLUX.