English

EchoKV: Efficient KV Cache Compression via Similarity-Based Reconstruction

Computation and Language 2026-05-14 v2

Abstract

The increasing memory demand of the Key-Value (KV) cache poses a significant bottleneck for Large Language Models (LLMs) in long-context applications. Existing low-rank KV compression methods reduce this footprint by modifying model projections, limiting the flexibility to switch back to standard full-cache inference when sufficient memory is available. In this paper, we propose EchoKV, a flexible KV cache compression framework that supports on-demand transitions from full KV caching to compressed caching. Unlike traditional compression-decompression paradigms, EchoKV utilizes a lightweight network to reconstruct the discarded KV components from a partial subset, exploiting intrinsic inter-layer and intra-layer similarities among attention heads. We further introduce a lightweight two-stage fine-tuning strategy, requiring only a few minutes on a single A100 GPU for a 7B model. Experimental results on LongBench and RULER demonstrate that EchoKV consistently outperforms existing methods across multiple compression ratios and backbone models while preserving the throughput of full-cache inference in short-context scenarios.

Keywords

Cite

@article{arxiv.2603.22910,
  title  = {EchoKV: Efficient KV Cache Compression via Similarity-Based Reconstruction},
  author = {Shiyu Ji and Yixuan Wang and Yijun Liu and Qingfu Zhu and Wanxiang Che},
  journal= {arXiv preprint arXiv:2603.22910},
  year   = {2026}
}
R2 v1 2026-07-01T11:34:58.696Z