Discover and explore top open-source AI tools and projects—updated daily.
MeiGen-AIOn-policy self-distillation for few-step autoregressive video generation
New!
Top 74.9% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> OPSD-V addresses long-horizon error accumulation and weakened motion dynamics in few-step autoregressive video generators. It offers a post-training self-distillation paradigm to enhance video quality and temporal coherence without altering the core inference process, benefiting users requiring improved long sequences.
How It Works
This project employs on-policy self-distillation using real long videos as privileged context. A student model generates video chunks and updates its KV cache, mirroring inference. A teacher model, using a cleaner cache derived from real video history, provides dense velocity supervision at student-visited states. This corrects errors accumulated in the student's self-generated cache, improving motion dynamics and visual quality while preserving the original few-step inference strategy.
Quick Start & Requirements
Installation: Clone repo, set up Python 3.10 Conda env, pip install -r requirements.txt. Prerequisites: CUDA GPUs, PyTorch 2.5+ for flex_attention. FlashAttention 2/3 recommended. Download base Wan2.1-T2V-1.3B and OPSD-V checkpoints from Hugging Face. Training data (LMDB) not included; use provided scripts. WeChat group available (QR code valid until July 21, 2026).
Highlighted Details
--per_prompt_seed ensures reproducible noise generation.Maintenance & Community
The project builds on Wan2.1, Self-Forcing, LongLive, and D-OPSD. A WeChat group is provided for community discussion (QR code valid until July 21, 2026).
Licensing & Compatibility
OPSD-V code is Apache License 2.0. Files adapted from upstream projects retain their original licenses. Users must comply with upstream terms, potentially impacting commercial use or closed-source linking.
Limitations & Caveats
This release excludes generated videos, logs, checkpoints, and datasets. The full training dataset is not redistributable due to licensing/privacy. Current experimental scale is modest; significant improvements may arise from scaling training data, compute, and teacher-cache policies.
5 days ago
Inactive
hao-ai-lab
SkyworkAI