English

MH-MoE: Multi-Head Mixture-of-Experts

Computation and Language 2024-12-02 v3

Abstract

Multi-Head Mixture-of-Experts (MH-MoE) demonstrates superior performance by using the multi-head mechanism to collectively attend to information from various representation spaces within different experts. In this paper, we present a novel implementation of MH-MoE that maintains both FLOPs and parameter parity with sparse Mixture of Experts models. Experimental results on language models show that the new implementation yields quality improvements over both vanilla MoE and fine-grained MoE models. Additionally, our experiments demonstrate that MH-MoE is compatible with 1-bit Large Language Models (LLMs) such as BitNet.

Keywords

Cite

@article{arxiv.2411.16205,
  title  = {MH-MoE: Multi-Head Mixture-of-Experts},
  author = {Shaohan Huang and Xun Wu and Shuming Ma and Furu Wei},
  journal= {arXiv preprint arXiv:2411.16205},
  year   = {2024}
}

Comments

7 pages, 0 figures

R2 v1 2026-06-28T20:11:02.774Z