A Layered Simplex Architecture for Large Alphabets
arXiv:2608.19908
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a simple way to construct priors with tunable concentration and heavy-tailed sparsity: multiply independent random simplex vectors coordinate-wise and renormalize. Its transferable asset is not the alphabet estimator itself, but the fact that multiplicative depth spreads prior mass across many effective complexity scales, with logarithmic depth producing a few dominant coordinates and many nearly-zero ones. This suggests using layered simplex factors as a principled prior for MoE routing, attention-head selection, output vocabulary biases, or other normalized neural gates. The first implementation should target MoE routers, comparing fixed-depth multiplicative gates against ordinary softmax routing at equal expert capacity.
Ideas from this paper
Unverified
2026
Replace an MoE router's single softmax distribution with a normalized coordinate-wise product of several simplex-valued routing factors. The product preserves positivity and normalization but, as depth grows, concentrates mass on a small subset of experts, creating a mathematically controlled heavy-tailed routing prior rather than relying only on an auxiliary load-balancing loss.
Useful6/10
Difficulty5/10
Novelty7/10