paper-with-me

홈 › Papers

Cosine Similarity Knowledge Distillation for Individual Class Information Transfer

2023-11-24 · Gyeongdo Ham, Seonghak Kim, SuIn Lee, Jae-Hyeok Lee, Daeshik Kim

Previous logits-based Knowledge Distillation (KD) have utilized predictions about multiple categories within each sample (i.e., class predictions) and have employed Kullback-Leibler (KL) divergence to reduce the discrepancy between the student and teacher predictions. Despite the proliferation of KD techniques, the student model continues to fall short of achieving a similar level as teachers. In response, we introduce a novel and effective KD method capable of achieving results on par with or superior to the teacher models performance. We utilize teacher and student predictions about multiple samples for each category (i.e., batch predictions) and apply cosine similarity, a commonly used technique in Natural Language Processing (NLP) for measuring the resemblance between text embeddings. This metric's inherent scale-invariance property, which relies solely on vector direction and not magnitude, allows the student to dynamically learn from the teacher's knowledge, rather than being bound by a fixed distribution of the teacher's knowledge. Furthermore, we propose a method called cosine similarity weighted temperature (CSWT) to improve the performance. CSWT reduces the temperature scaling in KD when the cosine similarity between the student and teacher models is high, and conversely, it increases the temperature scaling when the cosine similarity is low. This adjustment optimizes the transfer of information from the teacher to the student model. Extensive experimental results show that our proposed method serves as a viable alternative to existing methods. We anticipate that this approach will offer valuable insights for future research on model compression.

📄 PDF Abstract BibTeX arXiv:2311.14307

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

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

Enhancing Low-resolution Face Recognition with Feature Similarity Knowledge Distillation

2023-03-08 · Sungho Shin, Yeonguk Yu, Kyoobin Lee

In this study, we introduce a feature knowledge distillation framework to improve low-resolution (LR) face recognition performance using knowledge obtained from high-resolution (HR) images. The proposed framework transfe…

Face RecognitionKnowledge Distillation

Improved Knowledge Distillation for Land-Use Image Classification

2026-06-12 · Arundhuti Sur, Abhiroop Chatterjee, Susmita Ghosh, Emmett Ientilucci arxiv

In the present article, an improved Knowledge Distillation (KD) framework has been proposed for efficient compression of deep convolutional neural networks for land-use image classification task. Motivated by the need to…

Knowledge DistillationImage ClassificationModel Compression

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

Bridging the gap between Human Action Recognition and Online Action Detection

2021-01-21 · Alban Main de Boissiere, Rita Noumeir

Action recognition, early prediction, and online action detection are complementary disciplines that are often studied independently. Most online action detection networks use a pre-trained feature extractor, which might…

Action DetectionAction RecognitionKnowledge DistillationOnline Action Detection+1

Stochastic Precision Ensemble: Self-Knowledge Distillation for Quantized Deep Neural Networks

2020-09-30 · Yoonho Boo, Sungho Shin, Jungwook Choi, Wonyong Sung

The quantization of deep neural networks (QDNNs) has been actively studied for deployment in edge devices. Recent studies employ the knowledge distillation (KD) method to improve the performance of quantized networks. In…

image-classificationImage ClassificationKnowledge DistillationQuantization+3