English

On the Limits of Learned Importance Scoring for KV Cache Compression

Machine Learning 2026-01-22 v1 Artificial Intelligence

Abstract

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.

Cite

@article{arxiv.2601.14279,
  title  = {On the Limits of Learned Importance Scoring for KV Cache Compression},
  author = {Brady Steele},
  journal= {arXiv preprint arXiv:2601.14279},
  year   = {2026}
}

Comments

14 pages, 7 figures, 5 tables

R2 v1 2026-07-01T09:12:56.899Z