Truncated Consistency Models
Sangyun Lee, Yilun Xu, Tomas Geffner, Giulia Fanti, Karsten Kreis, Arash Vahdat, Weili Nie
TL;DR
Truncated Consistency Models (TCM) address a key limitation of standard consistency models, which must balance denoising at early PF ODE times against generation at late times. By training on a truncated time range $[t',T]$ and employing a two-stage procedure with a boundary condition from a full-range model, TCM reallocates capacity toward generation and achieves stronger one-step and two-step generation with smaller networks. The authors formalize a boundary-consistent parameterization, decompose the training loss into a boundary loss and a consistency loss, and validate improvements on CIFAR-10 and ImageNet $64\times64$ against state-of-the-art CM baselines, along with comprehensive ablations. These results suggest a practical path to faster, more stable diffusion-based generation with reduced model size and improved sample quality.
Abstract
Consistency models have recently been introduced to accelerate sampling from diffusion models by directly predicting the solution (i.e., data) of the probability flow ODE (PF ODE) from initial noise. However, the training of consistency models requires learning to map all intermediate points along PF ODE trajectories to their corresponding endpoints. This task is much more challenging than the ultimate objective of one-step generation, which only concerns the PF ODE's noise-to-data mapping. We empirically find that this training paradigm limits the one-step generation performance of consistency models. To address this issue, we generalize consistency training to the truncated time range, which allows the model to ignore denoising tasks at earlier time steps and focus its capacity on generation. We propose a new parameterization of the consistency function and a two-stage training procedure that prevents the truncated-time training from collapsing to a trivial solution. Experiments on CIFAR-10 and ImageNet $64\times64$ datasets show that our method achieves better one-step and two-step FIDs than the state-of-the-art consistency models such as iCT-deep, using more than 2$\times$ smaller networks. Project page: https://truncated-cm.github.io/
