LGAIJun 13

PolyKV: Heterogeneous Retention and Allocation for KV Cache Compression

arXiv:2606.151579.3
Predicted impact top 44% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying long-context LLMs, PolyKV offers a principled way to improve KV cache compression by tailoring policies and budgets per layer, yielding consistent gains over uniform approaches.

PolyKV introduces a layer-wise KV cache compression framework that assigns heterogeneous eviction policies and non-uniform budgets per layer. On LLaMA-3.1-8B and Qwen3-8B, it recovers 54.5% and 25.7% of the LongBench performance gap between the best single-policy baseline and FullKV under a 512-token budget, and consistently improves over the strongest baseline by 1.7%-6.4% across budgets.

KV cache compression is essential for reducing the memory cost of long-context large language model inference. Existing approaches, however, typically apply a single compression policy and a uniform cache budget across all transformer layers. This uniform design ignores the fact that different layers can play different roles during prefill and decoding, and may therefore require different eviction strategies and cache capacities. We present PolyKV, a layer-wise KV cache optimization framework that considers design space with method selection and budget allocation. PolyKV routes each layer to a suitable KV compression policy based on layer-level signals, while assigning non-uniform budgets under a fixed total budget. This formulation enables heterogeneous compositions of existing KV cache methods. Experiments on LLaMA-3.1-8B and Qwen3-8B show that, under the same 512-token average KV budget, PolyKV recovers 54.5% and 25.7% of the LongBench performance gap between the strongest single-policy baseline and FullKV, respectively. Across 128-1024 budget sweep, PolyKV consistently improves over the strongest baseline by 1.7%-6.4%, corresponding to 40.0%-54.5% recovery of the FullKV gap.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes