Layerwise Recurrent Router for Mixture-of-Experts
Zihan Qiu, Zeyu Huang, Shuang Cheng, Yizhi Zhou, Zili Wang, and Ivan Titov, Jie Fu

TL;DR
This paper introduces RMoE, a recurrent routing mechanism for Mixture-of-Experts models that improves routing efficiency and model performance by leveraging cross-layer dependencies using GRUs.
Contribution
The paper proposes a novel layerwise recurrent router for MoE models that enhances routing decisions through cross-layer information sharing, leading to better efficiency and performance.
Findings
RMoE outperforms baseline models across various evaluations.
RMoE improves expert selection and diversity.
The method is compatible with existing MoE architectures.
Abstract
The scaling of large language models (LLMs) has revolutionized their capabilities in various tasks, yet this growth must be matched with efficient computational strategies. The Mixture-of-Experts (MoE) architecture stands out for its ability to scale model size without significantly increasing training costs. Despite their advantages, current MoE models often display parameter inefficiency. For instance, a pre-trained MoE-based LLM with 52 billion parameters might perform comparably to a standard model with 6.7 billion parameters. Being a crucial part of MoE, current routers in different layers independently assign tokens without leveraging historical routing information, potentially leading to suboptimal token-expert combinations and the parameter inefficiency problem. To alleviate this issue, we introduce the Layerwise Recurrent Router for Mixture-of-Experts (RMoE). RMoE leverages a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDistributed Sensor Networks and Detection Algorithms · Energy Efficient Wireless Sensor Networks · Expert finding and Q&A systems
MethodsMixture of Experts
