NILGJan 7, 2025

MixNet: A Runtime Reconfigurable Optical-Electrical Fabric for Distributed Mixture-of-Experts Training

arXiv:2501.03905v422 citationsh-index: 10SIGCOMM
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient GPU interconnects for distributed MoE training, offering a scalable solution with significant cost improvements, though it is incremental as it builds on existing optical and electrical technologies.

The paper tackles the challenge of dynamic communication patterns in distributed Mixture-of-Experts (MoE) training by proposing MixNet, a runtime reconfigurable optical-electrical fabric. It achieves a 1.2x-1.5x and 1.9x-2.3x boost in training cost efficiency at 100 Gbps and 400 Gbps link bandwidths, respectively, across four MoE models.

Mixture-of-Expert (MoE) models outperform conventional models by selectively activating different subnets, named experts, on a per-token basis. This gated computation generates dynamic communications that cannot be determined beforehand, challenging the existing GPU interconnects that remain static during the distributed training process. In this paper, we advocate for a first-of-its-kind system, called MixNet, that unlocks topology reconfiguration during distributed MoE training. Towards this vision, we first perform a production measurement study and show that the MoE dynamic communication pattern has strong locality, alleviating the requirement of global reconfiguration. Based on this, we design and implement a regionally reconfigurable high-bandwidth domain on top of existing electrical interconnects using optical circuit switching (OCS), achieving scalability while maintaining rapid adaptability. We have built a fully functional MixNet prototype with commodity hardware and a customized collective communication runtime that trains state-of-the-art MoE models with in-training topology reconfiguration across 32 A100 GPUs. Large-scale packet-level simulations show that MixNet delivers comparable performance as the non-blocking fat-tree fabric while boosting the training cost efficiency (e.g., performance per dollar) of four representative MoE models by 1.2x-1.5x and 1.9x-2.3x at 100 Gbps and 400 Gbps link bandwidths, respectively.

Foundations

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

Your Notes