ChunkKV: Semantic-Preserving KV Cache Compression for Efficient Long-Context LLM Inference

Xiang Liu (Westlake University) · Zhenheng Tang (The Hong Kong University of Science and Technology) · Peijie Dong (The Hong Kong University of Science and Technology (Guang Zhou)) · Zeyu Li (Hong Kong University of Science and Technology) · Liuyue (Terminus Technologies Co., Ltd.) · Bo Li (Nanjing University) · Xuming Hu (The Hong Kong University of Science and Technology (Guangzhou)) · Xiaowen Chu (The Hong Kong University of Science and Technology (Guangzhou))
compression methodscomputational overheadcontextual integritycross-layer similarityfragmented contextgpu memorykey value cachelayer-wise index reuselinguistic structureslong-context inferencememory bottleneckprecision enhancementsemantic relationshipssemantic-aware compressionthroughput improvement

Large Language Models (LLMs) require significant GPU memory when processing long texts, with the key value (KV) cache consuming up to 70\% of total memory during inference. Although existing compression methods reduce memory by evaluating the importance of individual tokens, they overlook critical semantic relationships between tokens, resulting in fragmented context and degraded performance. We introduce \method{}, which fundamentally reimagines KV cache compression by treating semantic chunks - rather than isolated tokens - as basic compression units. This approach preserves complete linguistic structures and contextual integrity, ensuring that essential meaning is retained even under aggressive compression. Our innovation includes a novel layer-wise index reuse technique that exploits the higher cross-layer similarity of preserved indices in \method{}, reducing computational overhead and improving throughput by 26.5\%. Comprehensive evaluations on challenging benchmarks: LongBench, Needle-In-A-HayStack, GSM8K, and JailbreakV demonstrate that \method{} outperforms state-of-the-art methods by up to 8.7\% in precision while maintaining the same compression ratio. These results confirm that semantic-aware compression significantly enhances both efficiency and performance for long-context LLM inference, providing a simple yet effective solution to the memory bottleneck problem. \emph{The code is available at \href{https://github.com/NVIDIA/kvpress}{link}.}