DCLGMay 12

Efficient Remote KV Cache Reuse with GPU-native Video Codec

arXiv:2602.0972595.7h-index: 4
AI Analysis

For LLM inference systems, KVCodec enables efficient remote KV cache reuse in bandwidth-limited scenarios, addressing a key bottleneck in distributed inference.

KVCodec uses GPU-native video codecs to compress and transmit KV caches for LLM inference, reducing time-to-first-token by up to 3.51x compared to state-of-the-art methods while maintaining lossless accuracy.

Remote KV cache reuse fetches KV cache for identical contexts from remote storage, avoiding recomputation, accelerating LLM inference. While it excels in high-speed networks, its performance degrades significantly in bandwidth-limited scenarios. Recent studies address this by transmitting KV caches in compressed form, but the associated heavyweight decompression counteracts the KV reuse benefits. In this paper, we propose an efficient and widely deployable remote KV cache reuse solution that leverages GPU-native video codecs. Our system, KVCodec, enables effective KV cache coding with two techniques. The codec-friendly tensor layout compresses the KV cache in a highly compact video format, enabling fast transmission. The efficient KV fetcher orchestrates the transmission, decoding, and restoration of compressed KV caches in an efficient pipelined manner, eliminating resource contention, masking network fluctuations, and achieving minimum time-to-first-token (TTFT). We prototype KVCodec on diverse GPUs from high- to low-end. Experiments reveal that it reduces TTFT by up to 3.51 times while maintaining lossless accuracy, compared to SOTA methods.

Foundations

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

Your Notes