cd /news/large-language-models/growpage-on-demand-kv-budgeting-for-… · home topics large-language-models article
[ARTICLE · art-121112] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=· neutral

GrowPage: On-Demand KV Budgeting for Efficient LLM Reasoning Serving

Researchers introduced GrowPage, an on-demand KV budgeting framework for efficient LLM reasoning serving, which dynamically adjusts key-value cache capacity per request based on attention demand. GrowPage uses dual-timescale query summaries to estimate demand and compresses or acquires physical pages at capacity boundaries, achieving a superior performance-throughput trade-off across multiple reasoning benchmarks.

read1 min views1 publishedSep 4, 2026

arXiv:2609.03494v1 Announce Type: new Abstract: Long-output reasoning has made the key--value (KV) cache a critical memory bottleneck for efficient LLM serving. Existing KV compression methods usually rely on a predefined per-request budget and adjust only which KV states are retained, leaving the total capacity fixed throughout decoding. However, reasoning workloads exhibit substantial demand variation: different requests require different KV capacities, and the attention demand of an individual request evolves during generation. We introduce \textbf{GrowPage}, an on-demand KV budgeting framework that treats KV capacity as a runtime resource. GrowPage maintains lightweight dual-timescale query summaries to capture recent and long-term attention behaviors, and uses their relative attention working sets to estimate demand evolution. At each capacity boundary, GrowPage either compresses KV states within the current allocation or acquires an additional physical page when broader demand emerges. By integrating with PagedAttention's page-level memory abstraction, GrowPage preserves continuous batching and prefix caching. Experiments on reasoning benchmarks across multiple models show that GrowPage achieves a superior performance--throughput trade-off over existing approaches.

── more in #large-language-models 4 stories · sorted by recency
── more on @growpage 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/growpage-on-demand-k…] indexed:0 read:1min 2026-09-04 ·