MoRE: Mixture of Reused Experts
Abstract
Standard Mixture-of-Experts (MoE) architectures maintain a separate pool of experts at every layer, with no weight-space tying between experts at different depths. We propose Mixture of Reused Experts (MoRE), which introduces such a tying symmetry by sharing expert feedforward parameters across adjacent layers, and conditioning the input to those shared experts with a small learnable depth embedding. Sharing alone enables MoRE to reuse a larger routing pool at constant expert parameter cost; the depth embedding enables additional gains that come from letting the same shared experts specialize by layer. Experiments across three model scales (114M–1.15B parameters) show that MoRE consistently achieves lower perplexity and stronger downstream performance than standard MoEs and state-of-the-art weight-sharing architectures at matched compute and parameter budgets, with only minimal modifications to existing MoE implementations.