Sparse Attention Across Multiple-Context KV Cache

Authors

  • Ziyi Cao Harbin Institute of Technology
  • Qingyi Si Huawei Technologies Ltd.
  • Jingbin Zhang Huawei Technologies Ltd.
  • Bingquan Liu Harbin Institute of Technology

DOI:

https://doi.org/10.1609/aaai.v40i36.40266

Abstract

Large language models face significant cost challenges in long-sequence inference. To address this, reusing historical Key-Value (KV) Cache for improved inference efficiency has become a mainstream approach. Recent advances further enhance throughput by sparse attention mechanisms to select the most relevant KV Cache, thereby reducing sequence length. However, such techniques are limited to single-context scenarios, where historical KV Cache is computed sequentially with causal-attention dependencies. In retrieval-augmented generation (RAG) scenarios, where retrieved documents as context are unknown beforehand, each document’s KV Cache is computed and stored independently (termed multiple-context KV Cache), lacking cross-attention between contexts. This renders existing methods ineffective. Although prior work partially recomputes multiple-context KV Cache to mitigate accuracy loss from missing cross-attention, it requires retaining all KV Cache throughout, failing to reduce memory overhead. This paper presents SamKV, the first exploration of attention sparsification for multiple-context KV Cache. Specifically, SamKV takes into account the complementary information of other contexts when sparsifying one context, and then locally recomputes the sparsified information. Experiments demonstrate that our method compresses sequence length to 15% without accuracy degradation compared with full-recomputation baselines, significantly boosting throughput in multi-context RAG scenarios.

Downloads

Published

2026-03-14

How to Cite

Cao, Z., Si, Q., Zhang, J., & Liu, B. (2026). Sparse Attention Across Multiple-Context KV Cache. Proceedings of the AAAI Conference on Artificial Intelligence, 40(36), 30165–30173. https://doi.org/10.1609/aaai.v40i36.40266

Issue

Section

AAAI Technical Track on Natural Language Processing I