CLAIMay 24, 2025

Lookahead Q-Cache: Achieving More Consistent KV Cache Eviction via Pseudo Query

Tsinghua
arXiv:2505.20334v28 citationsh-index: 9EMNLP
Originality Incremental advance
AI Analysis

This addresses memory efficiency challenges for deploying LLMs, but it is incremental as it builds on existing eviction methods.

The paper tackles the problem of inconsistent KV cache eviction in large language models by proposing Lookahead Q-Cache (LAQ), which uses pseudo lookahead queries to better approximate decoding-stage queries, resulting in a 1 to 4 point improvement on LongBench under limited cache budgets.

Large language models (LLMs) rely on key-value cache (KV cache) to accelerate decoding by reducing redundant computations. However, the KV cache memory usage grows substantially with longer text sequences, posing challenges for efficient deployment. Existing KV cache eviction methods prune tokens using prefilling-stage attention scores, causing inconsistency with actual inference queries, especially under tight memory budgets. In this paper, we propose Lookahead Q-Cache (LAQ), a novel eviction framework that generates low-cost pseudo lookahead queries to better approximate the true decoding-stage queries. By using these lookahead queries as the observation window for importance estimation, LAQ achieves more consistent and accurate KV cache eviction aligned with real inference scenarios. Experimental results on LongBench and Needle-in-a-Haystack benchmarks show that LAQ outperforms existing methods across various budget levels, achieving a 1 $\sim$ 4 point improvement on LongBench under limited cache budget. Moreover, LAQ is complementary to existing approaches and can be flexibly combined to yield further improvements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes