Expert Merging in Sparse Mixture of Experts with Nash Bargaining
Dung V. Nguyen, Anh T. Nguyen, Minh H. Nguyen, Luc Q. Nguyen, Shiqi Jiang, Ethan Fetaya, Linh Duy Tran, Gal Chechik, Tan M. Nguyen
TL;DR
This work addresses the challenge of merging experts in Sparse MoE by introducing NAMEx, which casts merging as a Nash Bargaining problem to achieve fair, coordinated contributions from all experts. It further augments NAMEx with complex momentum (NAMEx-Momentum) to accelerate convergence and provide theoretical guarantees. Empirical results across language modeling, text classification, image classification, and zero-shot robustness show NAMEx and its momentum-enhanced variants consistently outperform existing merging methods, including in large-scale deployments such as Qwen1.5-MoE (14B) and DeepSeek-MoE (16B). The approach enables scalable, robust, and interpretable expert collaboration in SMoE, with practical implications for deploying large, modular transformers while maintaining efficiency.
Abstract
Existing expert merging strategies for Sparse Mixture of Experts (SMoE) typically rely on input-dependent or input-independent averaging of expert parameters, but often lack a principled weighting mechanism. In this work, we reinterpret expert merging through the lens of game theory, revealing cooperative and competitive dynamics among experts. Based on this perspective, we introduce Nash Merging of Experts (NAMEx), a novel framework that incorporates Nash Bargaining into the merging process, enabling more balanced and efficient collaboration among experts. Additionally, we incorporate complex momentum into NAMEx to accelerate expert propagation with theoretical guarantees for convergence. Extensive experiments across language modelling, text classification, image classification, and zero-shot robustness under data corruption show that NAMEx consistently outperforms competing methods while integrating seamlessly with popular MoE architectures. Finally, we demonstrate NAMEx's scalability by applying it to large-scale systems, including Qwen1.5-MoE (14B) and DeepSeek-MoE (16B), where it proves effective in both zero-shot and fine-tuning settings.
