MoNE: Replacing Redundant Experts with Lightweight Novices for Structured Pruning of MoE
Abstract
Mixture-of-Experts (MoE) enables efficient scaling of large language models by activating only a subset of experts per input token. However, deploying MoE-based models incurs significant memory overhead due to the need to retain all experts in memory. While structured pruning is promising to reduce memory costs, existing methods often show suboptimal performance and unstable degradation in three dimensions: model architectures, calibration data sources, and calibration sample sizes. This paper proposes \textbf{M}ixture-\textbf{o}f-\textbf{N}ovices-and-\textbf{E}xperts (\textbf{MoNE}), a novel expert pruning method that replaces redundant experts with lightweight novices to achieve effective and robust model compression. MoNE evaluates expert redundancy based on two metrics: access frequency and output variance. Experts exhibiting low usage and stable outputs are pruned and replaced with lightweight novices—unbiased estimations of their original outputs—minimizing performance degradation. Extensive experiments demonstrate that MoNE consistently outperforms baseline methods with minimal accuracy degradation across the three dimensions, confirming its effectiveness and robustness. Notably, it outperforms baselines by up to 2.72 for the average zero shot accuracy across nine downstream tasks under 25\% pruning ratio, with only 0.14 performance drop for Qwen2-57B-A14B. The code is available at \url{https://github.com/zxgx/mode-pd}.
Cite
Text
Zhang et al. "MoNE: Replacing Redundant Experts with Lightweight Novices for Structured Pruning of MoE." International Conference on Learning Representations, 2026.Markdown
[Zhang et al. "MoNE: Replacing Redundant Experts with Lightweight Novices for Structured Pruning of MoE." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/zhang2026iclr-mone/)BibTeX
@inproceedings{zhang2026iclr-mone,
title = {{MoNE: Replacing Redundant Experts with Lightweight Novices for Structured Pruning of MoE}},
author = {Zhang, Geng and Yuxuan, Han and Lou, Yuxuan and Zhang, Yiqi and Zhao, Wangbo and You, Yang},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/zhang2026iclr-mone/}
}