GW-MoE: Resolving Uncertainty in MoE Router with Global Workspace Theory
Haoze Wu, Zihan Qiu, Zili Wang, Hang Zhao, Jie Fu
TL;DR
This work identifies pervasive routing uncertainty in large MoE models and introduces GW-MoE, a fine-tuning method guided by Global Workspace Theory that broadcasts uncertain tokens to all experts. By treating tokens with high routing entropy as uncertain and enabling cross-expert learning during training, GW-MoE preserves inference efficiency while improving performance across diverse NLP tasks and model scales. The approach yields consistent gains on GLUE, summarization, QA, and reasoning benchmarks, and ablations show that broadcasting only uncertain tokens, not all tokens, is crucial. The findings offer practical guidance for MoE router design and suggest that uncertainty-aware fine-tuning can enhance robust knowledge recall without adding inference cost.
Abstract
Mixture-of-Experts (MoE) has been demonstrated as an efficient method to scale up models. By dynamically and sparsely selecting activated experts, MoE can effectively reduce computational costs. Despite the success, we observe that many tokens in the MoE models have uncertain routing results. These tokens have nearly equal scores for choosing each expert, and we demonstrate that this uncertainty can lead to incorrect selections. Inspired by the Global Workspace Theory (GWT), we propose a new fine-tuning method, GW-MoE, to address this issue. The core idea is to broadcast the uncertain tokens across experts during fine-tuning. Therefore, these tokens can acquire the necessary knowledge from any expert during inference and become less sensitive to the choice. GW-MoE does not introduce additional inference overhead. We validate that GW can mitigate the uncertain problem and consistently improve in different tasks (text classification, question answering, summarization, code generation, and mathematical problem solving) and model sizes (650M and 8B parameters).
