HeatKV: Head-tuned KV-cache Compression for Visual Autoregressive Modeling
- company Hugging Face
- lab arXiv
- location UTC
- location arXivLabs
- model Infinity-2B
- person Jonathan Cederlund
- product DagsHub
- product Gotit.pub
A new compression technique for Visual Autoregressive models can double the memory efficiency of their key-value caches without degrading image quality, according to a paper posted to arXiv. The method, called HeatKV, tailors cache allocation to individual attention heads rather than applying a uniform policy. Visual Autoregressive (VAR) models produce high-quality images with low latency but carry a heavy memory burden, often consuming gigabytes of KV-cache memory per generated image [1][2]. HeatKV addresses this by profiling how each attention head attends to previously generated scales. A small offline calibration set is used to rank the heads by their attention scores, and a static pruning schedule is then built for a given memory budget [1][2]. Applied to the Infinity-2B model, HeatKV achieves a 2× higher compression ratio in memory allocation for the KV cache compared to existing methods [1][2]. The compressed model maintains similar or better image fidelity, prompt alignment, and human perception scores, setting a new state-of-the-art for VAR KV-cache compression [1][2]. The paper was submitted to arXiv on 14 May 2026 by Jonathan Cederlund and revised on 17 June 2026. The first submission weighed 28,790 KB; the second, 29,410 KB [1]. Code and a calibration script have been released on GitHub under the arm-research organization [2]. KV-cache compression has become a focal point as generative models scale. While HeatKV targets visual autoregressive architectures, the broader research community is grappling with memory constraints across modalities. A separate scoping review of quantum circuit generation systems, for instance, found that no reviewed system reports end-to-end evaluation on quantum hardware, underscoring how deployment-stage bottlenecks persist in adjacent fields [3]. Hugging Face, which indexes papers and links them to models, datasets, and interactive demos, has integrated with arXiv to embed community-built Spaces directly alongside paper abstracts [4][5]. The HeatKV paper is discoverable through the Hugging Face Daily Papers feed, where trending preprints are surfaced by community submissions [6].
benchmarkmodel-releaseresearch-paperproduct-launchsafety-researchtool-release
Background sources we checked (8)
- arxiv.org ↗ 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 com…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…
Sources
- export.arxiv.org — HeatKV: Head-tuned KV-cache Compression for Visual Autoregressive Modeling ↗