G-KV: Decoding-Time KV Cache Eviction with Global Attention
Mengqi Liao, Lu Wang, Chaoyun Zhang, Zekai Shen, Xiaowei Mao, Si Qin, Qingwei Lin, Saravan Rajmohan, Dongmei Zhang, Huaiyu Wan
TL;DR
G-KV addresses the memory and compute bottlenecks of long reasoning in LLMs by introducing a global attention-based KV-cache eviction score that combines current local attention with historical significance. The approach, together with post-training strategies (reinforcement learning and distillation), enables the model to adapt to compressed KV caches, yielding substantial improvements in pass@1 on math and coding tasks under tight KV budgets. Empirical results show state-of-the-art gains across benchmarks and budgets, with notable memory reductions and throughput increases, especially for long-generation scenarios. The work provides a practical, training-aware framework to enable efficient, scalable reasoning in large models, with publicly available code for replication.
Abstract
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 to greatly enhance the efficiency of reasoning. However, existing methods often focus on prompt compression or token eviction with local attention score, overlooking the long-term importance of tokens. We propose G-KV, a KV cache eviction method that employs a global scoring mechanism, combining local and historical attention scores to more accurately assess token importance. Additionally, we introduce post-training techniques, including reinforcement learning and distillation, to optimize models for compressed KV cache settings. The code of this paper is available on: https://github.com/microsoft/G-KV.
