English

Efficient Autoregressive Video Diffusion with Dummy Head

Computer Vision and Pattern Recognition 2026-01-29 v1

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/.

Keywords

Cite

@article{arxiv.2601.20499,
  title  = {Efficient Autoregressive Video Diffusion with Dummy Head},
  author = {Hang Guo and Zhaoyang Jia and Jiahao Li and Bin Li and Yuanhao Cai and Jiangshan Wang and Yawei Li and Yan Lu},
  journal= {arXiv preprint arXiv:2601.20499},
  year   = {2026}
}

Comments

Technical Report

R2 v1 2026-07-01T09:23:45.564Z