AI RESEARCH

Self-Indexing KVCache: Predicting Sparse Attention from Compressed Keys

arXiv CS.AI

ArXi:2603.14224v1 Announce Type: cross The KV cache in self-attention has emerged as a major bottleneck in long-context and large-batch inference for LLMs. Existing approaches often treat sparsity prediction and compression as separate modules, relying on auxiliary index structures to select relevant tokens, and on complex quantization schemes to reduce memory usage. This fragmented design In this paper, we propose a novel paradigm: treating the compressed key representation not merely as storage, but as a self-indexing structure that directly enables efficient sparse attention.