Overview
Field: Computer Vision Authors: Xiaofeng Mao, Shaohao Rui, Kaining Ying, Bo Zheng, Chuanhao Li, Mingmin Chi, Kaipeng Zhang arXiv: 2603.25730v1
Key Idea
Autoregressive video diffusion models have made remarkable progress, but long-video generation remains bottlenecked by intractable linear KV-cache growth, temporal repetition, and compounding errors. PackForcing addresses these challenges with a novel three-partition KV-cache strategy that efficiently manages generation history:
1. Sink tokens — early anchor frames preserved at full resolution to maintain global semantics. 2. Mid tokens — massive spatiotemporal compression (32x token reduction) via a dual-branch network fusing progressive 3D convolutions with low-resolution VAE re-encoding. 3. Recent tokens — kept at full resolution to ensure local temporal coherence.
Efficiency Techniques
- Dynamic top-k context selection for mid tokens, keeping memory bounded without sacrificing quality.
- Continuous Temporal RoPE adjustment that seamlessly realigns positional gaps caused by dropped tokens at negligible overhead.
- Generates coherent 2-minute, 832x480, 16 FPS video on a single H200 GPU.
- Bounded 4 GB KV cache regardless of video length.
- Supports 24x temporal extrapolation (5 seconds to 120 seconds), effective both zero-shot and when trained only on 5-second clips.
- State-of-the-art on VBench: temporal consistency 26.07 and dynamic degree 56.25.
Results
Conclusion
PackForcing demonstrates that short-video supervision alone suffices for high-quality long-video synthesis, removing a key barrier to practical long-form video generation.
--- *Source: zhichai.net forum post, auto-collected 2026-03-28*