paper-with-me

홈 › Papers

Better Teacher Better Student: Dynamic Prior Knowledge for Knowledge Distillation

2022-06-13 · Zengyu Qiu, Xinzhu Ma, Kunlin Yang, Chunya Liu, Jun Hou, Shuai Yi, Wanli Ouyang

Knowledge distillation (KD) has shown very promising capabilities in transferring learning representations from large models (teachers) to small models (students). However, as the capacity gap between students and teachers becomes larger, existing KD methods fail to achieve better results. Our work shows that the prior knowledge' is vital to KD, especially when applying large teachers. Particularly, we propose the dynamic prior knowledge (DPK), which integrates part of teacher's features as the prior knowledge before the feature distillation. This means that our method also takes the teacher's feature as input', not just `target'. Besides, we dynamically adjust the ratio of the prior knowledge during the training phase according to the feature gap, thus guiding the student in an appropriate difficulty. To evaluate the proposed method, we conduct extensive experiments on two image classification benchmarks (i.e. CIFAR100 and ImageNet) and an object detection benchmark (i.e. MS COCO. The results demonstrate the superiority of our method in performance under varying settings. Besides, our DPK makes the performance of the student model positively correlated with that of the teacher model, which means that we can further boost the accuracy of students by applying larger teachers. More importantly, DPK provides a fast solution in teacher model selection for any given model.

📄 PDF Abstract BibTeX arXiv:2206.06067

Code (1)

cuibaby/dpk 공식 구현

Tasks

image-classificationImage ClassificationKnowledge DistillationModel Selectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Understanding and Improving Knowledge Distillation

2020-02-10 · Jiaxi Tang, Rakesh Shivanna, Zhe Zhao, Dong Lin 외

Knowledge Distillation (KD) is a model-agnostic technique to improve model quality while having a fixed capacity budget. It is a commonly used technique for model compression, where a larger capacity teacher model with b…

Knowledge DistillationModel Compression

Self-Evolution Knowledge Distillation for LLM-based Machine Translation

2024-12-19 · Yuncheng Song, Liang Ding, Changtong Zan, ShuJian Huang

Knowledge distillation (KD) has shown great promise in transferring knowledge from larger teacher models to smaller student models. However, existing KD strategies for large language models often minimize output distribu…

Knowledge DistillationMachine TranslationTransfer LearningTranslation

Humble Teachers Teach Better Students for Semi-Supervised Object Detection

2021-06-19 · CVPR 2021 1 · Yihe Tang, Weifeng Chen, Yijun Luo, Yuting Zhang

We propose a semi-supervised approach for contemporary object detectors following the teacher-student dual model framework. Our method is featured with 1) the exponential moving averaging strategy to update the teacher f…

object-detectionObject DetectionSemi-Supervised Object Detection

PROD: Progressive Distillation for Dense Retrieval

2022-09-27 · Zhenghao Lin, Yeyun Gong, Xiao Liu, Hang Zhang 외

Knowledge distillation is an effective way to transfer knowledge from a strong teacher to an efficient student model. Ideally, we expect the better the teacher is, the better the student. However, this expectation does n…

Knowledge DistillationNatural QuestionsRetrieval

Dynamic Rectification Knowledge Distillation

2022-01-27 · Fahad Rahman Amik, Ahnaf Ismat Tasin, Silvia Ahmed, M. M. Lutfe Elahi 외

Knowledge Distillation is a technique which aims to utilize dark knowledge to compress and transfer information from a vast, well-trained neural network (teacher model) to a smaller, less capable neural network (student …

Edge-computingKnowledge DistillationObject Recognition