pith. sign in

arxiv: 2508.09229 · v1 · pith:OIQ6RXMInew · submitted 2025-08-12 · 💻 cs.NI · cs.AI· cs.DC

Cluster Topology-Driven Placement of Experts Reduces Network Traffic in MoE Inference

classification 💻 cs.NI cs.AIcs.DC
keywords placementexpertsclusterefficientinferencellmsmodelnetwork
0
0 comments X
read the original abstract

Efficient deployment of a pre-trained LLM to a cluster with multiple servers is a critical step for providing fast responses to users' queries. The recent success of Mixture-of-Experts (MoE) LLMs raises the question of how to deploy them efficiently, considering their underlying structure. During the inference in MoE LLMs, only a small part of the experts is selected to process a given token. Moreover, in practice, the experts' load is highly imbalanced. For efficient deployment, one has to distribute the model across a large number of servers using a model placement algorithm. Thus, to improve cluster utilization, the model placement algorithm has to take into account the network topology. This work focuses on the efficient topology-aware placement of the pre-trained MoE LLMs in the inference stage. We propose an integer linear program (ILP) that determines the optimal placement of experts, minimizing the expected number of transmissions. Due to the internal structure, this optimization problem can be solved with a standard ILP solver. We demonstrate that ILP-based placement strategy yields lower network traffic than competitors for small-scale (DeepSeekMoE~16B) and large-scale (DeepSeek-R1~671B) models.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SpaceMoE: Realizing Distributed Mixture-of-Experts Inference over Space Networks

    cs.DC 2026-05 unverdicted novelty 6.0

    Space-XNet partitions satellite constellations into ring subnets for MoE layers and maps high-activation experts to low-latency satellites, yielding at least 3x lower inference latency than random or ablation placemen...

  2. SpaceMoE: Realizing Distributed Mixture-of-Experts Inference over Space Networks

    cs.DC 2026-05 unverdicted novelty 6.0

    SpaceMoE partitions MoE layers across orbiting satellite subnets in a ring and optimizes expert placement by activation probability and path latency, yielding at least 3x lower inference latency in thousand-satellite ...