vix.ing · top · new · best · stats · spec

Learning More Generalized Experts by Merging Experts in Mixture-of-Experts

2024/05/19 by Sejik Park, Park, Sejik
Computer Science · Decision Sciences · #FOS: Computer and information sciences #Grey System Theory Applications #Machine Learning (cs.LG) #Machine Learning and Algorithms #Machine Learning and Data Classification

paper · pdf · doi:10.48550/arxiv.2405.11530

openalex publication_date 2024/05/19 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We observe that incorporating a shared layer in a mixture-of-experts can lead to performance degradation. This leads us to hypothesize that learning shared features poses challenges in deep learning, potentially caused by the same feature being learned as various different features. To address this issue, we track each expert's usage frequency and merge the two most frequently selected experts. We then update the least frequently selected expert using the combination of experts. This approach, combined with the subsequent learning of the router's expert selection, allows the model to determine if the most frequently selected experts have learned the same feature differently. If they have, the combined expert can be further trained to learn a more general feature. Consequently, our algorithm enhances transfer learning and mitigates catastrophic forgetting when applied to multi-domain task incremental learning.

Related