paper-with-me

홈 › Papers

Meta Knowledge Distillation

2022-02-16 · Jihao Liu, Boxiao Liu, Hongsheng Li, Yu Liu

Recent studies pointed out that knowledge distillation (KD) suffers from two degradation problems, the teacher-student gap and the incompatibility with strong data augmentations, making it not applicable to training state-of-the-art models, which are trained with advanced augmentations. However, we observe that a key factor, i.e., the temperatures in the softmax functions for generating probabilities of both the teacher and student models, was mostly overlooked in previous methods. With properly tuned temperatures, such degradation problems of KD can be much mitigated. However, instead of relying on a naive grid search, which shows poor transferability, we propose Meta Knowledge Distillation (MKD) to meta-learn the distillation with learnable meta temperature parameters. The meta parameters are adaptively adjusted during training according to the gradients of the learning objective. We validate that MKD is robust to different dataset scales, different teacher/student architectures, and different types of data augmentation. With MKD, we achieve the best performance with popular ViT architectures among compared methods that use only ImageNet-1K as training data, ranging from tiny to large models. With ViT-L, we achieve 86.5% with 600 epochs of training, 0.6% better than MAE that trains for 1,650 epochs.

📄 PDF Abstract BibTeX arXiv:2202.07940

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationImage ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

MAE 설명 없음
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.…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Meta-KD: A Meta Knowledge Distillation Framework for Language Model Compression across Domains

2020-12-02 · ACL 2021 5 · Haojie Pan, Chengyu Wang, Minghui Qiu, Yichang Zhang 외

Pre-trained language models have been applied to various NLP tasks with considerable performance gains. However, the large model sizes, together with the long inference time, limit the deployment of such models in real-t…

Knowledge DistillationLanguage ModelingLanguage ModellingMeta-Learning+2

BERT Learns to Teach: Knowledge Distillation with Meta Learning

2021-06-08 · ACL 2022 5 · Wangchunshu Zhou, Canwen Xu, Julian McAuley

We present Knowledge Distillation with Meta Learning (MetaDistil), a simple yet effective alternative to traditional knowledge distillation (KD) methods where the teacher model is fixed during training. We show the teach…

Knowledge DistillationMeta-Learning

BERT Learns to Teach: Knowledge Distillation with Meta Learning

2021-08-17 · ACL ARR November 2021 11 · Anonymous

We present Knowledge Distillation with Meta Learning (MetaDistil), a simple yet effective alternative to traditional knowledge distillation (KD) methods where the teacher model is fixed during training. We show the teach…

Knowledge DistillationMeta-Learning

MetaMixer: A Regularization Strategy for Online Knowledge Distillation

2023-03-14 · Maorong Wang, Ling Xiao, Toshihiko Yamasaki

Online knowledge distillation (KD) has received increasing attention in recent years. However, while most existing online KD methods focus on developing complicated model structures and training strategies to improve the…

Knowledge Distillation

MAGIC: Meta-Ability Guided Interactive Chain-of-Distillation for Effective-and-Efficient Vision-and-Language Navigation

2024-06-25 · Liuyi Wang, Zongtao He, Mengjiao Shen, Jingwei Yang 외

Despite the remarkable developments of recent large models in Embodied Artificial Intelligence (E-AI), their integration into robotics is hampered by their excessive parameter sizes and computational demands. Towards the…

Knowledge DistillationTest unseenVision and Language Navigation