paper-with-me

홈 › Papers

Error Certificates for KV-Cache Eviction via Randomized Design

2026-07-23 · Peng Xie arxiv

Deterministic KV-cache eviction keeps the top-$k$ tokens under an importance score and deletes the rest. We prove that this design cannot know what it destroyed: evicted values can be altered so that everything the serving system retains is unchanged while the true attention-output error grows arbitrarily, so no serving-time estimator of that error is consistent. Randomized eviction restores identifiability. With a Poisson-sampled tail at known inclusion probabilities, one logit offset performs the Hájek correction inside the softmax, and a survey-sampling variance estimator over the retained set becomes a per-step error certificate with 0.97 empirical coverage at no accuracy cost. On real workloads, seven pre-registered claims locate the certificate's value precisely. Prediction goes to output confidence: question-aware eviction at 25--50\% budgets is nearly free, output log-probability predicts failure better than any cache-side signal, and certificate-gated budget escalation adds nothing. Attribution stays with the certificate: it separates cache-induced from inherent failures (AUC 0.65--0.75, against 0.47--0.54 for output confidence) and schedules recomputation better than random or confidence gating. Randomization buys attribution, not prediction.

📄 PDF Abstract BibTeX arXiv:2607.21475

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomization Boosts KV Caching, Learning Balances Query Load: A Joint Perspective

2026-01-26 · Fangzhou Wu, Sandeep Silwal, Qiuyi, Zhang arxiv

KV caching is a fundamental technique for accelerating Large Language Model (LLM) inference by reusing key-value (KV) pairs from previous queries, but its effectiveness under limited memory is highly sensitive to the evi…

CAOTE: KV Caching through Attention Output Error based Token Eviction

2025-04-18 · Raghavv Goel, Junyoung Park, Mukul Gagrani, Dalton Jones 외

While long context support of large language models has extended their abilities, it also incurs challenges in memory and compute which becomes crucial bottlenecks in resource-restricted devices. Token eviction, a widely…

EVICPRESS: Joint KV-Cache Compression and Eviction for Efficient LLM Serving

2025-12-16 · Shaoting Feng, Yuhan Liu, Hanchen Li, Xiaokun Chen 외 arxiv

Reusing KV cache is essential for high efficiency of Large Language Model (LLM) inference systems. With more LLM users, the KV cache footprint can easily exceed GPU memory capacity, so prior work has proposed to either e…

Hierarchical Adaptive Eviction for KV Cache Management in Multimodal Language Models

2026-02-02 · Xindian Ma, Yidi Lu, Peng Zhang, Jing Zhang arxiv

The integration of visual information into Large Language Models (LLMs) has enabled Multimodal LLMs (MLLMs), but the quadratic memory and computational costs of Transformer architectures remain a bottleneck. Existing KV …

Story Generation

ForesightKV: Optimizing KV Cache Eviction for Reasoning Models by Learning Long-Term Contribution

2026-02-03 · Zican Dong, Peiyu Liu, Junyi Li, Zhipeng Chen 외 arxiv

Recently, large language models (LLMs) have shown remarkable reasoning abilities by producing long reasoning traces. However, as the sequence length grows, the key-value (KV) cache expands linearly, incurring significant…

Reinforcement Learning