ResearchPod Summary
Autoregressive (AR) video diffusion models are essential for real-time streaming and interactive applications, but they often suffer from exposure bias—a discrepancy between training on ground-truth data and inference on model-generated history. While existing methods like teacher-forcing (TF) and diffusion-forcing (DF) attempt to mitigate this, they often struggle with quality degradation over long sequences. The authors propose Causal-rCM, a framework that treats diffusion distillation as a synergy between forward-divergence (mode-covering) and reverse-divergence (mode-seeking) objectives.
Causal-rCM implements this by using teacher-forcing consistency models (CMs) as an offline, stable initialization strategy. This is followed by self-forcing distribution matching distillation (DMD), which optimizes the model on-policy using its own generated rollouts. To improve efficiency, the authors introduce a custom-mask FlashAttention-2 JVP kernel, enabling the use of continuous-time consistency models (sCM/MeanFlow) that converge 10 times faster than traditional discrete-time approaches.
This work provides a scalable, unified recipe for distilling large-scale autoregressive video models into low-latency, high-performance versions. By formalizing the relationship between teacher-forcing and self-forcing, the authors offer a clear path for developers to optimize diffusion models for real-time streaming and interactive environments without sacrificing visual quality.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.