AI RESEARCH
Reformulating KV Cache Eviction Problem for Long-Context LLM Inference
arXiv CS.AI
•
ArXi:2605.07234v1 Announce Type: cross Large language models (LLMs) long-context inference but suffer from substantial memory and runtime overhead due to Key-Value (KV) Cache growth. Existing KV Cache eviction methods primarily rely on local attention weights, neglecting the influence of value representations, output projection, and inter-head interactions. In this work, we reformulate KV Cache eviction from a conventional head-wise, weight-averaging approach into an output-aware, layer-wise matrix multiplication approximation problem. We.