TL;DR
Existing Mixture-of-Experts (MoE) routers face inefficiencies in selecting expert models for tasks. The authors introduced a new method called Manifold Power Iteration to optimize these routers.
✦ Why It Matters
Engineers can enhance the efficiency and accuracy of their Mixture-of-Experts models using Manifold Power Iteration.
Key Takeaways
How It Works
The proposed method uses Manifold Power Iteration (MPI) to align router rows with the principal singular direction of the expert matrix. This alignment captures the most expressive features of the expert, enhancing the router's ability to determine token-expert affinity.
The 'Power-then-Retract' approach first applies power iteration to optimize router weights, followed by a retraction step to enforce a norm constraint, ensuring both efficiency and stability in the learning process.
Related