paper-with-me

홈 › Papers

Reducing the Teacher-Student Gap via Spherical Knowledge Disitllation

2020-10-15 · Jia Guo, Minghao Chen, Yao Hu, Chen Zhu, Xiaofei He, Deng Cai

Knowledge distillation aims at obtaining a compact and effective model by learning the mapping function from a much larger one. Due to the limited capacity of the student, the student would underfit the teacher. Therefore, student performance would unexpectedly drop when distilling from an oversized teacher, termed the capacity gap problem. We investigate this problem by study the gap of confidence between teacher and student. We find that the magnitude of confidence is not necessary for knowledge distillation and could harm the student performance if the student are forced to learn confidence. We propose Spherical Knowledge Distillation to eliminate this gap explicitly, which eases the underfitting problem. We find this novel knowledge representation can improve compact models with much larger teachers and is robust to temperature. We conducted experiments on both CIFAR100 and ImageNet, and achieve significant improvement. Specifically, we train ResNet18 to 73.0 accuracy, which is a substantial improvement over previous SOTA and is on par with resnet34 almost twice the student size. The implementation has been shared at https://github.com/forjiuzhou/Spherical-Knowledge-Distillation.

📄 PDF Abstract BibTeX arXiv:2010.07485

Code (1)

forjiuzhou/Spherical-Knowledge-Distillation 공식 구현 pytorch

Tasks

Knowledge 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 제목 키워드 기반

Estimating Depth of Monocular Panoramic Image with Teacher-Student Model Fusing Equirectangular and Spherical Representations

2024-05-27 · Jingguo Liu, Yijun Xu, Shigang Li, Jianfeng Li

Disconnectivity and distortion are the two problems which must be coped with when processing 360 degrees equirectangular images. In this paper, we propose a method of estimating the depth of monocular panoramic image wit…

Depth EstimationMonocular Depth Estimation

AMTSS: An Adaptive Multi-Teacher Single-Student Knowledge Distillation Framework For Multilingual Language Inference

2023-05-13 · Qianglong Chen, Feng Ji, Feng-Lin Li, Guohai Xu 외

Knowledge distillation is of key importance to launching multilingual pre-trained language models for real applications. To support cost-effective language inference in multilingual settings, we propose AMTSS, an adaptiv…

Knowledge Distillation

When Babies Teach Babies: Can student knowledge sharing outperform Teacher-Guided Distillation on small datasets?

2024-11-25 · Srikrishna Iyer

We present our submission to the BabyLM challenge, aiming to push the boundaries of data-efficient language model pretraining. Our method builds upon deep mutual learning, introducing a student model search for diverse i…

Knowledge DistillationLanguage ModelingLanguage Modelling

Triplet Loss for Knowledge Distillation

2020-04-17 · Hideki Oki, Motoshi Abe, Junichi Miyao, Takio Kurita

In recent years, deep learning has spread rapidly, and deeper, larger models have been proposed. However, the calculation cost becomes enormous as the size of the models becomes larger. Various techniques for compressing…

Knowledge DistillationMetric LearningTriplet

Towards Oracle Knowledge Distillation with Neural Architecture Search

2019-11-29 · Minsoo Kang, Jonghwan Mun, Bohyung Han

We present a novel framework of knowledge distillation that is capable of learning powerful and efficient student models from ensemble teacher networks. Our approach addresses the inherent model capacity issue between te…

image-classificationImage ClassificationKnowledge DistillationNeural Architecture Search