English

HeatKV: Head-tuned KV-cache Compression for Visual Autoregressive Modeling

Computer Vision and Pattern Recognition 2026-05-15 v1

Abstract

Visual Autoregressive (VAR) models have recently demonstrated impressive image generation quality while maintaining low latency. However, they suffer from severe KV-cache memory constraints, often requiring gigabytes of memory per generated image. We introduce HeatKV, a novel compression method that adapts cache allocation in each head based on its attention to previously generated scales. Using a small offline calibration set, the attention heads are ranked according to their attention scores over prior scales. Based on this ranking, we construct a static pruning schedule tailored to a given memory budget. Applied to the Infinity-2B model, HeatKV achieves 2×2 \times higher compression ratio in memory allocation for KV cache compared to existing methods, while maintaining similar or better image fidelity, prompt alignment and human perception score. Our method achieves a new state-of-the-art (SOTA) for VAR model KV-cache compression, showcasing the effectiveness of fine-grained, head-specific cache allocation.

Keywords

Cite

@article{arxiv.2605.14877,
  title  = {HeatKV: Head-tuned KV-cache Compression for Visual Autoregressive Modeling},
  author = {Jonathan Cederlund and Axel Berg and Durmus Alp Emre Acar and Chuteng Zhou and Pontus Giselsson},
  journal= {arXiv preprint arXiv:2605.14877},
  year   = {2026}
}

Comments

18 pages total including appendix; 6 main-paper figures, 2 appendix figures; 4 tables