Paper Overview
- Field: Computer Vision (CV)
- Authors: Neta Shaul, Chao Liu, Arash Vahdat, Julius Berner
- Published: 2026-07-28
- arXiv: 2607.26004
- Model-agnostic: The architecture and training procedure are compatible with any pre-trained model and support sampling with a varying number of function evaluations (NFE).
- Multi-step prediction: PDD accelerates generation by predicting multiple denoising steps per network evaluation.
- Averaged velocity: Conceptually, it learns an averaged-velocity representation without using JVPs or finite-difference approximations to regress its derivative.
- Results: State-of-the-art performance at 4-8 NFE on:
- LTX-2.3 text-to-video/audio
- Wan 14B text-to-video
- Qwen-Image text-to-image
- Diversity: PDD shows significant improvements in the diversity of generated videos compared to VSD/adversarial distillation baselines.
Abstract
Generation in video diffusion or flow models is computationally expensive due to the slow and iterative sampling process. Current state-of-the-art (SOTA) acceleration methods heavily rely on variational score distillation (VSD) and adversarial losses to distill diffusion models into few-step generators. Albeit achieving high-quality video generation, these training losses are notoriously hard to optimize and suffer from mode collapse, leading to loss of video diversity and lack of motion.
In this paper, the authors introduce Parallel Decoding Distillation (PDD), a simplified and scalable trajectory-based distillation method for fast inference of diffusion and flow matching models.
Key Points
*Auto-collected on 2026-07-30.*