cd /news/large-language-models/kvboost-chunk-level-key-value-cache-… · home topics large-language-models article
[ARTICLE · art-109615] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

KVBoost: Chunk-Level Key-Value Cache Reuse with Deviation-Guided Recomputation for Efficient Large Language Model Inference

KVBoost, a chunk-level key-value cache reuse system for HuggingFace-compatible decoder models, reduces time-to-first-token by 4.49x (142.4 ms vs. 639.1 ms) on Qwen/Qwen2.5-3B over 1,000 bug-localization samples, outperforming prefix caching by 16% with no loss in accuracy (99.2% vs. 99.1%). The system, introduced in arXiv:2608.21362v1, enables cache reuse regardless of content position via a dual-hash keying scheme and employs repair strategies to handle attention boundary errors.

read1 min views2 publishedAug 25, 2026

arXiv:2608.21362v1 Announce Type: new Abstract: Transformer-based large language models (LLMs) incur high prefill latency because key-value (KV) tensors must be recomputed for each request. Existing prefix-caching systems reduce this cost but require prompts to share a leading contiguous prefix, limiting effectiveness when shared content appears at arbitrary positions. We present KVBoost, a chunk-level KV cache reuse system for HuggingFace-compatible decoder models that enables reuse regardless of content position. KVBoost introduces a dual-hash keying scheme that separates positional identity (prefix hash) from content identity (content hash), supporting both exact and approximate cache matches. To address attention boundary errors from independently cached chunks, KVBoost employs two repair strategies: SelectiveRecompute, which re-encodes boundary regions, and CacheBlendRecompute, which identifies and recomputes high-deviation tokens after a probe pass. The system further incorporates asymmetric KV quantization (int8/int4), adaptive chunk boundary splitting, and importance-weighted eviction under a fixed memory budget. Evaluated on Qwen/Qwen2.5-3B over 1,000 bug-localization samples, KVBoost achieves a 4.49x reduction in time-to-first-token (142.4 ms vs.\ 639.1 ms) and outperforms prefix caching by 16%, with no loss in accuracy (99.2% vs.\ 99.1%). KVBoost provides a practical, memory-bounded inference acceleration layer compatible with RoPE-based models without architectural modification.

── more in #large-language-models 4 stories · sorted by recency
── more on @kvboost 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/kvboost-chunk-level-…] indexed:0 read:1min 2026-08-25 ·