English

XMoE: Sparse Models with Fine-grained and Adaptive Expert Selection

Machine Learning 2024-05-27 v2 Computation and Language

Abstract

Sparse models, including sparse Mixture-of-Experts (MoE) models, have emerged as an effective approach for scaling Transformer models. However, they often suffer from computational inefficiency since a significant number of parameters are unnecessarily involved in computations via multiplying values by zero or low activation values. To address this issue, we present \tool, a novel MoE designed to enhance both the efficacy and efficiency of sparse MoE models. \tool leverages small experts and a threshold-based router to enable tokens to selectively engage only essential parameters. Our extensive experiments on language modeling and machine translation tasks demonstrate that \tool can enhance model performance while decreasing the computation load at MoE layers by over 50\% without sacrificing performance. Furthermore, we present the versatility of \tool by applying it to dense models, enabling sparse computation during inference. We provide a comprehensive analysis and make our code available at https://github.com/ysngki/XMoE.

Keywords

Cite

@article{arxiv.2403.18926,
  title  = {XMoE: Sparse Models with Fine-grained and Adaptive Expert Selection},
  author = {Yuanhang Yang and Shiyi Qi and Wenchao Gu and Chaozheng Wang and Cuiyun Gao and Zenglin Xu},
  journal= {arXiv preprint arXiv:2403.18926},
  year   = {2024}
}

Comments

ACL2024 Findings

R2 v1 2026-06-28T15:36:05.715Z