← all papers · overview

Lookaheadkv: Fast And Accurate KV Cache Eviction By Glimpsing Into The Future Without Generation

Abstract

Transformer-based large language models (LLMs) rely on key-value (KV) caching to avoid redundant computation during autoregressive inference. While this mechanism greatly improves efficiency, the cache size grows linearly with the input sequence length, quickly becoming a bottleneck for long-context tasks. Existing solutions mitigate this problem by evicting prompt KV that are deemed unimportant,

Related papers

Ranked by semantic similarity — how closely each paper's abstract matches this one (100% = near-identical topic).