BigMac: A Communication-Efficient Mixture-of-Experts Model Structure for Fast Training and Inference

Authors

  • Zewen Jin University of Science and Technology of China Huawei Technologies Ltd.
  • Shengnan Wang Huawei Technologies Ltd.
  • Jiaan Zhu University of Science and Technology of China Institute of Artificial Intelligence, Hefei Comprehensive National Science Center
  • Hongrui Zhan University of Science and Technology of China
  • Youhui Bai Huawei Technologies Ltd.
  • Lin Zhang Huawei Technologies Ltd.
  • Zhenyu Ming Huawei Technologies Ltd.
  • Cheng Li University of Science and Technology of China Institute of Artificial Intelligence, Hefei Comprehensive National Science Center

DOI:

https://doi.org/10.1609/aaai.v39i17.33945

Abstract

The Mixture-of-Experts (MoE) structure scales the Transformer-based large language models (LLMs) and improves their performance with only the sub-linear increase in computation resources. Recently, a fine-grained DeepSeekMoE structure is proposed, which can further improve the computing efficiency of MoE without performance degradation. However, the All-to-All communication introduced by MoE has become a bottleneck, especially for the fine-grained structure, which typically involves and activates more experts, hence contributing to heavier communication overhead. In this paper, we propose a novel MoE structure named BigMac, which is also fine-grained but with high communication efficiency. The innovation of BigMac is mainly due to that we abandon the Communicate-Descend-Ascend-Communicate (CDAC) manner used by fine-grained MoE, which leads to the All-to-All communication always taking place at the highest dimension. Instead, BigMac designs an efficient Descend-Communicate-Communicate-Ascend (DCCA) manner. Specifically, we add a descending and ascending projection at the entrance and exit of the expert, respectively, which enables the communication to perform at a very low dimension. Furthermore, to adapt to DCCA, we re-design the structure of small experts, ensuring that the expert in BigMac has enough complexity to address tokens. Experimental results show that BigMac achieves comparable or even better model quality than fine-grained MoEs with the same number of experts and a similar number of total parameters. Equally importantly, BigMac reduces the end-to-end latency by up to 3.09 x for training and increases the throughput by up to 3.11 x for inference on state-of-the-art AI computing frameworks including Megatron, Tutel, and DeepSpeed-Inference.

Published

2025-04-11

How to Cite

Jin, Z., Wang, S., Zhu, J., Zhan, H., Bai, Y., Zhang, L., … Li, C. (2025). BigMac: A Communication-Efficient Mixture-of-Experts Model Structure for Fast Training and Inference. Proceedings of the AAAI Conference on Artificial Intelligence, 39(17), 17689–17698. https://doi.org/10.1609/aaai.v39i17.33945

Issue

Section

AAAI Technical Track on Machine Learning III