Towards One-step Causal Video Generation via Adversarial Self-Distillation
Yongqi Yang, Huayang Huang, Xu Peng, Xiaobin Hu, Donghao Luo, Jiangning Zhang, Chengjie Wang, Yu Wu
TL;DR
The paper tackles the challenge of efficient causal video generation with diffusion-based models by introducing Adversarial Self-Distillation (ASD) atop Distribution Matching Distillation (DMD), enabling high-quality synthesis with as few as $1$–$2$ denoising steps. It further introduces First-Frame Enhancement (FFE) to allocate more denoising effort to the first frame, mitigating error propagation while applying larger skip steps to later frames. A single, step-unified distilled model trained with ASD achieves strong 1- and 2-step performance and flexible deployment across various inference step settings, reducing the need for multiple distillations. Extensive experiments on VBench show superior quality and efficiency compared to baselines, with ablations confirming the contributions of ASD and FFE. The approach offers practical benefits for real-time, interactive video generation and scalable deployment across different resource budgets.
Abstract
Recent hybrid video generation models combine autoregressive temporal dynamics with diffusion-based spatial denoising, but their sequential, iterative nature leads to error accumulation and long inference times. In this work, we propose a distillation-based framework for efficient causal video generation that enables high-quality synthesis with extremely limited denoising steps. Our approach builds upon the Distribution Matching Distillation (DMD) framework and proposes a novel Adversarial Self-Distillation (ASD) strategy, which aligns the outputs of the student model's n-step denoising process with its (n+1)-step version at the distribution level. This design provides smoother supervision by bridging small intra-student gaps and more informative guidance by combining teacher knowledge with locally consistent student behavior, substantially improving training stability and generation quality in extremely few-step scenarios (e.g., 1-2 steps). In addition, we present a First-Frame Enhancement (FFE) strategy, which allocates more denoising steps to the initial frames to mitigate error propagation while applying larger skipping steps to later frames. Extensive experiments on VBench demonstrate that our method surpasses state-of-the-art approaches in both one-step and two-step video generation. Notably, our framework produces a single distilled model that flexibly supports multiple inference-step settings, eliminating the need for repeated re-distillation and enabling efficient, high-quality video synthesis.
