Knowledge Distillation

Knowledge Distillation

Introduced by Hinton et al. in Distilling the Knowledge in a Neural Network

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 composed of one or more full models and many specialist models which learn to distinguish fine-grained classes that the full models confuse. Unlike a mixture of experts, these specialist models can be trained rapidly and in parallel. Source: Distilling the Knowledge in a Neural Network

Source: Distilling the Knowledge in a Neural Network

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 38 4.30%
Object Detection 37 4.19%
Semantic Segmentation 32 3.62%
Model Compression 30 3.39%
Image Classification 25 2.83%
Federated Learning 24 2.71%
Quantization 21 2.38%
Incremental Learning 16 1.81%
Continual Learning 16 1.81%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories