paper-with-me

홈 › Papers

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

2025-05-26 · Kunjun Li, Zigeng Chen, Cheng-Yen Yang, Jenq-Neng Hwang

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.

📄 PDF Abstract BibTeX arXiv:2505.19602

Code (1)

stargazerx0/scalekv 공식 구현 pytorch

Tasks

Zero-shot Generalization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Visual Implicit Autoregressive Modeling

2026-05-02 · Pengfei Jiang, Jixiang Luo, Luxi Lin, Zhaohong Huang 외 arxiv

Visual Autoregressive Modeling (VAR) based on next-scale prediction achieves strong generation quality, but their explicit deep stacks fix the amount of computation per scale and inflate memory at high resolutions. We in…

MVAR: Visual Autoregressive Modeling with Scale and Spatial Markovian Conditioning

2025-05-19 · Jinhua Zhang, Wei Long, Minghao Han, Weiyi You 외

Essential to visual generation is efficient modeling of visual data priors. Conventional next-token prediction methods define the process as learning the conditional probability distribution of successive tokens. Recentl…

GPU

Markovian Scale Prediction: A New Era of Visual Autoregressive Generation

2025-11-28 · Yu Zhang, Jingyi Liu, Yiwei Shi, Qi Zhang 외 arxiv

Visual AutoRegressive modeling (VAR) based on next-scale prediction has revitalized autoregressive visual generation. Although its full-context dependency, i.e., modeling all previous scales for next-scale prediction, fa…

Representation Learning

MegaParts: Scaling Part-Aware 3D Object Generation to 300 Parts via Token-Efficient Autoregressive Modeling

2026-08-14 · Manwen Liao, Xinyu Lian, Jian Mao, Kaixu Chen 외 hf

Part-aware 3D object generation is essential for graphics applications such as controllable modeling, editing, and articulation, where objects are represented as coherent assemblies of semantic parts. However, existing p…

3D Generation

MEPA: Multi-Scale Representation Alignment for Visual Autoregressive Modeling with Mixture of Experts

2026-07-01 · Nuoyan Zhou, Zhijun Tu, Lei Yu, Kun Cheng 외 arxiv

Visual AutoRegressive modeling (VAR) has pioneered a coarse-to-fine multi-scale autoregressive generative paradigm, demonstrating strong capabilities in image generation. However, VAR still suffers from inherent deficien…

Representation LearningImage Generation