NeFut Logo NeFut
Admin Login

[CS.AI] End-to-End Latency-Minimizing and Load-Balanced Request Scheduling for Edge LLM Inference

Published at: 2026-09-16 22:00 Last updated: 2026-09-18 00:46
#AI #optimization #LLM

Large language model (LLM)-powered agentic AI services increasingly require ultra‑low inference latency, prompting the deployment of LLMs on distributed edge servers. Edge nodes differ in bandwidth and compute power, and each request’s inference state evolves over time, making server selection for incoming requests time‑varying and tightly coupled across slots. This work proposes an online scheduling framework that minimizes long‑term average end‑to‑end latency while balancing workload across heterogeneous edge servers.

Key Challenges:

  1. Conventional latency models only capture coarse‑grained, single‑stage inference and cannot represent the multi‑stage pipeline—transmission, prefill, iterative decoding—and the evolution of the KV cache.
  2. The latency impact of a scheduling decision is observable only after request completion, hindering immediate evaluation.

Technical Approach:

Experimental Findings: Across diverse bandwidth and compute configurations, LYREO consistently outperforms learning‑based and heuristic baselines, reducing average latency by ~15%‑30% and decreasing load variance by ~40%, confirming the effectiveness of the cross‑slot model and Lyapunov‑based constraint handling.

Review

Original Source: https://arxiv.org/abs/2609.17193

[h] Back to Home