On the Limits of Learned Importance Scoring for KV Cache Compression
Brady Steele
TL;DR
This paper investigates whether learned non-query-aware token importance scoring can outperform simple baselines for KV cache compression by introducing Speculative Importance Prediction (SIP). Across five seeds, four retention levels, and three tasks, SIP fails to outperform straightforward baselines such as position-based heuristics or prefill attention, challenging the value of fixed-budget, non-query-aware learned scoring. The authors analyze potential causes, highlighting a circular dependence between future queries and generation trajectories and providing mutual-information evidence that position and prefill signals dominate. They advocate for relying on simple, interpretable compression strategies and for rigorous reporting of negative results to steer future research toward more promising directions.
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.
