AIAny
Icon for item

Redesign Mixture-of-Experts Routers with Manifold Power Iteration

Proposes a router redesign for Mixture-of-Experts (MoE) that aligns each router row with its expert's principal singular direction using Manifold Power Iteration (MPI), improving token–expert affinity. MPI applies a 'power‑then‑retract' step to push router rows toward principal singular vectors while enforcing norm constraints; the paper gives convergence theory and pretraining results on 1B–11B MoE models.

Introduction

Why this matters Most MoE routers select experts by simple similarity between router rows and tokens, but there has been no principled way to make each router row actually encode the expressive structure of its associated expert. The paper's core insight is that aligning a router row with the expert's principal singular direction gives the most informative representative vector for token–expert affinity, and that this alignment can be driven efficiently during training.

Key Findings
  • Manifold Power Iteration (MPI): the authors introduce a "power‑then‑retract" update that performs a power iteration step on router weights followed by a retraction enforcing a norm constraint. So what: the step nudges router rows toward principal singular vectors while keeping stability and computational cost manageable.
  • Theoretical convergence: they provide analysis showing MPI drives router rows to converge to the principal singular directions of their associated expert matrices. So what: gives a principled justification for the redesign rather than a purely heuristic modification.
  • Empirical pretraining across scales: reported experiments pretrain MoE models from ~1B to ~11B parameters and show that routers trained with MPI yield better token‑expert alignment and improved downstream pretraining behavior. So what: the method scales and can be integrated into large MoE pretraining pipelines.
  • Practical constraint handling: the retraction enforces norm constraints that stabilize training, reducing instability that can arise from unconstrained power iterations.
Who it's for and tradeoffs

Great fit if you: work on large-scale MoE architectures, care about improving routing quality and token‑expert matching, or operate MoE pretraining pipelines at billion‑parameter scales. Look elsewhere if you: need a plug‑and‑play inference optimization for already trained MoE models (MPI is integrated in training updates), or your setting cannot afford extra per‑update computations—although the paper emphasizes MPI's efficiency, it still adds computation compared to vanilla router updates.

Where it fits

This paper sits at the intersection of model architecture design and training methodology for sparse expert models. It is most relevant to researchers and engineers optimizing MoE routing rules and those building large sparse foundation models where expert specialization and reliable routing matter.

Method sketch

MPI alternates a power iteration-like step that amplifies the dominant singular direction of the expert-related representation with a geometric retraction that enforces a norm manifold constraint. Conceptually this converts router rows from arbitrary proxies into vectors that mathematically summarize each expert's most expressive direction, improving dot‑product based affinity between tokens and experts.

Information

  • Websitearxiv.org
  • AuthorsSonghao Wu, Ang Lv, Ruobing Xie, Yankai Lin
  • Published date2026/06/10

More Items

Provides a curriculum-aligned knowledge graph extracted from Chinese K–12 textbooks and accompanying benchmarks and training data to evaluate and train educational LLMs. Releases a 23,640-question multi-select benchmark and a 7,335-sample graph-guided training corpus with multimodal VQA pairs and the full construction pipeline.

Proposes Riemannian Isometric Policy Optimization (RIPO) to fix exploration collapse in PPO-style RL for LLMs by aligning policy updates with the policy manifold's Riemannian geometry, improving exploration–exploitation balance and optimization stability across competition benchmarks.

Studies train-time knowledge injection via hypernetworks that generate fixed LoRA adapters from large fact corpora, empirically characterizing power-law scaling across hypernetwork depth, width, and target model size and reporting improved OOD generalization.