paper-with-me

Papers

Consistency Trajectory Models: Learning Probability Flow ODE Trajectory of Diffusion

2023-10-01 · Dongjun Kim, Chieh-Hsin Lai, Wei-Hsiang Liao, Naoki Murata, Yuhta Takida, Toshimitsu Uesaka, Yutong He, Yuki Mitsufuji, Stefano Ermon

Consistency Models (CM) (Song et al., 2023) accelerate score-based diffusion model sampling at the cost of sample quality but lack a natural way to trade-off quality for speed. To address this limitation, we propose Consistency Trajectory Model (CTM), a generalization encompassing CM and score-based models as special cases. CTM trains a single neural network that can -- in a single forward pass -- output scores (i.e., gradients of log-density) and enables unrestricted traversal between any initial and final time along the Probability Flow Ordinary Differential Equation (ODE) in a diffusion process. CTM enables the efficient combination of adversarial training and denoising score matching loss to enhance performance and achieves new state-of-the-art FIDs for single-step diffusion model sampling on CIFAR-10 (FID 1.73) and ImageNet at 64x64 resolution (FID 1.92). CTM also enables a new family of sampling schemes, both deterministic and stochastic, involving long jumps along the ODE solution trajectories. It consistently improves sample quality as computational budgets increase, avoiding the degradation seen in CM. Furthermore, unlike CM, CTM's access to the score function can streamline the adoption of established controllable/conditional generation methods from the diffusion community. This access also enables the computation of likelihood. The code is available at https://github.com/sony/ctm.

📄 PDF Abstract BibTeX arXiv:2310.02279

Code (2)

Kim-Dongjun/ctm-cifar10 공식 구현 pytorch
sony/ctm 공식 구현 pytorch

Tasks

DenoisingImage Generation

Methods 이 논문이 사용한 방법론

Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation

2026-05-13 · Yuchao Gu, Guian Fang, Yuxin Jiang, Weijia Mao 외 arxiv

Few-step video generation has been significantly advanced by consistency distillation. However, the performance of consistency-distilled models often degrades as more sampling steps are allocated at test time, limiting t…

Video Generation

Single Trajectory Distillation for Accelerating Image and Video Style Transfer

2024-12-25 · Sijie Xu, Runqi Wang, Wei Zhu, Dejia Song 외

Diffusion-based stylization methods typically denoise from a specific partial noise state for image-to-image and video-to-video tasks. This multi-step diffusion process is computationally expensive and hinders real-world…

Style TransferVideo Style Transfer

Temporal Pair Consistency for Variance-Reduced Flow Matching

2026-02-04 · Chika Maduabuchi, Jindong Wang arxiv

Continuous-time generative models, such as diffusion models, flow matching, and rectified flow, learn time-dependent vector fields but are typically trained with objectives that treat timesteps independently, leading to …

Elucidating the Preconditioning in Consistency Distillation

2025-02-05 · Kaiwen Zheng, Guande He, Jianfei Chen, Fan Bao 외

Consistency distillation is a prevalent way for accelerating diffusion models adopted in consistency (trajectory) models, in which a student model is trained to traverse backward on the probability flow (PF) ordinary dif…

Syndrome-Flow Consistency Model Achieves One-step Denoising Error Correction Codes

2025-12-01 · Haoyu Lei, Chin Wa Lau, Kaiwen Zhou, Nian Guo 외 arxiv

Error Correction Codes (ECC) are fundamental to reliable digital communication, yet designing neural decoders that are both accurate and computationally efficient remains challenging. Recent denoising diffusion decoders …