English

Minimizing Trajectory Curvature of ODE-based Generative Models

Machine Learning 2023-05-26 v3 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

Recent ODE/SDE-based generative models, such as diffusion models, rectified flows, and flow matching, define a generative process as a time reversal of a fixed forward process. Even though these models show impressive performance on large-scale datasets, numerical simulation requires multiple evaluations of a neural network, leading to a slow sampling speed. We attribute the reason to the high curvature of the learned generative trajectories, as it is directly related to the truncation error of a numerical solver. Based on the relationship between the forward process and the curvature, here we present an efficient method of training the forward process to minimize the curvature of generative trajectories without any ODE/SDE simulation. Experiments show that our method achieves a lower curvature than previous models and, therefore, decreased sampling costs while maintaining competitive performance. Code is available at https://github.com/sangyun884/fast-ode.

Keywords

Cite

@article{arxiv.2301.12003,
  title  = {Minimizing Trajectory Curvature of ODE-based Generative Models},
  author = {Sangyun Lee and Beomsu Kim and Jong Chul Ye},
  journal= {arXiv preprint arXiv:2301.12003},
  year   = {2023}
}

Comments

ICML 2023

R2 v1 2026-06-28T08:24:07.645Z