English

Multi-Head LatentMoE and Head Parallel: Communication-Efficient and Deterministic MoE Parallelism

Machine Learning 2026-02-05 v1

Abstract

Large language models have transformed many applications but remain expensive to train. Sparse Mixture of Experts (MoE) addresses this through conditional computation, with Expert Parallel (EP) as the standard distributed training method. However, EP has three limitations: communication cost grows linearly with the number of activated experts kk, load imbalance affects latency and memory usage, and data-dependent communication requires metadata exchange. We propose Multi-Head LatentMoE and Head Parallel (HP), a new architecture and parallelism achieving O(1)O(1) communication cost regardless of kk, completely balanced traffic, and deterministic communication, all while remaining compatible with EP. To accelerate Multi-Head LatentMoE, we propose IO-aware routing and expert computation. Compared to MoE with EP, Multi-Head LatentMoE with HP trains up to 1.61×1.61\times faster while having identical performance. With doubled granularity, it achieves higher overall performance while still being 1.11×1.11\times faster. Our method makes multi-billion-parameter foundation model research more accessible.

Keywords

Cite

@article{arxiv.2602.04870,
  title  = {Multi-Head LatentMoE and Head Parallel: Communication-Efficient and Deterministic MoE Parallelism},
  author = {Chenwei Cui and Rockwell Jackson and Benjamin Joseph Herrera and Ana María Tárano and Hannah Kerner},
  journal= {arXiv preprint arXiv:2602.04870},
  year   = {2026}
}
R2 v1 2026-07-01T09:36:30.316Z