paper-with-me

홈 › Papers

Training Communication-Efficient Mixture-of-Experts Language Models with Layer Re-Configuration

2026-08-28 · Simeng Sun, Roger Waleffe arxiv

When training Mixture-of-Experts (MoE) language models with expert parallelism, all-to-all token dispatch and combine collectives can consume a substantial fraction of end-to-end training time. In this work, we study communication-efficient MoE models (CE-MoE), in which we adopt a heterogeneous layer pattern that decouples token-mixing and channel-mixing depth. Compared to conventional models which interleave MoE layers after each token-mixing layer (e.g., attention, Mamba-2), CE-MoE models concentrate expert capacity in a select few routed MoE layers, while maintaining depth by adding additional token-mixing and dense-FFN layers. Across a scaling ladder from 2B to 31.5B total parameters, under matched total and activated parameters, CE-MoE models consistently reduce training cost while matching validation loss and downstream benchmarks with full-MoE baselines. At the 31.5B scale, CE-MoE uses 33.3\% fewer GPU-hours while improving average downstream score and inference throughput.

📄 PDF Abstract BibTeX arXiv:2608.28511

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Federation of Experts: Communication Efficient Distributed Inference for Large Language Models

2026-05-07 · Muhammad Shahir Abdurrahman, Chun Deng, Azalia Mirhoseini, Philip Levis arxiv

Mixture of experts has emerged as the primary mechanism for making Large Language Models (LLMs) computationally efficient. However, in distributed settings, communicating token embeddings between experts is a significant…

Branch-Train-MiX: Mixing Expert LLMs into a Mixture-of-Experts LLM

2024-03-12 · Sainbayar Sukhbaatar, Olga Golovneva, Vasu Sharma, Hu Xu 외

We investigate efficient methods for training Large Language Models (LLMs) to possess capabilities in multiple specialized domains, such as coding, math reasoning and world knowledge. Our method, named Branch-Train-MiX (…

Arithmetic ReasoningCode GenerationCommon Sense ReasoningMath+5

MegaScale-MoE: Large-Scale Communication-Efficient Training of Mixture-of-Experts Models in Production

2025-05-16 · Chao Jin, Ziheng Jiang, Zhihao Bai, Zheng Zhong 외

We present MegaScale-MoE, a production system tailored for the efficient training of large-scale mixture-of-experts (MoE) models. MoE emerges as a promising architecture to scale large language models (LLMs) to unprecede…

Mixture-of-Experts

Exploiting Inter-Layer Expert Affinity for Accelerating Mixture-of-Experts Model Inference

2024-01-16 · Jinghan Yao, Quentin Anthony, Aamir Shafi, Hari Subramoni 외

In large language models like the Generative Pre-trained Transformer, the Mixture of Experts paradigm has emerged as a powerful technique for enhancing model expressiveness and accuracy. However, deploying GPT MoE models…

GPUMixture-of-Experts

Gating Dropout: Communication-efficient Regularization for Sparsely Activated Transformers

2022-05-28 · Rui Liu, Young Jin Kim, Alexandre Muzio, Hany Hassan Awadalla

Sparsely activated transformers, such as Mixture of Experts (MoE), have received great interest due to their outrageous scaling capability which enables dramatical increases in model size without significant increases in…

Machine TranslationMixture-of-Experts