LGMay 26, 2025

Memory-Efficient Visual Autoregressive Modeling with Scale-Aware KV Cache Compression

arXiv:2505.19602v119 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses memory bottlenecks in VAR models for image generation, but it is incremental as it optimizes an existing method rather than introducing a new paradigm.

The paper tackles the problem of exponential KV cache growth in Visual Autoregressive (VAR) modeling, which causes high memory consumption, by introducing ScaleKV, a compression framework that reduces KV cache memory to 10% while maintaining pixel-level fidelity.

Visual Autoregressive (VAR) modeling has garnered significant attention for its innovative next-scale prediction approach, which yields substantial improvements in efficiency, scalability, and zero-shot generalization. Nevertheless, the coarse-to-fine methodology inherent in VAR results in exponential growth of the KV cache during inference, causing considerable memory consumption and computational redundancy. To address these bottlenecks, we introduce ScaleKV, a novel KV cache compression framework tailored for VAR architectures. ScaleKV leverages two critical observations: varying cache demands across transformer layers and distinct attention patterns at different scales. Based on these insights, ScaleKV categorizes transformer layers into two functional groups: drafters and refiners. Drafters exhibit dispersed attention across multiple scales, thereby requiring greater cache capacity. Conversely, refiners focus attention on the current token map to process local details, consequently necessitating substantially reduced cache capacity. ScaleKV optimizes the multi-scale inference pipeline by identifying scale-specific drafters and refiners, facilitating differentiated cache management tailored to each scale. Evaluation on the state-of-the-art text-to-image VAR model family, Infinity, demonstrates that our approach effectively reduces the required KV cache memory to 10% while preserving pixel-level fidelity.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes