English

EPnG: Adaptive Expert Prune-and-Grow for Parameter-Efficient MoE Fine-tuning

Machine Learning 2026-07-02 v1 Artificial Intelligence

Abstract

Mixture-of-Experts (MoE) models scale efficiently but remain costly to adapt due to redundant experts and uniform parameter allocation. Existing parameter-efficient fine-tuning (PEFT) methods such as LoRA ignore MoE routing dynamics, leading to suboptimal resource use. We propose EPnG, an adaptive prune-and-grow framework that reallocates LoRA capacity based on expert importance derived from router gate probabilities. EPnG prunes under-utilized experts and expands high-importance experts via rank growth with orthogonal initialization, while maintaining a fixed parameter budget. Across OLMoE and Qwen1.5-MoE, EPnG consistently outperforms LoRA under the same budget and achieves performance comparable to full fine-tuning while updating only 0.55%-0.72% of parameters (up to 140x-180x fewer). These results demonstrate that aligning PEFT with MoE routing yields a more effective and scalable fine-tuning strategy.

Keywords

Cite

@article{arxiv.2607.01789,
  title  = {EPnG: Adaptive Expert Prune-and-Grow for Parameter-Efficient MoE Fine-tuning},
  author = {Ahin Lee and Sehyun Yun and Taesik Gong},
  journal= {arXiv preprint arXiv:2607.01789},
  year   = {2026}
}

Comments

6 pages. Accepted at MobiSys Workshop '26