ARAIPFAug 17, 2025

Accelerating LLM Inference via Dynamic KV Cache Placement in Heterogeneous Memory System

arXiv:2508.13231v21 citationsh-index: 17IEEE computer architecture letters
Originality Incremental advance
AI Analysis

This work addresses memory bottlenecks for LLM inference in AI hardware, but it is incremental as it focuses on formalizing the problem rather than implementing a solution.

The paper tackles the memory bandwidth constraint in Large Language Model (LLM) inference by investigating dynamic key-value (KV) cache placement across heterogeneous memory systems, deriving a theoretical upper bound that reveals significant optimization potential without proposing a specific policy.

Large Language Model (LLM) inference is increasingly constrained by memory bandwidth, with frequent access to the key-value (KV) cache dominating data movement. While attention sparsity reduces some memory traffic, the relevance of past tokens varies over time, requiring the full KV cache to remain accessible and sustaining pressure on both bandwidth and capacity. With advances in interconnects such as NVLink and LPDDR5X, modern AI hardware now integrates high-bandwidth memory (HBM) with high-speed off-package DRAM, making heterogeneous memory systems a practical solution. This work investigates dynamic KV cache placement across such systems to maximize aggregated bandwidth utilization under capacity constraints. Rather than proposing a specific scheduling policy, we formulate the placement problem mathematically and derive a theoretical upper bound, revealing substantial headroom for runtime optimization. To our knowledge, this is the first formal treatment of dynamic KV cache scheduling in heterogeneous memory systems for LLM inference.

Foundations

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

Your Notes