paper-with-me

Papers

Ensemble Knowledge Distillation for Learning Improved and Efficient Networks

2019-09-17 · Umar Asif, Jianbin Tang, Stefan Harrer

Ensemble models comprising of deep Convolutional Neural Networks (CNN) have shown significant improvements in model generalization but at the cost of large computation and memory requirements. In this paper, we present a framework for learning compact CNN models with improved classification performance and model generalization. For this, we propose a CNN architecture of a compact student model with parallel branches which are trained using ground truth labels and information from high capacity teacher networks in an ensemble learning fashion. Our framework provides two main benefits: i) Distilling knowledge from different teachers into the student network promotes heterogeneity in feature learning at different branches of the student network and enables the network to learn diverse solutions to the target problem. ii) Coupling the branches of the student network through ensembling encourages collaboration and improves the quality of the final predictions by reducing variance in the network outputs. Experiments on the well established CIFAR-10 and CIFAR-100 datasets show that our Ensemble Knowledge Distillation (EKD) improves classification accuracy and model generalization especially in situations with limited training data. Experiments also show that our EKD based compact networks outperform in terms of mean accuracy on the test datasets compared to state-of-the-art knowledge distillation based methods.

📄 PDF Abstract BibTeX arXiv:1909.08097

Code (2)

Adlik/model_optimizer pytorch
softsys4ai/neural-distiller tf

Tasks

Ensemble LearningGeneral ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation 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.…

Similar Papers 제목 키워드 기반

Students are the Best Teacher: Exit-Ensemble Distillation with Multi-Exits

2021-04-01 · Hojung Lee, Jong-Seok Lee

This paper proposes a novel knowledge distillation-based learning method to improve the classification performance of convolutional neural networks (CNNs) without a pre-trained teacher network, called exit-ensemble disti…

ClassificationGeneral ClassificationKnowledge Distillation

Knowledge Distillation via Weighted Ensemble of Teaching Assistants

2022-06-23 · Durga Prasad Ganta, Himel Das Gupta, Victor S. Sheng

Knowledge distillation in machine learning is the process of transferring knowledge from a large model called the teacher to a smaller model called the student. Knowledge distillation is one of the techniques to compress…

Ensemble LearningKnowledge Distillation

Neural Architecture Search via Ensemble-based Knowledge Distillation

2021-09-29 · Fanxin Li, Shixiong Zhao, Haowen Pi, Yuhao QING 외

Neural Architecture Search (NAS) automatically searches for well-performed network architectures from a given search space. The One-shot NAS method improves the training efficiency by sharing weights among the possible a…

DiversityKnowledge DistillationNeural Architecture Search

Towards Understanding Ensemble, Knowledge Distillation and Self-Distillation in Deep Learning

2020-12-17 · Zeyuan Allen-Zhu, Yuanzhi Li

We formally study how ensemble of deep learning models can improve test accuracy, and how the superior performance of ensemble can be distilled into a single model using knowledge distillation. We consider the challengin…

Deep LearningKnowledge DistillationLearning Theory

Unified and Effective Ensemble Knowledge Distillation

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Ensemble knowledge distillation can extract knowledge from multiple teacher models and encode it into a single student model. Many existing methods learn and distill the student model on labeled data only. However, the t…

Knowledge DistillationTransfer Learning