English

Towards Principled Design of Mixture-of-Experts Language Models under Memory and Inference Constraints

Computation and Language 2026-01-14 v1 Machine Learning

Abstract

Modern Mixture-of-Experts (MoE) language models are designed based on total parameters (memory footprint) and active parameters (inference cost). However, we find these two factors alone are insufficient to describe an optimal architecture. Through a systematic study, we demonstrate that MoE performance is primarily determined by total parameters (NtotalN_{total}) and expert sparsity (s:=nexp/ntopks:=n_{exp}/n_{topk}). Moreover, nexpn_{exp} and ntopkn_{topk} do not "cancel out" within the sparsity ratio; instead, a larger total number of experts slightly penalizes performance by forcing a reduction in core model dimensions (depth and width) to meet memory constraints. This motivates a simple principle for MoE design which maximizes NtotalN_{total} while minimizing ss (maximizing ntopkn_{topk}) and nexpn_{exp} under the given constraints. Our findings provide a robust framework for resolving architectural ambiguity and guiding MoE design.

Keywords

Cite

@article{arxiv.2601.08215,
  title  = {Towards Principled Design of Mixture-of-Experts Language Models under Memory and Inference Constraints},
  author = {Seng Pei Liew and Kenta Shinzato and Yuyang Dong},
  journal= {arXiv preprint arXiv:2601.08215},
  year   = {2026}
}

Comments

10 pages, 5 figures