CLAIMar 30, 2025

Mixture of Routers

arXiv:2503.23362v34 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in fine-tuning for large language models, offering a parameter-efficient method that is incremental but applicable across various tasks.

The paper tackles the limited performance improvement of Low-Rank Adaptation (LoRA) in fine-tuning large language models by proposing Mixture of Routers (MoR), which integrates multiple sub-routers and a learnable main router to enhance routing mechanisms, resulting in an average performance improvement of 1% over baseline models on most tasks.

Supervised fine-tuning (SFT) is a milestone in aligning large language models with human instructions and adapting them to downstream tasks. In particular, Low-Rank Adaptation (LoRA) has gained widespread attention due to its parameter efficiency. However, its impact on improving the performance of large models remains limited. Recent studies suggest that combining LoRA with Mixture-of-Experts (MoE) can significantly enhance fine-tuning performance. MoE adapts to the diversity and complexity of datasets by dynamically selecting the most suitable experts, thereby improving task accuracy and efficiency. Despite impressive results, recent studies reveal issues in the MoE routing mechanism, such as incorrect assignments and imbalanced expert allocation. Inspired by the principles of Redundancy and Fault Tolerance Theory. We innovatively integrate the concept of Mixture of Experts into the routing mechanism and propose an efficient fine-tuning method called Mixture of Routers (MoR). It employs multiple sub-routers for joint selection and uses a learnable main router to determine the weights of the sub-routers. The results show that MoR outperforms baseline models on most tasks, achieving an average performance improvement of 1%. MoR can serve as a plug-and-play, parameter-efficient fine-tuning method suitable for a wide range of applications. Our code is available here: https://anonymous.4open.science/r/MoR-DFC6.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes