Transition Matching Distillation for Fast Video Generation
Weili Nie, Julius Berner, Nanye Ma, Chao Liu, Saining Xie, Arash Vahdat
TL;DR
Transition Matching Distillation (TMD) presents a decoupled, two-stage framework to convert large, multi-step video diffusion backbones into efficient few-step generators. By separating a main semantic backbone from a recurrent flow head, and combining Transition Matching with MeanFlow pretraining and distribution-based distillation (DMD2-v) with flow-head rollout, TMD achieves strong speed-quality tradeoffs on Wan2.1 1.3B and 14B video-to-text models. Empirical results show superior visual fidelity and prompt adherence at comparable or reduced compute, including near-one-step generation with high VBench scores. This approach enables practical, real-time video generation while preserving the semantic coherence and detail of large-teacher models.
Abstract
Large video diffusion and flow models have achieved remarkable success in high-quality video generation, but their use in real-time interactive applications remains limited due to their inefficient multi-step sampling process. In this work, we present Transition Matching Distillation (TMD), a novel framework for distilling video diffusion models into efficient few-step generators. The central idea of TMD is to match the multi-step denoising trajectory of a diffusion model with a few-step probability transition process, where each transition is modeled as a lightweight conditional flow. To enable efficient distillation, we decompose the original diffusion backbone into two components: (1) a main backbone, comprising the majority of early layers, that extracts semantic representations at each outer transition step; and (2) a flow head, consisting of the last few layers, that leverages these representations to perform multiple inner flow updates. Given a pretrained video diffusion model, we first introduce a flow head to the model, and adapt it into a conditional flow map. We then apply distribution matching distillation to the student model with flow head rollout in each transition step. Extensive experiments on distilling Wan2.1 1.3B and 14B text-to-video models demonstrate that TMD provides a flexible and strong trade-off between generation speed and visual quality. In particular, TMD outperforms existing distilled models under comparable inference costs in terms of visual fidelity and prompt adherence. Project page: https://research.nvidia.com/labs/genair/tmd
