paper-with-me

홈 › Papers

Hydra: Preserving Ensemble Diversity for Model Distillation

2020-01-14 · Linh Tran, Bastiaan S. Veeling, Kevin Roth, Jakub Swiatkowski, Joshua V. Dillon, Jasper Snoek, Stephan Mandt, Tim Salimans, Sebastian Nowozin, Rodolphe Jenatton

Ensembles of models have been empirically shown to improve predictive performance and to yield robust measures of uncertainty. However, they are expensive in computation and memory. Therefore, recent research has focused on distilling ensembles into a single compact model, reducing the computational and memory burden of the ensemble while trying to preserve its predictive behavior. Most existing distillation formulations summarize the ensemble by capturing its average predictions. As a result, the diversity of the ensemble predictions, stemming from each member, is lost. Thus, the distilled model cannot provide a measure of uncertainty comparable to that of the original ensemble. To retain more faithfully the diversity of the ensemble, we propose a distillation method based on a single multi-headed neural network, which we refer to as Hydra. The shared body network learns a joint feature representation that enables each head to capture the predictive behavior of each ensemble member. We demonstrate that with a slight increase in parameter count, Hydra improves distillation performance on classification and regression settings while capturing the uncertainty behavior of the original ensemble over both in-domain and out-of-distribution tasks.

📄 PDF Abstract BibTeX arXiv:2001.04694

Code (1)

kaung-htet-myat/Multi-teachers-Knowledge-Distillation tf

Tasks

Diversitymodel

Methods 이 논문이 사용한 방법론

Hydra 설명 없음

Similar Papers 제목 키워드 기반

Single-Teacher View Augmentation: Boosting Knowledge Distillation via Angular Diversity

2025-10-26 · Seonghoon Yu, Dongjun Nam, Dina Katabi, Jeany Son arxiv

Knowledge Distillation (KD) aims to train a lightweight student model by transferring knowledge from a large, high-capacity teacher. Recent studies have shown that leveraging diverse teacher perspectives can significantl…

Knowledge Distillation

Hydra: an Ensemble of Convolutional Neural Networks for Geospatial Land Classification

2018-02-10 · Rodrigo Minetto, Mauricio Pamplona Segundo, Sudeep Sarkar

We describe in this paper Hydra, an ensemble of convolutional neural networks (CNN) for geospatial land classification. The idea behind Hydra is to create an initial CNN that is coarsely optimized but provides a good sta…

General Classification

Diversity Matters When Learning From Ensembles

2021-10-27 · NeurIPS 2021 12 · Giung Nam, Jongmin Yoon, Yoonho Lee, Juho Lee

Deep ensembles excel in large-scale image classification tasks both in terms of prediction accuracy and calibration. Despite being simple to train, the computation and memory cost of deep ensembles limits their practicab…

Diversityimage-classificationImage Classification

Hydra-MDP: End-to-end Multimodal Planning with Multi-target Hydra-Distillation

2024-06-11 · Zhenxin Li, Kailin Li, Shihao Wang, Shiyi Lan 외

We propose Hydra-MDP, a novel paradigm employing multiple teachers in a teacher-student model. This approach uses knowledge distillation from both human and rule-based teachers to train the student model, which features …

DecoderKnowledge DistillationNavSim

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