English

ProReflow: Progressive Reflow with Decomposed Velocity

Graphics 2025-03-13 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Diffusion models have achieved significant progress in both image and video generation while still suffering from huge computation costs. As an effective solution, flow matching aims to reflow the diffusion process of diffusion models into a straight line for a few-step and even one-step generation. However, in this paper, we suggest that the original training pipeline of flow matching is not optimal and introduce two techniques to improve it. Firstly, we introduce progressive reflow, which progressively reflows the diffusion models in local timesteps until the whole diffusion progresses, reducing the difficulty of flow matching. Second, we introduce aligned v-prediction, which highlights the importance of direction matching in flow matching over magnitude matching. Experimental results on SDv1.5 and SDXL demonstrate the effectiveness of our method, for example, conducting on SDv1.5 achieves an FID of 10.70 on MSCOCO2014 validation set with only 4 sampling steps, close to our teacher model (32 DDIM steps, FID = 10.05).

Keywords

Cite

@article{arxiv.2503.04824,
  title  = {ProReflow: Progressive Reflow with Decomposed Velocity},
  author = {Lei Ke and Haohang Xu and Xuefei Ning and Yu Li and Jiajun Li and Haoling Li and Yuxuan Lin and Dongsheng Jiang and Yujiu Yang and Linfeng Zhang},
  journal= {arXiv preprint arXiv:2503.04824},
  year   = {2025}
}

Comments

Our codes will be released at Github

R2 v1 2026-06-28T22:09:48.916Z