paper-with-me

Papers

Holistic Scaling Laws for Optimal Mixture-of-Experts Architecture Optimization

2026-03-23 · Weilin Wan, Jingtao Han, Weizhong Zhang, Cheng Jin arxiv

Scaling laws for Large Language Models govern macroscopic resource allocation, yet translating them into precise Mixture-of-Experts (MoE) architectural configurations remains an open problem due to the combinatorially vast design space. Existing MoE scaling studies are constrained by experimental budgets to either augment scaling formulas with extra MoE variables, risking unreliable fits, or fix all non-MoE factors, ignoring global interactions. We propose a reusable framework for holistic MoE architectural optimization that bridges this gap. We first show that FLOPs per token alone is an inadequate fairness metric for MoE models because differing computational densities across layer types can inflate parameters without proportional compute cost, and establish a joint constraint triad of FLOPs per token, active parameters, and total parameters. We then reduce the 16-dimensional architectural search space to two sequential low-dimensional phases through algebraic constraints and a rank-preserving property of the hidden dimension. Validated across hundreds of MoE models spanning six orders of magnitude in compute, our framework yields robust scaling laws that map any compute budget to a complete, optimal MoE architecture. A key finding is that the near-optimal configuration band widens with scale, giving practitioners quantitative flexibility to balance scaling law recommendations against infrastructure constraints.

📄 PDF Abstract BibTeX arXiv:2603.21862

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Laws for Fine-Grained Mixture of Experts

2024-02-12 · Jakub Krajewski, Jan Ludziejewski, Kamil Adamczewski, Maciej Pióro 외

Mixture of Experts (MoE) models have emerged as a primary solution for reducing the computational cost of Large Language Models. In this work, we analyze their scaling properties, incorporating an expanded range of varia…

Mixture-of-Experts

Joint MoE Scaling Laws: Mixture of Experts Can Be Memory Efficient

2025-02-07 · Jan Ludziejewski, Maciej Pióro, Jakub Krajewski, Maciej Stefaniak 외

Mixture of Experts (MoE) architectures have significantly increased computational efficiency in both research and real-world applications of large-scale machine learning models. However, their scalability and efficiency …

Computational EfficiencyMixture-of-Experts

Towards a Comprehensive Scaling Law of Mixture-of-Experts

2025-09-28 · Guoliang Zhao, Yuhan Fu, Shuaipeng Li, Xingwu Sun 외 arxiv

Mixture-of-Experts (MoE) models have become the consensus approach for enabling parameter-efficient scaling and cost-effective deployment in large language models. However, existing scaling laws for dense models are inap…

Parameters vs FLOPs: Scaling Laws for Optimal Sparsity for Mixture-of-Experts Language Models

2025-01-21 · Samira Abnar, Harshay Shah, Dan Busbridge, Alaaeldin Mohamed Elnouby Ali 외

Scaling the capacity of language models has consistently proven to be a reliable approach for improving performance and unlocking new capabilities. Capacity can be primarily defined by two dimensions: the number of model…

Mixture-of-Experts

Generalization and Scaling Laws for Mixture-of-Experts Transformers

2026-04-10 · Mansour Zoubeirou a Mayaki arxiv

We develop a theory of generalization and scaling for Mixture-of-Experts (MoE) Transformers that cleanly separates \emph{active} per-input capacity from routing combinatorics. By conditioning on fixed routing patterns an…