SCoT: Unifying Consistency Models and Rectified Flows via Straight-Consistent Trajectories
Zhangkai Wu, Xuhui Fan, Hongyu Wu, Longbing Cao
TL;DR
SCoT introduces a unified trajectory distillation framework that simultaneously enforces straightness and consistency in diffusion-model trajectories, bridging consistency-model distillation and rectified-flow distillation without relying on heavy ODE solvers. It learns a trajectory projection $G_oldsymbol{\,φ}(x_t,t,s)$ regulated by a velocity loss and a soft-consistency loss, enabling high-quality image generation with only a few function evaluations. Empirical results on CIFAR-10 and ImageNet show competitive FID, Recall, and IS with low NFEs, and ablations confirm the importance of both trajectory straightening and consistency guarantees. The work promises practical impact for fast, high-fidelity sampling in resource-constrained settings and provides a foundation for extending to high-resolution and conditional generation tasks.
Abstract
Pre-trained diffusion models are commonly used to generate clean data (e.g., images) from random noises, effectively forming pairs of noises and corresponding clean images. Distillation on these pre-trained models can be viewed as the process of constructing advanced trajectories within the pair to accelerate sampling. For instance, consistency model distillation develops consistent projection functions to regulate trajectories, although sampling efficiency remains a concern. Rectified flow method enforces straight trajectories to enable faster sampling, yet relies on numerical ODE solvers, which may introduce approximation errors. In this work, we bridge the gap between the consistency model and the rectified flow method by proposing a Straight Consistent Trajectory~(SCoT) model. SCoT enjoys the benefits of both approaches for fast sampling, producing trajectories with consistent and straight properties simultaneously. These dual properties are strategically balanced by targeting two critical objectives: (1) regulating the gradient of SCoT's mapping to a constant, (2) ensuring trajectory consistency. Extensive experimental results demonstrate the effectiveness and efficiency of SCoT.
