paper-with-me

홈 › Papers

Similarity Transfer for Knowledge Distillation

2021-03-18 · Haoran Zhao, Kun Gong, Xin Sun, Junyu Dong, Hui Yu

Knowledge distillation is a popular paradigm for learning portable neural networks by transferring the knowledge from a large model into a smaller one. Most existing approaches enhance the student model by utilizing the similarity information between the categories of instance level provided by the teacher model. However, these works ignore the similarity correlation between different instances that plays an important role in confidence prediction. To tackle this issue, we propose a novel method in this paper, called similarity transfer for knowledge distillation (STKD), which aims to fully utilize the similarities between categories of multiple samples. Furthermore, we propose to better capture the similarity correlation between different instances by the mixup technique, which creates virtual samples by a weighted linear interpolation. Note that, our distillation loss can fully utilize the incorrect classes similarities by the mixed labels. The proposed approach promotes the performance of student model as the virtual sample created by multiple images produces a similar probability distribution in the teacher and student networks. Experiments and ablation studies on several public classification datasets including CIFAR-10,CIFAR-100,CINIC-10 and Tiny-ImageNet verify that this light-weight method can effectively boost the performance of the compact student model. It shows that STKD substantially has outperformed the vanilla knowledge distillation and has achieved superior accuracy over the state-of-the-art knowledge distillation methods.

📄 PDF Abstract BibTeX arXiv:2103.10047

Code (0)

등록된 구현이 없습니다.

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.…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Teaching Where to Look: Attention Similarity Knowledge Distillation for Low Resolution Face Recognition

2022-09-29 · Sungho Shin, Joosoon Lee, Junseok Lee, Yeonguk Yu 외

Deep learning has achieved outstanding performance for face recognition benchmarks, but performance reduces significantly for low resolution (LR) images. We propose an attention similarity knowledge distillation approach…

Face RecognitionKnowledge Distillation

Student Customized Knowledge Distillation: Bridging the Gap Between Student and Teacher

2021-01-01 · ICCV 2021 10 · Yichen Zhu, Yi Wang

Knowledge distillation (KD) transfers the dark knowledge from cumbersome networks (teacher) to lightweight (student) networks and expects the student to achieve more promising performance than training without the te…

image-classificationImage ClassificationKnowledge DistillationMulti-Task Learning+3

LightVessel: Exploring Lightweight Coronary Artery Vessel Segmentation via Similarity Knowledge Distillation

2022-11-02 · Hao Dang, Yuekai Zhang, Xingqun Qi, Wanting Zhou 외

In recent years, deep convolution neural networks (DCNNs) have achieved great prospects in coronary artery vessel segmentation. However, it is difficult to deploy complicated models in clinical scenarios since high-perfo…

DecoderKnowledge Distillation

On the Impact of Knowledge Distillation for Model Interpretability

2023-05-25 · Hyeongrok Han, Siwon Kim, Hyun-Soo Choi, Sungroh Yoon

Several recent studies have elucidated why knowledge distillation (KD) improves model performance. However, few have researched the other advantages of KD in addition to its improving model performance. In this study, we…

Knowledge Distillation

Natural Language Generation for Effective Knowledge Distillation

2019-11-01 · WS 2019 11 · Raphael Tang, Yao Lu, Jimmy Lin

Knowledge distillation can effectively transfer knowledge from BERT, a deep language representation model, to traditional, shallow word embedding-based neural networks, helping them approach or exceed the quality of othe…

Knowledge DistillationLinguistic AcceptabilitySentenceSentence Similarity+4