English

BEAM: Binary Expert Activation Masking for Dynamic Routing in MoE

Artificial Intelligence 2026-05-15 v1

Abstract

Mixture-of-Experts (MoE) architectures enhance the efficiency of large language models by activating only a subset of experts per token. However, standard MoE employs a fixed Top-K routing strategy, leading to redundant computation and suboptimal inference latency. Existing acceleration methods either require costly retraining with architectural changes or suffer from severe performance drop at high sparsity due to train-inference mismatch. To address these limitations, we propose BEAM (Binary Expert Activation Masking), a novel method that learns token-adaptive expert selection via trainable binary masks. With a straight-through estimator and an auxiliary regularization loss, BEAM induces dynamic expert sparsity through end-to-end training while maintaining model capability. We further implement an efficient custom CUDA kernel for BEAM, ensuring seamless integration with the vLLM inference framework. Experiments show that BEAM retains over 98\% of the original model's performance while reducing MoE layer FLOPs by up to 85\%, achieving up to 2.5×\times faster decoding and 1.4×\times higher throughput, demonstrating its effectiveness as a practical, plug-and-play solution for efficient MoE inference.

Keywords

Cite

@article{arxiv.2605.14438,
  title  = {BEAM: Binary Expert Activation Masking for Dynamic Routing in MoE},
  author = {Juntong Wu and Jialiang Cheng and Qishen Yin and Yue Dai and Yuliang Yan and Fuyu Lv and Ou Dan and Li Yuan},
  journal= {arXiv preprint arXiv:2605.14438},
  year   = {2026}
}

Comments

22 pages, 12 figures