Sign InOpen Brain
arXivPaperNeeds Review

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

CE-MoE concentrates routed experts in fewer layers and restores depth with dense layers, cutting reported GPU-hours by 33.3% at 31.5B parameters without worse benchmark results.

arXiv · Aug 28, 2026
Open Source Open MarkdownOpen JSON
Source Summary

CE-MoE places expert capacity in a few routed layers, then preserves depth with extra token-mixing and dense-FFN layers. Across **2B–31.5B parameters**, it matched full-MoE validation loss and downstream benchmarks under matched total and activated parameters.

Practical Implication

At **31.5B**, the authors report **33.3% fewer GPU-hours**, plus higher average downstream score and inference throughput. Teams training MoE models should treat routed-layer frequency as a systems parameter, not a fixed architectural convention.

Agent-Ready Context
CE-MoE places expert capacity in a few routed layers, then preserves depth with extra token-mixing and dense-FFN layers. Across **2B–31.5B parameters**, it matched full-MoE validation loss and downstream benchmarks under matched total and activated parameters.

At **31.5B**, the authors report **33.3% fewer GPU-hours**, plus higher average downstream score and inference throughput. Teams training MoE models should treat routed-layer frequency as a systems parameter, not a fixed architectural convention.

The material provides no absolute GPU-hours, throughput values, hardware setup, or benchmark deltas. The result concerns model training architecture, so it does not establish equivalent savings for serving existing MoE checkpoints.
Connected Context · Feed7 Judgment

CE-MoE makes routed-layer frequency an explicit architecture and systems choice, showing that sparse expert capacity need not appear at every layer to preserve matched-parameter quality. This complements prior data- and compression-efficiency work with a training-architecture lever, while the omitted hardware and absolute measurements prevent translating the reported savings into deployment budgets or serving gains.

Adaption Labs: Gradient-Free Continual Learning — Sara Hooker, AdaptionAuto Scientist broadens automated search across data and architecture; CE-MoE identifies routed-layer placement as a concrete architecture variable such systems could evaluate.Data Quality Is the Compute Multiplier — Ari Morcos, DatologyAIData curation and CE-MoE attack training efficiency through different levers—information quality versus expert-layer allocation—so neither result substitutes for evaluating the other.DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining DataDataOrchestra avoids unnecessary per-example processing, while CE-MoE reduces communication-heavy routing across layers; both report efficiency from selectively applying expensive computation at different parts of training.Compression at the Edge — NVIDIA, Unsloth, HuggingFace, OllamaThe compression evidence concerns making trained artifacts practical in their real inference harness, whereas CE-MoE concerns training architecture and explicitly does not establish equivalent serving savings.
Context Map
model#open-models
Uncertainty
The material provides no absolute GPU-hours, throughput values, hardware setup, or benchmark deltas. The result concerns model training architecture, so it does not establish equivalent savings for serving existing MoE checkpoints.