Serving Long-Context LLMs at the Mobile Edge: Test-Time Reinforcement Learning-based Model Caching and Inference Offloading
Minrui Xu, Dusit Niyato, Christopher G. Brinton
TL;DR
This work tackles the challenge of serving long-context LLMs in resource-constrained mobile edge networks by proposing a joint model caching and inference offloading framework powered by test-time deep reinforcement learning (T2DRL). It integrates a CoT/SC-CoT informed inference model, a Markov decision process for proactive caching/offloading, and a Double Dutch Auction mechanism to dynamically allocate edge resources while maximizing social welfare. The approach yields theoretical insights into CoT ambiguity and convergence, and empirical results showing at least a 30% reduction in system costs and improved reasoning performance across multiple datasets. Overall, the framework enables scalable, cost-efficient long-context LLM serving at the edge, with practical implications for real-world perception and reasoning tasks at mobile networks.
Abstract
Large Language Models (LLMs) can perform zero-shot learning on unseen tasks and few-shot learning on complex reasoning tasks. However, resource-limited mobile edge networks struggle to support long-context LLM serving for LLM agents during multi-round interactions with users. Unlike stateless computation offloading and static service offloading in edge computing, optimizing LLM serving at edge servers is challenging because LLMs continuously learn from context which raises accuracy, latency, and resource consumption dynamics. In this paper, we propose a joint model caching and inference offloading framework that utilizes test-time deep reinforcement learning (T2DRL) to optimize deployment and execution strategies for long-context LLM serving. In this framework, we analyze the performance convergence and design an optimization problem considering the utilization of context windows in LLMs. Furthermore, the T2DRL algorithm can learn in both the training phase and the testing phase to proactively manage cached models and service requests and adapt to context changes and usage patterns during execution. To further enhance resource allocation efficiency, we propose a double Dutch auction (DDA) mechanism, which dynamically matches supply and demand while maximizing social welfare. Finally, experimental results demonstrate that the T2DRL algorithm can reduce system costs by at least 30% compared to baselines while guaranteeing the performance of LLM agents in real-world perception and reasoning tasks.
