English

SpindleKV: A Novel KV Cache Reduction Method Balancing Both Shallow and Deep Layers

Computation and Language 2025-07-10 v1

Abstract

Large Language Models (LLMs) have achieved impressive accomplishments in recent years. However, the increasing memory consumption of KV cache has possessed a significant challenge to the inference system. Eviction methods have revealed the inherent redundancy within the KV cache, demonstrating its potential for reduction, particularly in deeper layers. However, KV cache reduction for shallower layers has been found to be insufficient. Based on our observation that, the KV cache exhibits a high degree of similarity. Based on this observation, we proposed a novel KV cache reduction method, SpindleKV, which balances both shallow and deep layers. For deep layers, we employ an attention weight based eviction method, while for shallow layers, we apply a codebook based replacement approach which is learnt by similarity and merging policy. Moreover, SpindleKV addressed the Grouped-Query Attention (GQA) dilemma faced by other attention based eviction methods. Experiments on two common benchmarks with three different LLMs shown that SpindleKV obtained better KV cache reduction effect compared to baseline methods, while preserving similar or even better model performance.

Keywords

Cite

@article{arxiv.2507.06517,
  title  = {SpindleKV: A Novel KV Cache Reduction Method Balancing Both Shallow and Deep Layers},
  author = {Zicong Tang and Shi Luohe and Zuchao Li and Baoyuan Qi and Guoming Liu and Lefei Zhang and Ping Wang},
  journal= {arXiv preprint arXiv:2507.06517},
  year   = {2025}
}

Comments

Accepted by ACL 2025 main

R2 v1 2026-07-01T03:52:37.290Z