paper-with-me

Papers

Exploring the Limits of KV Cache Compression in Visual Autoregressive Transformers

2025-03-19 · Bo Chen, Xiaoyu Li, Yekun Ke, YIngyu Liang, Zhenmei Shi, Zhao Song

A fundamental challenge in Visual Autoregressive models is the substantial memory overhead required during inference to store previously generated representations. Despite various attempts to mitigate this issue through compression techniques, prior works have not explicitly formalized the problem of KV-cache compression in this context. In this work, we take the first step in formally defining the KV-cache compression problem for Visual Autoregressive transformers. We then establish a fundamental negative result, proving that any mechanism for sequential visual token generation under attention-based architectures must use at least $\Omega(n^2 d)$ memory, when $d = \Omega(\log n)$, where $n$ is the number of tokens generated and $d$ is the embedding dimensionality. This result demonstrates that achieving truly sub-quadratic memory usage is impossible without additional structural constraints. Our proof is constructed via a reduction from a computational lower bound problem, leveraging randomized embedding techniques inspired by dimensionality reduction principles. Finally, we discuss how sparsity priors on visual representations can influence memory efficiency, presenting both impossibility results and potential directions for mitigating memory overhead.

📄 PDF Abstract BibTeX arXiv:2503.14881

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

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

2026-05-14 · Jonathan Cederlund, Axel Berg, William Isaksson, Durmus Alp Emre Acar 외 arxiv

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 …

Image Generation

Head-Aware KV Cache Compression for Efficient Visual Autoregressive Modeling

2025-04-12 · Ziran Qin, Youru Lv, Mingbao Lin, Zeren Zhang 외

Visual Autoregressive (VAR) models have emerged as a powerful approach for multi-modal content creation, offering high efficiency and quality across diverse multimedia applications. However, they face significant memory …

Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

2026-05-10 · Yicheng Ji, Zhizhou Zhong, Jun Zhang, Qin Yang 외 arxiv

Autoregressive (AR) video diffusion models adopt a streaming generation framework, enabling long-horizon video generation with real-time responsiveness, as exemplified by the Self Forcing training paradigm. However, exis…

Video Generation

DBudgetKV: Dynamic Budget in KV Cache Compression for Ensuring Optimal Performance

2025-02-24 · Xuanfan Ni, Liyan Xu, Chenyang Lyu, Longyue Wang 외

To alleviate memory burden during inference of large language models (LLMs), numerous studies have focused on compressing the KV cache by exploring aspects such as attention sparsity. However, these techniques often requ…

SWAN: Sparse Winnowed Attention for Reduced Inference Memory via Decompression-Free KV-Cache Compression

2025-11-24 · Santhosh G S, Saurav Prakash, Balaraman Ravindran arxiv

Large Language Models (LLMs) face a significant bottleneck during autoregressive inference due to the massive memory footprint of the Key-Value (KV) cache. Existing compression techniques like token eviction, quantizatio…