English

Recursive Offloading for LLM Serving in Multi-tier Networks

Distributed, Parallel, and Cluster Computing 2025-05-27 v2 Networking and Internet Architecture

Abstract

Heterogeneous device-edge-cloud computing infrastructures have become widely adopted in telecommunication operators and Wide Area Networks (WANs), offering multi-tier computational support for emerging intelligent services. With the rapid proliferation of Large Language Model (LLM) services, efficiently coordinating inference tasks and reducing communication overhead within these multi-tier network architectures becomes a critical deployment challenge. Existing LLM serving paradigms exhibit significant limitations: on-device deployment supports only lightweight LLMs due to hardware constraints, while cloud-centric deployment suffers from resource congestion and considerable prompt communication overhead caused by frequent service requests during peak periods. Although the model-cascading-based inference strategy adapts better to multi-tier networks, its reliance on fine-grained, manually adjusted thresholds makes it less responsive to dynamic network conditions and varying task complexities. To address these challenges, we propose RecServe, a recursive offloading framework tailored for LLM serving in multi-tier networks. RecServe integrates a task-specific hierarchical confidence evaluation mechanism that guides offloading decisions based on inferred task complexity in progressively scaled LLMs across device, edge, and cloud tiers. To further enable intelligent task routing across tiers, RecServe employs a sliding-window-based dynamic offloading strategy with quantile interpolation, enabling real-time tracking of historical confidence distributions and adaptive offloading threshold adjustments. Experiments on eight datasets demonstrate that RecServe outperforms CasServe in both service quality and communication efficiency, and reduces the communication burden by over 50\% compared to centralized cloud-based serving.

Keywords

Cite

@article{arxiv.2505.16502,
  title  = {Recursive Offloading for LLM Serving in Multi-tier Networks},
  author = {Zhiyuan Wu and Sheng Sun and Yuwei Wang and Min Liu and Bo Gao and Jinda Lu and Zheming Yang and Tian Wen},
  journal= {arXiv preprint arXiv:2505.16502},
  year   = {2025}
}

Comments

7 figures, 3 tables

R2 v1 2026-07-01T02:31:06.961Z