AI RESEARCH

MomentKV: Closing the Directional Gap in KV Cache Eviction for Long-Context Inference

arXiv CS.LG

ArXi:2606.01563v1 Announce Type: new Autoregressive decoding in Transformer-based language models relies on the KV cache, whose memory footprint grows linearly with sequence length and becomes the primary bottleneck for long-context inference. KV cache eviction addresses this by retaining a fixed-size subset of key-value pairs and discarding the rest. We identify that a primary source of output degradation is not the residual attention mass on evicted tokens, which existing methods already minimize, but a directional mismatch between the retained and evicted token sets.