AIDec 16, 2025

Sparsity-Controllable Dynamic Top-p MoE for Large Foundation Model Pre-training

arXiv:2512.13996v12 citationsh-index: 10
Originality Highly original
AI Analysis

This work addresses computational efficiency and hyperparameter sensitivity in large foundation model pre-training, offering a robust framework for scalable MoE architectures.

The paper tackles the problem of uniform sparsity in Top-k routing for Mixture-of-Experts models by proposing DTop-p MoE, a dynamic Top-p routing mechanism that adapts sparsity per token and layer, resulting in consistent performance improvements over baselines in experiments on Large Language Models and Diffusion Transformers.

Sparse Mixture-of-Experts (MoE) architectures effectively scale model capacity by activating only a subset of experts for each input token. However, the standard Top-k routing strategy imposes a uniform sparsity pattern that ignores the varying difficulty of tokens. While Top-p routing offers a flexible alternative, existing implementations typically rely on a fixed global probability threshold, which results in uncontrolled computational costs and sensitivity to hyperparameter selection. In this paper, we propose DTop-p MoE, a sparsity-controllable dynamic Top-p routing mechanism. To resolve the challenge of optimizing a non-differentiable threshold, we utilize a Proportional-Integral (PI) Controller that dynamically adjusts the probability threshold to align the running activated-expert sparsity with a specified target. Furthermore, we introduce a dynamic routing normalization mechanism that adapts layer-wise routing logits, allowing different layers to learn distinct expert-selection patterns while utilizing a global probability threshold. Extensive experiments on Large Language Models and Diffusion Transformers demonstrate that DTop-p consistently outperforms both Top-k and fixed-threshold Top-p baselines. Our analysis confirms that DTop-p maintains precise control over the number of activated experts while adaptively allocating resources across different tokens and layers. Furthermore, DTop-p exhibits strong scaling properties with respect to expert granularity, expert capacity, model size, and dataset size, offering a robust framework for large-scale MoE pre-training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes