paper-with-me

홈 › Papers

On the Limits of Learned Importance Scoring for KV Cache Compression

2026-01-13 · Brady Steele arxiv

We investigate learned KV cache compression through Speculative Importance Prediction (SIP), a 1.7M parameter non-query-aware scorer that predicts token importance from KV representations alone. Despite architectural sophistication (multi-horizon lookahead, cross-attention), SIP does not outperform simple baselines, including random selection, across 5 seeds, 4 retention levels, and 3 tasks. Key findings: (1) position-based heuristics (keep first 4 + last N tokens) match or exceed learned approaches; (2) prefill attention provides equivalent signal to complex learned scorers; (3) marginal information in KV representations beyond position and prefill attention appears limited for importance prediction. We hypothesize that circular dependence between future queries and generation trajectories contributes to this difficulty.

📄 PDF Abstract BibTeX arXiv:2601.14279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

G-KV: Decoding-Time KV Cache Eviction with Global Attention

2025-11-29 · Mengqi Liao, Lu Wang, Chaoyun Zhang, Zekai Shen 외 arxiv

Recent reasoning large language models (LLMs) excel in complex tasks but encounter significant computational and memory challenges due to long sequence lengths. KV cache compression has emerged as an effective approach t…

Reinforcement Learning

Mixing Importance with Diversity: Joint Optimization for KV Cache Compression in Large Vision-Language Models

2025-10-23 · Xuyang Liu, Xiyan Gui, Yuchao Zhang, Linfeng Zhang arxiv

Recent large vision-language models (LVLMs) demonstrate remarkable capabilities in processing extended multi-modal sequences, yet the resulting key-value (KV) cache expansion creates a critical memory bottleneck that fun…

StreamCacheVGGT: Streaming Visual Geometry Transformers with Robust Scoring and Hybrid Cache Compression

2026-04-16 · Xuanyi Liu, Chunan Yu, Deyi Ji, Qi Zhu 외 arxiv

Reconstructing dense 3D geometry from continuous video streams requires stable inference under a constant memory budget. Existing $O(1)$ frameworks primarily rely on a ``pure eviction'' paradigm, which suffers from signi…

STaR-KV: Spatio-Temporal Adaptive Re-weighting for KV Cache Compression in GUI Vision-Language Models

2026-06-01 · Yuhang Han, Wenzheng Yang, Yujie Chen, Xiangqi Jin 외 arxiv

Vision-language-model-based graphical user interface (GUI) agents have shown broad automation capabilities, yet deployment is bottlenecked by a key-value (KV) cache that grows linearly with interaction steps. For instanc…

VL-Cache: Sparsity and Modality-Aware KV Cache Compression for Vision-Language Model Inference Acceleration

2024-10-29 · Dezhan Tu, Danylo Vashchilenko, Yuzhe Lu, Panpan Xu

Vision-Language Models (VLMs) have demonstrated impressive performance across a versatile set of tasks. A key challenge in accelerating VLMs is storing and accessing the large Key-Value (KV) cache that encodes long visua…

GPULanguage ModelingLanguage Modelling