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

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

OPSD-V is an on-policy self-distillation paradigm designed for post-training few-step autoregressive (AR) video diffusion models. It addresses the common issues of error accumulation and weakened motion dynamics that plague existing few-step AR video generators during long autoregressive rollouts. The core innovation involves introducing real long-video data as temporal context during training, providing dense trajectory-level supervision. This method allows the student model to follow its exact inference-time rollout, generating each chunk conditioned on its own previously generated KV cache, while a teacher model provides corrective targets using a cleaner AR-consistent temporal cache. Applied to models like Self-Forcing and LongLive, OPSD-V consistently improves visual quality, motion dynamics, and VBenchLong scores, with a user study showing preference over base models in 66.0% of judgments (82.5% excluding ties).

Key takeaway

For Computer Vision Engineers developing long-horizon video generators, OPSD-V offers a robust post-training solution to mitigate error accumulation and enhance motion dynamics. You should consider integrating this on-policy self-distillation paradigm into your workflow to significantly improve the visual quality and user preference for long video outputs. This approach preserves your existing few-step inference path while delivering substantial gains in video consistency and realism.

Key insights

OPSD-V uses on-policy self-distillation with real long-video data to improve few-step autoregressive video generation.

Principles

Method

The student generates chunks conditioned on its KV cache; the teacher evaluates at the same states but uses real-video context in its AR-consistent temporal cache for dense denoising-level supervision.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.