DCJul 21

Efficient Multi-round LLM Inference over Disaggregated Serving

arXiv:2602.1451612.77 citationsh-index: 31
Predicted impact top 12% in DC · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the inefficiency of existing PD-disaggregated systems in handling interleaved prefill-decode patterns for multi-round LLM workflows, which is a growing concern for autonomous agents and iterative retrieval applications.

AMPD is a disaggregated serving framework for multi-round LLM inference that adaptively coordinates prefill workloads to maximize SLO attainment, achieving substantial improvements over state-of-the-art baselines.

With the rapid evolution of Large Language Models (LLMs), multi-round workflows, such as autonomous agents and iterative retrieval, have become increasingly prevalent. However, this raises hurdles for serving LLMs under prefill-decode (PD) disaggregation, a widely adopted paradigm that separates the compute-bound prefill phase and memory-bound decode phase onto individual resources. Specifically, existing systems overlook the interleaved prefill-decode workload pattern in multi-round inference, leading to sub-optimal handling of the incremental prefill workloads and model deployment for the two phases. In this work, we present AMPD, a brand new disaggregated serving framework for multi-round LLM inference. The core of AMPD is to coordinate the prefill workloads based on real-time workloads by adaptively determining where to carry out these workloads and how they are scheduled, in order to maximize service level objective (SLO) attainment. In addition, we tailor a planning algorithm for our scenario, facilitating the deduction of optimal resource allocation and parallel strategies for the two phases. Empirical results demonstrate that AMPD substantially improves SLO attainment compared to state-of-the-art baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes