When Model Merging Breaks Routing: Training-Free Calibration for MoE
Abstract
Lay Summary
Building powerful AI models is expensive. A popular cost-saving shortcut is “model merging”—combining several specialized AI models into a single, smarter one without the high cost of training from scratch. However, this shortcut fails when applied to a popular AI architecture called “Mixture-of-Experts” (MoE). We found that standard merging methods confuse the router, causing it to assign tasks to the wrong experts, which severely degrades the model’s performance. To fix this “routing breakdown,” we developed HARC (Hessian-Aware Router Calibration). HARC is a training-free method that recalibrates the router after merging, ensuring tasks are directed to the correct experts. Unlike other solutions, it requires no expensive retraining. In experiments on mathematical reasoning and coding tasks, HARC successfully fixed the routing errors and significantly boosted the merged model’s performance. Our work makes it possible to reliably combine these complex AI models, saving both computational resources and energy.