Distilling the Knowledge in a Neural Network
Geoffrey Hinton, Oriol Vinyals, Jeff Dean

TL;DR
This paper introduces a method to compress ensemble models into a single neural network, improving deployment efficiency and performance on tasks like MNIST and acoustic modeling.
Contribution
It develops a novel knowledge distillation technique that effectively transfers ensemble knowledge into a single model, including a new ensemble structure with specialist models.
Findings
Achieved improved performance on MNIST
Enhanced acoustic model accuracy
Demonstrated rapid training of specialist models
Abstract
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. Unfortunately, making predictions using a whole ensemble of models is cumbersome and may be too computationally expensive to allow deployment to a large number of users, especially if the individual models are large neural nets. Caruana and his collaborators have shown that it is possible to compress the knowledge in an ensemble into a single model which is much easier to deploy and we develop this approach further using a different compression technique. We achieve some surprising results on MNIST and we show that we can significantly improve the acoustic model of a heavily used commercial system by distilling the knowledge in an ensemble of models into a single model. We also introduce a new type of ensemble…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗distilbert/distilgpt2model· 2.6M dl· ♡ 6212.6M dl♡ 621
- 🤗Sussybaka/gpt2wilkinscoffeemodel
- 🤗model-attribution-challenge/distilgpt2model· 191 dl· ♡ 1191 dl♡ 1
- 🤗crumb/distilpythiamodel· 9 dl· ♡ 49 dl♡ 4
- 🤗crumb/distilpythia-clmodel· 4 dl· ♡ 14 dl♡ 1
- 🤗asanchezm/repo_buddy_pruebamodel
- 🤗Crataco/distilgpt2-82M-GGUFmodel· 266 dl· ♡ 3266 dl♡ 3
- 🤗RichardErkhov/distilbert_-_distilgpt2-4bitsmodel· 4 dl4 dl
- 🤗RichardErkhov/distilbert_-_distilgpt2-8bitsmodel· 2 dl2 dl
- 🤗RichardErkhov/distilbert_-_distilgpt2-ggufmodel· 549 dl· ♡ 2549 dl♡ 2
Videos
Distilling the Knowledge in a Neural Network· youtube
Taxonomy
TopicsNeural Networks and Applications · Time Series Analysis and Forecasting · Topic Modeling
MethodsKnowledge Distillation
