OPSD-V: On-Policy Self-Distillation for Post-Training Few-Step Autoregressive Video Generators

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.