English

Graph-Guided Adaptive Channel Elimination for KV Cache Compression

Signal Processing 2026-04-21 v1

Abstract

Large Language Models have revolutionized natural language processing, achieving unprecedented success across a vast range of tasks. However, their practical application in long-context scenarios is severely hampered by the formidable memory footprint of the Key-Value cache. While channel pruning has emerged as a promising compression strategy, existing methods evaluate channel importance in isolation, fundamentally ignoring the inter-channel interactions that collectively dictate model performance. This oversight leads to suboptimal pruning decisions. To address this, we introduce \textbf{GRACE} (\textbf{GR}aph-guided \textbf{A}daptive \textbf{C}hannel \textbf{E}limination), a novel framework that reframes KV cache compression as a graph-based optimization problem. GRACE models channels as nodes and their interactions as weighted edges, enabling the identification of a near-optimal channel subset for pruning by minimizing the reconstruction error of the attention weight matrix. Furthermore, GRACE incorporates an adaptive protection mechanism that shields salient key channels from removal, ensuring a robust autoregressive decoding process. Extensive experiments show that GRACE can reduce KV cache size by 60\% with negligible performance degradation, consistently outperforming the state-of-the-art method.

Cite

@article{arxiv.2604.16983,
  title  = {Graph-Guided Adaptive Channel Elimination for KV Cache Compression},
  author = {Enwei Tong and Yao Zhu and Yuanchao Bai and Kai Wang and Xianming Liu and Xiangyang Ji},
  journal= {arXiv preprint arXiv:2604.16983},
  year   = {2026}
}

Comments

ICME2026 paper

R2 v1 2026-07-01T12:16:01.211Z