DCLGFeb 12

LAER-MoE: Load-Adaptive Expert Re-layout for Efficient Mixture-of-Experts Training

arXiv:2602.11686v13 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This addresses a training bottleneck for large-scale MoE models, offering incremental improvements in efficiency.

The paper tackles load imbalance in Mixture-of-Experts training by introducing LAER-MoE, a framework that uses a novel parallel paradigm and load balancing planner to achieve up to 1.69x acceleration compared to state-of-the-art systems.

Expert parallelism is vital for effectively training Mixture-of-Experts (MoE) models, enabling different devices to host distinct experts, with each device processing different input data. However, during expert parallel training, dynamic routing results in significant load imbalance among experts: a handful of overloaded experts hinder overall iteration, emerging as a training bottleneck. In this paper, we introduce LAER-MoE, an efficient MoE training framework. The core of LAER-MoE is a novel parallel paradigm, Fully Sharded Expert Parallel (FSEP), which fully partitions each expert parameter by the number of devices and restores partial experts at expert granularity through All-to-All communication during training. This allows for flexible re-layout of expert parameters during training to enhance load balancing. In particular, we perform fine-grained scheduling of communication operations to minimize communication overhead. Additionally, we develop a load balancing planner to formulate re-layout strategies of experts and routing schemes for tokens during training. We perform experiments on an A100 cluster, and the results indicate that our system achieves up to 1.69x acceleration compared to the current state-of-the-art training systems. Source code available at https://github.com/PKU-DAIR/Hetu-Galvatron/tree/laer-moe.

Foundations

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

Your Notes