paper-with-me

홈 › Papers

Every Expert Matters: Towards Effective Knowledge Distillation for Mixture-of-Experts Language Models

2025-02-18 · Gyeongman Kim, Gyouk Chu, Eunho Yang

With the emergence of Mixture-of-Experts (MoE), the efficient scaling of model size has accelerated the development of large language models in recent years. However, their high memory requirements prevent their use in resource-constrained environments. While knowledge distillation (KD) has been a proven method for model compression, its application to MoE teacher models remains underexplored. Through our investigation, we discover that non-activated experts in MoE models possess valuable knowledge that benefits student models. We further demonstrate that existing KD methods are not optimal for compressing MoE models, as they fail to leverage this knowledge effectively. To address this, we propose two intuitive MoE-specific KD methods for the first time: Knowledge Augmentation (KA) and Student-Aware Router (SAR), both designed to effectively extract knowledge from all experts. Specifically, KA augments knowledge by sampling experts multiple times, while SAR uses all experts and adjusts the expert weights through router training to provide optimal knowledge. Extensive experiments show that our methods outperform conventional KD methods, demonstrating their effectiveness for MoE teacher models.

📄 PDF Abstract BibTeX arXiv:2502.12947

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMixture-of-ExpertsModel Compression

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
MoE 설명 없음

Similar Papers 제목 키워드 기반

Tailoring Instructions to Student's Learning Levels Boosts Knowledge Distillation

2023-05-16 · Yuxin Ren, Zihan Zhong, Xingjian Shi, Yi Zhu 외

It has been commonly observed that a teacher model with superior performance does not necessarily result in a stronger student, highlighting a discrepancy between current teacher training practices and effective knowledg…

Knowledge Distillationtext-classificationText ClassificationTransfer Learning

CoupleFace: Relation Matters for Face Recognition Distillation

2022-04-12 · Jiaheng Liu, Haoyu Qin, Yichao Wu, Jinyang Guo 외

Knowledge distillation is an effective method to improve the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well-performed neural network (i.e., teacher model), which…

Face RecognitionKnowledge DistillationRelation

LLAVADI: What Matters For Multimodal Large Language Models Distillation

2024-07-28 · Shilin Xu, Xiangtai Li, Haobo Yuan, Lu Qi 외

The recent surge in Multimodal Large Language Models (MLLMs) has showcased their remarkable potential for achieving generalized intelligence by integrating visual understanding into Large Language Models.Nevertheless, th…

Knowledge Distillation

Highlight Every Step: Knowledge Distillation via Collaborative Teaching

2019-07-23 · Haoran Zhao, Xin Sun, Junyu Dong, Changrui Chen 외

High storage and computational costs obstruct deep neural networks to be deployed on resource-constrained devices. Knowledge distillation aims to train a compact student network by transferring knowledge from a larger pr…

Knowledge Distillation

Every Coin Has Two Sides: On the Dual Nature of Generalization in On-Policy Distillation of Large Language Models

2026-08-17 · Zhaoyi Li, Deyang Kong, Yuan Wei, Evan Yang 외 arxiv

On-policy distillation (OPD) transfers teacher capabilities by supervising trajectories sampled from the student's own policy, yet its generalization behavior remains poorly understood, as most studies evaluate OPD on a …