paper-with-me

홈 › Papers

Ensemble Distribution Distillation

2019-04-30 · ICLR 2020 1 · Andrey Malinin, Bruno Mlodozeniec, Mark Gales

Ensembles of models often yield improvements in system performance. These ensemble approaches have also been empirically shown to yield robust measures of uncertainty, and are capable of distinguishing between different \emph{forms} of uncertainty. However, ensembles come at a computational and memory cost which may be prohibitive for many applications. There has been significant work done on the distillation of an ensemble into a single model. Such approaches decrease computational cost and allow a single model to achieve an accuracy comparable to that of an ensemble. However, information about the \emph{diversity} of the ensemble, which can yield estimates of different forms of uncertainty, is lost. This work considers the novel task of \emph{Ensemble Distribution Distillation} (EnD$^2$) --- distilling the distribution of the predictions from an ensemble, rather than just the average prediction, into a single model. EnD$^2$ enables a single model to retain both the improved classification performance of ensemble distillation as well as information about the diversity of the ensemble, which is useful for uncertainty estimation. A solution for EnD$^2$ based on Prior Networks, a class of models which allow a single neural network to explicitly model a distribution over output distributions, is proposed in this work. The properties of EnD$^2$ are investigated on both an artificial dataset, and on the CIFAR-10, CIFAR-100 and TinyImageNet datasets, where it is shown that EnD$^2$ can approach the classification performance of an ensemble, and outperforms both standard DNNs and Ensemble Distillation on the tasks of misclassification and out-of-distribution input detection.

📄 PDF Abstract BibTeX arXiv:1905.00076

Code (1)

lennelov/endd-reproduce tf

Tasks

Diversity

Similar Papers 제목 키워드 기반

Knowledge Distillation of Uncertainty using Deep Latent Factor Model

2025-10-22 · Sehyun Park, Jongjin Lee, Yunseop Shin, Ilsang Ohn 외 arxiv

Deep ensembles deliver state-of-the-art, reliable uncertainty quantification, but their heavy computational and memory requirements hinder their practical deployments to real applications such as on-device AI. Knowledge …

Knowledge Distillation

Scaling Ensemble Distribution Distillation to Many Classes with Proxy Targets

2021-05-14 · NeurIPS 2021 12 · Max Ryabinin, Andrey Malinin, Mark Gales

Ensembles of machine learning models yield improved system performance as well as robust and interpretable uncertainty estimates; however, their inference costs may often be prohibitively high. \emph{Ensemble Distributio…

Ensemble Distillation Approaches for Grammatical Error Correction

2020-11-24 · Yassir Fathullah, Mark Gales, Andrey Malinin

Ensemble approaches are commonly used techniques to improving a system by combining multiple model predictions. Additionally these schemes allow the uncertainty, as well as the source of the uncertainty, to be derived fo…

Grammatical Error CorrectionPrediction

A general framework for ensemble distribution distillation

2020-02-26 · Jakob Lindqvist, Amanda Olmin, Fredrik Lindsten, Lennart Svensson

Ensembles of neural networks have been shown to give better performance than single networks, both in terms of predictions and uncertainty estimation. Additionally, ensembles allow the uncertainty to be decomposed into a…

regression

Self-Distribution Distillation: Efficient Uncertainty Estimation

2022-03-15 · Yassir Fathullah, Mark J. F. Gales

Deep learning is increasingly being applied in safety-critical domains. For these scenarios it is important to know the level of uncertainty in a model's prediction to ensure appropriate decisions are made by the system.…

Out-of-Distribution Detection