Efficient Autoregressive Video Diffusion with Dummy Head
Hang Guo, Zhaoyang Jia, Jiahao Li, Bin Li, Yuanhao Cai, Jiangshan Wang, Yawei Li, Yan Lu
TL;DR
This work identifies a subset of attention heads in autoregressive video diffusion models that underutilize historical frames, coining them as dummy heads. It introduces Dummy Forcing, a training-free framework comprising heterogeneous memory allocation (HMA), dynamic head programming (DHP) via a greedy dynamic-programming solution, and packed attention forward (PAF) to aggressively prune dummy-head caches while preserving context-critical information. Across classic, high-resolution, and long-context video tasks, the method delivers up to 2x end-to-end speedups with minimal quality degradation, including real-time 24 FPS performance on 5-second videos and substantial gains on 1080P generation. The approach is compatible with existing acceleration techniques and demonstrates strong generalization to multiple autoregressive diffusion models, highlighting practical impact for scalable, efficient video generation without additional training.
Abstract
The autoregressive video diffusion model has recently gained considerable research interest due to its causal modeling and iterative denoising. In this work, we identify that the multi-head self-attention in these models under-utilizes historical frames: approximately 25% heads attend almost exclusively to the current frame, and discarding their KV caches incurs only minor performance degradation. Building upon this, we propose Dummy Forcing, a simple yet effective method to control context accessibility across different heads. Specifically, the proposed heterogeneous memory allocation reduces head-wise context redundancy, accompanied by dynamic head programming to adaptively classify head types. Moreover, we develop a context packing technique to achieve more aggressive cache compression. Without additional training, our Dummy Forcing delivers up to 2.0x speedup over the baseline, supporting video generation at 24.3 FPS with less than 0.5% quality drop. Project page is available at https://csguoh.github.io/project/DummyForcing/.
