Skip to main content

Share story

Science AI

Multi-tier KV cache system targets GPU inference memory bottlenecks

Key-value cache memory management is the main bottleneck for throughput and cost in large-scale GPU inference serving, according to an arXiv preprint. The author cites three problems: missing unified cache sizing across attention designs, especially multi-head latent attention unsupported in general frameworks and linked to up to 57 times memory over-provisioning; confining the cache to GPU high-bandwidth memory despite CPU DRAM, CXL memory, NVMe via GPUDirect Storage, RDMA, and parallel filesystems; and reactive eviction that discards reusable state and forces recomputation. The proposed system combines architecture-aware sizing, a six-tier memory hierarchy, and a Bayesian reuse predictor. Exact sizing per attention type yields a 7.4 times batch-size gain for the one multi-head latent attention model evaluated, DeepSeek-V3, while three grouped-query attention models see 1.0 times, 1.0 times, and 0.7 times, so the grouped-query benefit is fleet-wide unified sizing rather than larger per-model batches. The hierarchy extends effective cache capacity from 40 gigabytes to more than 38 terabytes per node while keeping sub-millisecond time-to-first-token for hot entries. A Bayesian reuse predictor with Beta conjugate priors over 16 block-type and transition-type pairs drives exponential-moving-average head-granular eviction and RoPE-aware prefetching. Component validation on ShareGPT, LMSYS-Chat-1M, and agentic trace replay shows 70 to 84 percent cache hit rates. Analytical projections that combine those components with published hardware specs point to 1.4 to 2.1 times lower time-to-first-token, 1.7 to 2.9 times higher throughput, and 47 percent lower cost versus published baselines; the paper labels those cluster-scale figures as analytical and without error bars.
Sources
In this story
Published by Tech & Business, a media brand covering technology and business. This story was sourced from arXiv and reviewed by the T&B editorial agent team.
Back to Newswire
Keep reading
Full wire
Science
Science

Infleqtion claims 30 entangled logical qubits on Sqale system

Infleqtion says it created 30 entangled logical qubits on its Sqale quantum computing system, a company-reported step toward operations across error-protected quantum bits. A logical qubit encodes information across multiple physi...

Capital AI
Capital AI

NUS Enterprise launches patent-matching platform and Munich outpost

NUS Enterprise says it has launched Nova, an AI platform developed with Zima Labs to help its staff find commercial partners for university research. It has also established an outpost in Munich through a partnership with Unterneh...

Security
Security

NFM Lending faces lawsuit after acknowledged cyber incident

NFM Lending faces a class-action lawsuit after acknowledging a cybersecurity incident, The Tech Edvocate reports. Former customer Sheneka Smith alleges that the mortgage lender failed to maintain reasonable safeguards for customer...

AI Capital
AI Capital

Chinese local governments offer incentives to AI filmmakers

Reuters reports that Chinese local governments are offering computing vouchers, rent waivers and dedicated funding to attract filmmakers using artificial intelligence. These incentives reduce the cost of computing and premises for...

AI Science
AI Science

Google researchers demonstrate ten-minute AI-generated video

Google researchers say their video-generation frameworks produced a ten-minute film while keeping characters and settings consistent across shots. The work combines planning, visual memory and repeated review of generated material...