paper-with-me

Papers

Class-aware Information for Logit-based Knowledge Distillation

2022-11-27 · Shuoxi Zhang, Hanpeng Liu, John E. Hopcroft, Kun He

Knowledge distillation aims to transfer knowledge to the student model by utilizing the predictions/features of the teacher model, and feature-based distillation has recently shown its superiority over logit-based distillation. However, due to the cumbersome computation and storage of extra feature transformation, the training overhead of feature-based methods is much higher than that of logit-based distillation. In this work, we revisit the logit-based knowledge distillation, and observe that the existing logit-based distillation methods treat the prediction logits only in the instance level, while many other useful semantic information is overlooked. To address this issue, we propose a Class-aware Logit Knowledge Distillation (CLKD) method, that extents the logit distillation in both instance-level and class-level. CLKD enables the student model mimic higher semantic information from the teacher model, hence improving the distillation performance. We further introduce a novel loss called Class Correlation Loss to force the student learn the inherent class-level correlation of the teacher. Empirical comparisons demonstrate the superiority of the proposed method over several prevailing logit-based methods and feature-based methods, in which CLKD achieves compelling results on various visual classification tasks and outperforms the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2211.14773

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.…

Similar Papers 제목 키워드 기반

Multi-perspective Contrastive Logit Distillation

2024-11-16 · Qi Wang, Jinjia Zhou

We propose a novel and efficient logit distillation method, Multi-perspective Contrastive Logit Distillation (MCLD), which leverages contrastive learning to distill logits from multiple perspectives in knowledge distilla…

Contrastive Learningimage-classificationImage ClassificationKnowledge Distillation

Knowledge Distillation with Refined Logits

2024-08-14 · Wujie Sun, Defang Chen, Siwei Lyu, Genlang Chen 외

Recent research on knowledge distillation has increasingly focused on logit distillation because of its simplicity, effectiveness, and versatility in model compression. In this paper, we introduce Refined Logit Distillat…

Knowledge DistillationModel Compression

Progressive Class-level Distillation

2025-05-30 · JiaYan Li, Jun Li, Zhourui Zhang, Jianhua Xu

In knowledge distillation (KD), logit distillation (LD) aims to transfer class-level knowledge from a more powerful teacher network to a small student model via accurate teacher-student alignment at the logits level. Sin…

BenchmarkingKnowledge DistillationTransfer Learning

Scale Decoupled Distillation

2024-03-20 · Shicai Wei Chunbo Luo Yang Luo

Logit knowledge distillation attracts increasing attention due to its practicality in recent studies. However, it often suffers inferior performance compared to the feature knowledge distillation. In this paper, we argue…

Knowledge Distillation

Distilling Global and Local Logits With Densely Connected Relations

2021-01-01 · ICCV 2021 10 · Youmin Kim, Jinbae Park, YounHo Jang, Muhammad Ali 외

In prevalent knowledge distillation, logits in most image recognition models are computed by global average pooling, then used to learn to encode the high-level and task-relevant knowledge. In this work, we solve the…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2