Diff2Flow: Training Flow Matching Models via Diffusion Model Alignment

Abstract

Diffusion models have revolutionized generative tasks through high-fidelity outputs, yet flow matching (FM) offers faster inference and empirical performance gains. However, current foundation FM models are computationally prohibitive for finetuning, while diffusion models like Stable Diffusion benefit from efficient architectures and ecosystem support. This work addresses the critical challenge of efficiently transferring knowledge from pre-trained diffusion models to flow matching. We propose Diff2Flow, a novel framework that systematically bridges diffusion and FM paradigms by rescaling timesteps, aligning interpolants, and deriving FM-compatible velocity fields from diffusion predictions. This alignment enables direct and efficient FM finetuning of diffusion priors with no extra computation overhead. Our experiments demonstrate that Diff2Flow outperforms naive FM and diffusion finetuning particularly under parameter-efficient constraints, while achieving superior or competitive performance across diverse downstream tasks compared to state-of-the-art methods.

Cite

Text

Schusterbauer et al. "Diff2Flow: Training Flow Matching Models via Diffusion Model Alignment." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.02640

Markdown

[Schusterbauer et al. "Diff2Flow: Training Flow Matching Models via Diffusion Model Alignment." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/schusterbauer2025cvpr-diff2flow/) doi:10.1109/CVPR52734.2025.02640

BibTeX

@inproceedings{schusterbauer2025cvpr-diff2flow,
  title     = {{Diff2Flow: Training Flow Matching Models via Diffusion Model Alignment}},
  author    = {Schusterbauer, Johannes and Gui, Ming and Fundel, Frank and Ommer, Björn},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {28347-28357},
  doi       = {10.1109/CVPR52734.2025.02640},
  url       = {https://mlanthology.org/cvpr/2025/schusterbauer2025cvpr-diff2flow/}
}