OPSD-V: On-Policy Self-Distillation for Post-Training Few-Step Autoregressive Video Generators
Summary
OPSD-V is a novel on-policy self-distillation paradigm designed for post-training few-step autoregressive (AR) video diffusion models. This method addresses the common issue of error accumulation and weakened motion dynamics observed in existing few-step AR video generators during long autoregressive rollouts, while maintaining their low latency. OPSD-V introduces real long-video data as temporal context during training, providing dense trajectory-level supervision to reduce long-horizon degradation. The approach involves a student model following exact inference-time rollout, generating chunks based on its own KV cache, while a teacher model provides corrective targets using a cleaner AR-consistent temporal cache with real-video context. This process occurs without altering the sampler, denoising steps, or inference-time cache mechanism. Applied to models like Self-Forcing and LongLive, OPSD-V consistently improved visual quality, motion dynamics, and VBenchLong scores. A user study involving 10 participants preferred OPSD-V in 66.0% of judgments.
Key takeaway
For Machine Learning Engineers developing few-step autoregressive video generators, OPSD-V offers a robust post-training solution to mitigate long-horizon degradation. You should consider integrating this on-policy self-distillation paradigm to improve visual quality and motion dynamics in your models. This approach preserves low-latency inference, significantly reducing error accumulation, as shown by VBenchLong scores and user preference.
Key insights
OPSD-V uses on-policy self-distillation with real long-video context to reduce error accumulation in few-step autoregressive video generators.
Principles
- On-policy self-distillation improves AR video quality.
- Real long-video data provides dense temporal supervision.
- Teacher-student framework corrects AR cache dynamics.
Method
The student generates video chunks using its KV cache; the teacher, at the same denoising states, uses a real-video-context-enhanced AR-consistent cache to provide dense corrective targets.
In practice
- Apply OPSD-V to Self-Forcing or LongLive models.
- Improve VBenchLong scores for long video generation.
- Enhance motion dynamics in AR video outputs.
Topics
- Video Generation
- Autoregressive Models
- Self-Distillation
- Diffusion Models
- Motion Dynamics
- VBencLong
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.