English

TokenSelect: Efficient Long-Context Inference and Length Extrapolation for LLMs via Dynamic Token-Level KV Cache Selection

Computation and Language 2025-10-10 v4 Artificial Intelligence Machine Learning

Abstract

Rapid advances in Large Language Models (LLMs) have spurred demand for processing extended context sequences in contemporary applications. However, this progress faces two challenges: performance degradation due to sequence lengths out-of-distribution, and excessively long inference times caused by the quadratic computational complexity of attention. These issues limit LLMs in long-context scenarios. In this paper, we propose Dynamic Token-Level KV Cache Selection (TokenSelect), a training-free method for efficient and accurate long-context inference. TokenSelect builds upon the observation of non-contiguous attention sparsity, using QK dot products to measure per-head KV Cache criticality at token-level. By per-head soft voting mechanism, TokenSelect selectively involves a few critical KV cache tokens in attention calculation without sacrificing accuracy. To further accelerate TokenSelect, we design the Selection Cache based on observations of consecutive Query similarity and implemented the efficient Paged Dot Product Kernel, significantly reducing the selection overhead. A comprehensive evaluation of TokenSelect demonstrates up to 23.84×23.84\times speedup in attention computation and up to 2.28×2.28\times acceleration in end-to-end latency, while providing superior performance compared to state-of-the-art long-context inference methods.

Keywords

Cite

@article{arxiv.2411.02886,
  title  = {TokenSelect: Efficient Long-Context Inference and Length Extrapolation for LLMs via Dynamic Token-Level KV Cache Selection},
  author = {Wei Wu and Zhuoshi Pan and Chao Wang and Liyi Chen and Yunchu Bai and Tianfu Wang and Kun Fu and Zheng Wang and Hui Xiong},
  journal= {arXiv preprint arXiv:2411.02886},
  year   = {2025}
}

Comments

Accepted by EMNLP2025

R2 v1 2026-06-28T19:48:36.502Z