paper-with-me

Papers

Improving Ensemble Distillation With Weight Averaging and Diversifying Perturbation

2022-06-30 · Giung Nam, Hyungi Lee, Byeongho Heo, Juho Lee

Ensembles of deep neural networks have demonstrated superior performance, but their heavy computational cost hinders applying them for resource-limited environments. It motivates distilling knowledge from the ensemble teacher into a smaller student network, and there are two important design choices for this ensemble distillation: 1) how to construct the student network, and 2) what data should be shown during training. In this paper, we propose a weight averaging technique where a student with multiple subnetworks is trained to absorb the functional diversity of ensemble teachers, but then those subnetworks are properly averaged for inference, giving a single student network with no additional inference cost. We also propose a perturbation strategy that seeks inputs from which the diversities of teachers can be better transferred to the student. Combining these two, our method significantly improves upon previous methods on various image classification tasks.

📄 PDF Abstract BibTeX arXiv:2206.15047

Code (1)

cs-giung/distill-latentbe 공식 구현 jax

Tasks

Diversityimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Input-gradient space particle inference for neural network ensembles

2023-06-05 · Trung Trinh, Markus Heinonen, Luigi Acerbi, Samuel Kaski

Deep Ensembles (DEs) demonstrate improved accuracy, calibration and robustness to perturbations over single neural networks partly due to their functional diversity. Particle-based variational inference (ParVI) methods e…

DiversityEnsemble Learningimage-classificationImage Classification+2

Probabilistic Knowledge Distillation of Face Ensembles

2023-01-01 · CVPR 2023 1 · Jianqing Xu, Shen Li, Ailin Deng, Miao Xiong 외

Mean ensemble (i.e. averaging predictions from multiple models) is a commonly-used technique in machine learning that improves the performance of each individual model. We formalize it as feature alignment for ensemb…

Face Image QualityFace RecognitionKnowledge DistillationOut-of-Distribution Detection

Weight Averaging Improves Knowledge Distillation under Domain Shift

2023-09-20 · Valeriy Berezovskiy, Nikita Morozov

Knowledge distillation (KD) is a powerful model compression technique broadly used in practical deep learning applications. It is focused on training a small student network to mimic a larger teacher network. While it is…

Domain GeneralizationKnowledge Distillation

WASH: Train your Ensemble with Communication-Efficient Weight Shuffling, then Average

2024-05-27 · Louis Fournier, Adel Nabli, Masih Aminbeidokhti, Marco Pedersoli 외

The performance of deep neural networks is enhanced by ensemble methods, which average the output of several models. However, this comes at an increased cost at inference. Weight averaging methods aim at balancing the ge…

image-classificationImage Classification

Parameter Averaging in Link Prediction

2025-10-29 · Rupesh Sapkota, Caglar Demir, Arnab Sharma, Axel-Cyrille Ngonga Ngomo arxiv

Ensemble methods are widely employed to improve generalization in machine learning. This has also prompted the adoption of ensemble learning for the knowledge graph embedding (KGE) models in performing link prediction. T…

Knowledge Graph EmbeddingEnsemble LearningLink Prediction