English

Is Retraining-Free Enough? The Necessity of Router Calibration for Efficient MoE Compression

Machine Learning 2026-03-04 v1 Artificial Intelligence

Abstract

Mixture-of-Experts (MoE) models scale capacity efficiently, but their massive parameter footprint creates a deployment-time memory bottleneck. We organize retraining-free MoE compression into three paradigms - Expert Pruning, Expert Editing, and Expert Merging - and show that persistent post-compression degradation largely stems from a neglected factor: router-expert mismatch when experts are changed but the router is left untouched. We argue that effective retraining-free compression should avoid updating expert parameters while allowing lightweight router calibration. To this end, we propose Router Knowledge Distillation (Router KD), which updates only a tiny fraction of parameters (the router) by distilling the original model's next-token distribution on unlabeled calibration data. Experiments across representative methods in all three paradigms demonstrate consistent performance recovery, with substantially larger gains in fine-grained MoEs (many small experts) than in coarse-grained MoEs due to their more complex routing decision boundaries.

Keywords

Cite

@article{arxiv.2603.02217,
  title  = {Is Retraining-Free Enough? The Necessity of Router Calibration for Efficient MoE Compression},
  author = {Sieun Hyeon and Jaeyoung Do},
  journal= {arXiv preprint arXiv:2603.02217},
  year   = {2026}
}