English

CSGO: Generalized Optimization for Cold Start in Wireless Collaborative Edge LLM Systems

Information Theory 2025-08-18 v1 Artificial Intelligence Machine Learning math.IT

Abstract

While deploying large language models on edge devices promises low-latency and privacy-preserving AI services, it is hindered by limited device resources. Although pipeline parallelism facilitates distributed inference, existing approaches often ignore the cold-start latency caused by on-demand model loading. In this paper, we propose a latency-aware scheduling framework that overlaps model loading with computation and communication to minimize total inference latency. Based on device and model parameters, the framework dynamically adjusts layer partitioning and allocation to effectively hide loading time, thereby eliminating as many idle periods as possible. We formulate the problem as a Mixed-Integer Non-Linear Program and design an efficient dynamic programming algorithm to optimize model partitioning and device assignment. Experimental results show that the proposed method significantly reduces cold-start latency compared to baseline strategies.

Keywords

Cite

@article{arxiv.2508.11287,
  title  = {CSGO: Generalized Optimization for Cold Start in Wireless Collaborative Edge LLM Systems},
  author = {Xuran Liu and Nan Xue and Rui Bao and Yaping Sun and Zhiyong Chen and Meixia Tao and Xiaodong Xu and Shuguang Cui},
  journal= {arXiv preprint arXiv:2508.11287},
  year   = {2025}
}

Comments

submitted to Journal of Communications and Information Networks

R2 v1 2026-07-01T04:51:15.427Z