paper-with-me

Papers

One Student Knows All Experts Know: From Sparse to Dense

2022-01-26 · Fuzhao Xue, Xiaoxin He, Xiaozhe Ren, Yuxuan Lou, Yang You

Human education system trains one student by multiple experts. Mixture-of-experts (MoE) is a powerful sparse architecture including multiple experts. However, sparse MoE model is easy to overfit, hard to deploy, and not hardware-friendly for practitioners. In this work, inspired by the human education model, we propose a novel task, knowledge integration, to obtain a dense student model (OneS) as knowledgeable as one sparse MoE. We investigate this task by proposing a general training framework including knowledge gathering and knowledge distillation. Specifically, to gather key knowledge from different pre-trained experts, we first investigate four different possible knowledge gathering methods, \ie summation, averaging, Top-K Knowledge Gathering (Top-KG), and Singular Value Decomposition Knowledge Gathering (SVD-KG) proposed in this paper. We then refine the dense student model by knowledge distillation to offset the noise from gathering. On ImageNet, our OneS preserves $61.7\%$ benefits from MoE and achieves $78.4\%$ top-1 accuracy ImageNet with only $15$M parameters. On four natural language processing datasets, OneS obtains $88.2\%$ MoE benefits and outperforms the best baseline by $51.7\%$ using the same architecture and training data. In addition, compared with the MoE counterpart, OneS can achieve $3.7 \times$ inference speedup due to less computation and hardware-friendly architecture.

📄 PDF Abstract BibTeX arXiv:2201.10890

Code (0)

등록된 구현이 없습니다.

Tasks

AllKnowledge DistillationMixture-of-Experts

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.…

Similar Papers 제목 키워드 기반

Everyone Knows that Everyone Knows: Gossip Protocols for Super Experts

2020-11-26 · Hans van Ditmarsch, Malvin Gattinger, Rahim Ramezanian

A gossip protocol is a procedure for sharing secrets in a network. The basic action in a gossip protocol is a pairwise message exchange (telephone call) wherein the calling agents exchange all the secrets they know. An a…

All

Sparse Teachers Can Be Dense with Knowledge

2022-10-08 · Yi Yang, Chen Zhang, Dawei Song

Recent advances in distilling pretrained language models have discovered that, besides the expressiveness of knowledge, the student-friendliness should be taken into consideration to realize a truly knowledgable teacher.…

PADD: Path-Aligned Decompression Distillation for Non-Router Teacher to Guide MoE Student Learning

2026-06-09 · Xinyue Peng, Yi Qian, Jiaojiao Lin, Wenjian Shao 외 arxiv

As large language models (LLMs) continue to scale, it becomes increasingly challenging to grow model capacity under fixed computation budgets. We propose Path-Aligned Decompression Distillation (PADD), a framework for di…

Knowledge DistillationMathematical Reasoning

Teacher-Guided Routing for Sparse Vision Mixture-of-Experts

2026-04-23 · Masahiro Kada, Ryota Yoshihashi, Satoshi Ikehata, Rei Kawakami 외 arxiv

Recent progress in deep learning has been driven by increasingly large-scale models, but the resulting computational cost has become a critical bottleneck. Sparse Mixture of Experts (MoE) offers an effective solution by …

Driving Beyond Privilege: Distilling Dense-Reward Knowledge into Sparse-Reward Policies

2025-12-03 · Feeza Khan Khanzada, Jaerock Kwon arxiv

We study how to exploit dense simulator-defined rewards in vision-based autonomous driving without inheriting their misalignment with deployment metrics. In realistic simulators such as CARLA, privileged state (e.g., lan…

Reinforcement LearningAutonomous Driving