Director System Optimizes Distributed MoE Serving with Proactive Expert Placement

Qianli Liu, Kaibin Guo, Zicong Hong, Peng Li, Fahao Chen, Haodong Wang, Jian Lin, Song Guo· July 13, 2026 View original

Summary

Director is a new distributed MoE serving system that minimizes end-to-end latency by using prediction-driven, online proactive expert placement. It addresses challenges like activation uncertainty and migration costs with a cascaded predictor, near-zero downtime migration, and an efficient optimizer.

This paper introduces Director, a novel distributed serving system designed to significantly accelerate Mixture-of-Experts (MoE) models. MoE models rely on expert parallelism for efficient serving, but their performance is highly dependent on how experts are placed across GPUs, which impacts communication and computation latencies. Existing optimization methods for expert placement often fall short when faced with diverse and rapidly changing request patterns, as they primarily rely on historical data. Director tackles this by adopting an online, proactive approach to expert placement. It addresses several key challenges: the inherent uncertainty of incoming requests' expert activation patterns, the cost associated with migrating experts between GPUs, and the computational complexity of optimizing placement in real-time. The system employs either a lightweight cascaded predictor or a low-bit quantized replica to anticipate expert activation patterns for incoming requests. A crucial component is Director's online migration module, which executes expert changes with near-zero downtime by scheduling migrations during compute-bound phases, thus bounding disruption. At its core, a relaxation-based expert placement optimizer operates under capacity constraints, running in polynomial time and achieving a near-optimal approximation ratio. Extensive experiments with popular MoE models like Mistral, DeepSeek, and Qwen demonstrate that Director reduces end-to-end latency by 11% to 55% compared to existing serving solutions.

Why it matters

For organizations deploying large-scale MoE models, Director offers a significant improvement in inference latency and efficiency, leading to better user experience and reduced operational costs.

How to implement this in your domain

  1. 1Evaluate Director's architecture and algorithms for potential integration into your existing MoE serving infrastructure.
  2. 2Benchmark the latency and throughput improvements offered by Director against your current distributed MoE serving solutions.
  3. 3Investigate the feasibility of implementing the cascaded predictor or low-bit quantized replica for expert activation prediction in your environment.
  4. 4Consider contributing to or adopting open-source implementations of Director to leverage its advancements.

Who benefits

AI/ML EngineeringCloud ComputingIT ServicesTelecommunicationsData Centers

Key takeaways

  • Director is a new system for accelerating distributed MoE model serving.
  • It uses online, proactive expert placement to minimize latency.
  • The system employs predictors for expert activation and near-zero downtime migration.
  • Director significantly reduces end-to-end latency for popular MoE models.

Original post by Qianli Liu, Kaibin Guo, Zicong Hong, Peng Li, Fahao Chen, Haodong Wang, Jian Lin, Song Guo

"arXiv:2607.08782v1 Announce Type: new Abstract: Expert parallelism has become the prevailing paradigm to serve Mixture-of-Experts (MoE) models. Its efficiency depends on the communication and computation latencies of the GPUs, which are linked to the placement of experts in the G…"

View on X

Originally posted by Qianli Liu, Kaibin Guo, Zicong Hong, Peng Li, Fahao Chen, Haodong Wang, Jian Lin, Song Guo on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses