paper-with-me

Papers

Learning Few-Step Diffusion Models by Trajectory Distribution Matching

2025-03-09 · Yihong Luo, Tianyang Hu, Jiacheng Sun, Yujun Cai, Jing Tang

Accelerating diffusion model sampling is crucial for efficient AIGC deployment. While diffusion distillation methods -- based on distribution matching and trajectory matching -- reduce sampling to as few as one step, they fall short on complex tasks like text-to-image generation. Few-step generation offers a better balance between speed and quality, but existing approaches face a persistent trade-off: distribution matching lacks flexibility for multi-step sampling, while trajectory matching often yields suboptimal image quality. To bridge this gap, we propose learning few-step diffusion models by Trajectory Distribution Matching (TDM), a unified distillation paradigm that combines the strengths of distribution and trajectory matching. Our method introduces a data-free score distillation objective, aligning the student's trajectory with the teacher's at the distribution level. Further, we develop a sampling-steps-aware objective that decouples learning targets across different steps, enabling more adjustable sampling. This approach supports both deterministic sampling for superior image quality and flexible multi-step adaptation, achieving state-of-the-art performance with remarkable efficiency. Our model, TDM, outperforms existing methods on various backbones, such as SDXL and PixArt-$\alpha$, delivering superior quality and significantly reduced training costs. In particular, our method distills PixArt-$\alpha$ into a 4-step generator that outperforms its teacher on real user preference at 1024 resolution. This is accomplished with 500 iterations and 2 A800 hours -- a mere 0.01% of the teacher's training cost. In addition, our proposed TDM can be extended to accelerate text-to-video diffusion. Notably, TDM can outperform its teacher model (CogVideoX-2B) by using only 4 NFE on VBench, improving the total score from 80.91 to 81.65. Project page: https://tdm-t2x.github.io/

📄 PDF Abstract BibTeX arXiv:2503.06674

Code (1)

Luo-Yihong/TDM 공식 구현 pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DiffMM: Efficient Method for Accurate Noisy and Sparse Trajectory Map Matching via One Step Diffusion

2026-01-13 · Chenxu Han, Sean Bin Yang, Jilin Hu arxiv

Map matching for sparse trajectories is a fundamental problem for many trajectory-based applications, e.g., traffic scheduling and traffic flow analysis. Existing methods for map matching are generally based on Hidden Ma…

Consistency Trajectory Matching for One-Step Generative Super-Resolution

2025-03-26 · Weiyi You, Mingyang Zhang, Leheng Zhang, Xingyu Zhou 외

Current diffusion-based super-resolution (SR) approaches achieve commendable performance at the cost of high inference overhead. Therefore, distillation techniques are utilized to accelerate the multi-step teacher model …

Super-Resolution

SwiftVideo: A Unified Framework for Few-Step Video Generation through Trajectory-Distribution Alignment

2025-08-08 · Yanxiao Sun, Jiafu Wu, Yun Cao, Chengming Xu 외 arxiv

Diffusion-based or flow-based models have achieved significant progress in video synthesis but require multiple iterative sampling steps, which incurs substantial computational overhead. While many distillation methods t…

Video Generation

Continuous-Time Distribution Matching for Few-Step Diffusion Distillation

2026-05-07 · Tao Liu, Hao Yan, Mengting Chen, Taihang Hu 외 arxiv

Step distillation has become a leading technique for accelerating diffusion models, among which Distribution Matching Distillation (DMD) and Consistency Distillation are two representative paradigms. While consistency me…

Image Generation

Distilled Continuous Diffusion Language Models Can Write Code in Few Steps---or One

2026-09-03 · Fred Zhangzhi Peng, Kaiwen Zheng, Anru R. Zhang arxiv

Language generation is almost universally treated as a sequential process: autoregressive models emit one token at a time, while diffusion language models replace token-level seriality with a long trajectory of iterative…

Code Generation