paper-with-me

홈 › Papers

E = T*H/(O+B): A Dimensionless Control Parameter for Mixture-of-Experts Ecology

2026-05-07 · Qingjun Zhang arxiv

We introduce E = T*H/(O+B), a dimensionless control parameter that predicts whether Mixture-of-Experts (MoE) models will develop a healthy expert ecology or collapse into dead experts. E combines four hyperparameters -- routing temperature T, routing entropy weight H, oracle weight O, and balance weight B -- into a single quantity. Through 12 controlled experiments (8 vision, 4 language) totaling over 11,000 training epochs, we establish that E >= 0.5 alone is sufficient to guarantee zero dead experts, removing the necessity for handcrafted load-balancing auxiliary losses. We validate this cross-modally on CIFAR-10, CIFAR-100, TinyImageNet-200, WikiText-2, and WikiText-103. Six additional findings emerge: (1) dead experts can resuscitate -- triggered by balance loss driving router re-exploration; (2) ortho toxicity is dataset-dependent, not universal; (3) task complexity shifts the critical E threshold; (4) model overfitting is decoupled from expert ecological health; (5) three-tier MoE spontaneously collapses into a two-tier functional structure; (6) ecological structure is temperature-invariant across a 50x range. We propose that E serves as a unified diagnostic for MoE training, analogous to the Reynolds number in fluid dynamics.

📄 PDF Abstract BibTeX arXiv:2605.06415

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Direct transfer of optimized controllers to similar systems using dimensionless MPC

2025-12-09 · Josip Kir Hromatko, Shambhuraj Sawant, Šandor Ileš, Sébastien Gros arxiv

Scaled model experiments are commonly used in various engineering fields to reduce experimentation costs and overcome constraints associated with full-scale systems. The relevance of such experiments relies on dimensiona…

Reinforcement Learning

Dimensionless machine learning: Imposing exact units equivariance

2022-04-02 · Soledad Villar, Weichi Yao, David W. Hogg, Ben Blum-Smith 외

Units equivariance (or units covariance) is the exact symmetry that follows from the requirement that relationships among measured quantities of physics relevance must obey self-consistent dimensional scalings. Here, we …

BIG-bench Machine LearningSymbolic Regression

Task Ecologies and the Evolution of World-Tracking Representations in Large Language Models

2026-04-07 · Giulio Valentino Dalla Riva arxiv

We study language models as evolving model organisms and ask when autoregressive next-token learning selects for world-tracking representations. For any encoding of latent world states, the Bayes-optimal next-token cross…

Hierarchical Dimensionless Learning (Hi-π): A physics-data hybrid-driven approach for discovering dimensionless parameter combinations

2025-07-24 · Mingkun Xia, Haitao Lin, Weiwei Zhang arxiv

Dimensional analysis provides a universal framework for reducing physical complexity and reveal inherent laws. However, its application to high-dimensional systems still generates redundant dimensionless parameters, maki…

Multi-Task Dense Prediction via Mixture of Low-Rank Experts

2024-03-26 · CVPR 2024 1 · YuQi Yang, Peng-Tao Jiang, Qibin Hou, Hao Zhang 외

Previous multi-task dense prediction methods based on the Mixture of Experts (MoE) have received great performance but they neglect the importance of explicitly modeling the global relations among all tasks. In this pape…

DecoderMixture-of-Experts