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.
[1]
Geoffrey E. Hinton,et al.
Adaptive Mixtures of Local Experts
,
1991,
Neural Computation.
[2]
Thomas G. Dietterich.
Ensemble Methods in Machine Learning
,
2000,
Multiple Classifier Systems.
[3]
Rich Caruana,et al.
Model compression
,
2006,
KDD '06.
[4]
Nitish Srivastava,et al.
Improving neural networks by preventing co-adaptation of feature detectors
,
2012,
ArXiv.
[5]
Marc'Aurelio Ranzato,et al.
Large Scale Distributed Deep Networks
,
2012,
NIPS.
[6]
Tara N. Sainath,et al.
Deep Neural Networks for Acoustic Modeling in Speech Recognition: The Shared Views of Four Research Groups
,
2012,
IEEE Signal Processing Magazine.
[7]
Geoffrey E. Hinton,et al.
ImageNet classification with deep convolutional neural networks
,
2012,
Commun. ACM.
[8]
Nitish Srivastava,et al.
Dropout: a simple way to prevent neural networks from overfitting
,
2014,
J. Mach. Learn. Res..
[9]
Yifan Gong,et al.
Learning small-size DNN with output-distribution-based criteria
,
2014,
INTERSPEECH.