paper-with-me

홈 › Papers

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 aleatoric (data) and epistemic (model) components, giving a more complete picture of the predictive uncertainty. Ensemble distillation is the process of compressing an ensemble into a single model, often resulting in a leaner model that still outperforms the individual ensemble members. Unfortunately, standard distillation erases the natural uncertainty decomposition of the ensemble. We present a general framework for distilling both regression and classification ensembles in a way that preserves the decomposition. We demonstrate the desired behaviour of our framework and show that its predictive performance is on par with standard distillation.

📄 PDF Abstract BibTeX arXiv:2002.11531

Code (1)

jackonelli/ensemble_distr_distillation 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

Online Ensemble Model Compression using Knowledge Distillation

2020-11-15 · ECCV 2020 8 · Devesh Walawalkar, Zhiqiang Shen, Marios Savvides

This paper presents a novel knowledge distillation based model compression framework consisting of a student ensemble. It enables distillation of simultaneously learnt ensemble knowledge onto each of the compressed stude…

Knowledge DistillationmodelModel Compression

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 …

Diversity

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

Ensemble Modeling with Contrastive Knowledge Distillation for Sequential Recommendation

2023-04-28 · Hanwen Du, Huanhuan Yuan, Pengpeng Zhao, Fuzhen Zhuang 외

Sequential recommendation aims to capture users' dynamic interest and predicts the next item of users' preference. Most sequential recommendation methods use a deep neural network as sequence encoder to generate user and…

AttributeContrastive LearningKnowledge DistillationMulti-Task Learning+2

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…