paper-with-me

홈 › Papers

Pallas: A Proactive KV Cache Migration Framework for LLM Inference in AI-RAN

2026-08-17 · Tianhang Ding, Jianchun Liu, Hongli Xu arxiv

AI-RAN brings large language model (LLM) serving close to mobile users, but cellular handover can separate an active request from its inference state: the user attaches to a target base station (gNB) while the large and growing key-value (KV) cache remains at the source. Retaining inference at the source preserves service continuity but persistently increases inter-token latency (ITL), whereas recovering the state at the target restores serving locality but requires KV-cache transfer, recomputation, or a combination of both only after handover, directly prolonging service interruption time (SIT). This work presents Pallas, a \textit{proactive} KV-cache migration framework that prepares the inference state at the predicted target before handover, in parallel with ongoing source-side inference and token delivery. At the preparation trigger, Pallas partitions the token sequence into a stable historical prefix and an evolving suffix. The target reconstructs the prefix through local prefill, while the source streams the KV blocks generated for the suffix. At handover, the target assembles both portions into an up-to-date KV cache and resumes decoding locally, leaving only unfinished preparation to contribute to SIT. An online scheduler selects the \textit{prefetching window}, which determines how early preparation begins before handover, based on mobility predictions and runtime telemetry. Across three LLMs and $100$--$500~\mathrm{Mbps}$ inter-gNB links, our vLLM-based prototype reduces average SIT by factors of $2.28$--$89.68$ over target-side recovery approaches and lowers average ITL by $16.0\%$--$50.0\%$ compared with source-side forwarding.

📄 PDF Abstract BibTeX arXiv:2608.16477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cache-Aware Joint Router Adaptation for Memory-Efficient MoE Inference

2026-09-04 · Zhenhe Wu, Yaping Jin, Qinghua Xing, Hang Zhou 외 arxiv

Mixture-of-Experts (MoE) models activate only a small subset of experts per token, but the full expert set often exceeds GPU memory, causing repeated weight transfers during decoding. We formulate expert-cache management…

Accelerating LLM Inference Throughput via Asynchronous KV Cache Prefetching

2025-04-08 · Yanhao Dong, Yubo Miao, Weinan Li, Xiao Zheng 외

Large Language Models (LLMs) exhibit pronounced memory-bound characteristics during inference due to High Bandwidth Memory (HBM) bandwidth constraints. In this paper, we propose an L2 Cache-oriented asynchronous KV Cache…

GPUScheduling

Ragged Paged Attention: A High-Performance and Flexible LLM Inference Kernel for TPU

2026-04-16 · Jevin Jiang, Ying Chen, Blake A. Hechtman, Fenghui Zhang 외 arxiv

Large Language Model (LLM) deployment is increasingly shifting to cost-efficient accelerators like Google's Tensor Processing Units (TPUs), prioritizing both performance and total cost of ownership (TCO). However, existi…

Fine-Grained AI Model Caching and Downloading With Coordinated Multipoint Broadcasting in Multi-Cell Edge Networks

2025-09-16 · Yang Fu, Peng Qin, Yueyue Zhang, Pao Cheng 외 arxiv

6G networks are envisioned to support on-demand AI model downloading to accommodate diverse inference requirements of end users. By proactively caching models at edge nodes, users can retrieve the requested models with l…

Data Augmentation

PreGAN: Preemptive Migration Prediction Network for Proactive Fault-Tolerant Edge Computing

2021-12-04 · Shreshth Tuli, Giuliano Casale, Nicholas R. Jennings

Building a fault-tolerant edge system that can quickly react to node overloads or failures is challenging due to the unreliability of edge devices and the strict service deadlines of modern applications. Moreover, unnece…

Edge-computingFault DetectionGenerative Adversarial Network