paper-with-me

홈 › Papers

Adaptive Explicit Knowledge Transfer for Knowledge Distillation

2024-09-03 · Hyungkeun Park, Jong-Seok Lee

Logit-based knowledge distillation (KD) for classification is cost-efficient compared to feature-based KD but often subject to inferior performance. Recently, it was shown that the performance of logit-based KD can be improved by effectively delivering the probability distribution for the non-target classes from the teacher model, which is known as `implicit (dark) knowledge', to the student model. Through gradient analysis, we first show that this actually has an effect of adaptively controlling the learning of implicit knowledge. Then, we propose a new loss that enables the student to learn explicit knowledge (i.e., the teacher's confidence about the target class) along with implicit knowledge in an adaptive manner. Furthermore, we propose to separate the classification and distillation tasks for effective distillation and inter-class relationship modeling. Experimental results demonstrate that the proposed method, called adaptive explicit knowledge transfer (AEKT) method, achieves improved performance compared to the state-of-the-art KD methods on the CIFAR-100 and ImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2409.01679

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

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

DAIT: Distillation from Vision-Language Models to Lightweight Classifiers with Adaptive Intermediate Teacher Transfer

2026-03-16 · Zhengxu He, Jun Li, Zhijian Wu arxiv

Large-scale Vision-Language Models (VLMs) encode rich multimodal semantics that are highly beneficial for fine-grained visual categorization (FGVC). However, their prohibitive computational cost hinders practical deploym…

Knowledge Distillation

Switch-KD: Visual-Switch Knowledge Distillation for Vision-Language Models

2026-04-16 · Haoyi Sun, Xiaoxiao Wang, Ning Mao, Qian Wang 외 arxiv

Vision-Language Models (VLMs) have shown remarkable capabilities in joint vision-language understanding, but their large scale poses significant challenges for deployment in resource-constrained scenarios. Knowledge Dist…

Knowledge Distillation

Knowledge distillation via adaptive instance normalization

2020-03-09 · Jing Yang, Brais Martinez, Adrian Bulat, Georgios Tzimiropoulos

This paper addresses the problem of model compression via knowledge distillation. To this end, we propose a new knowledge distillation method based on transferring feature statistics, specifically the channel-wise mean a…

Knowledge DistillationModel Compression

AdaKD: Dynamic Knowledge Distillation of ASR models using Adaptive Loss Weighting

2024-05-11 · Shreyan Ganguly, Roshan Nayak, Rakshith Rao, Ujan Deb 외

Knowledge distillation, a widely used model compression technique, works on the basis of transferring knowledge from a cumbersome teacher model to a lightweight student model. The technique involves jointly optimizing th…

Knowledge DistillationModel Compression

Object-Aware Distillation Pyramid for Open-Vocabulary Object Detection

2023-03-10 · CVPR 2023 1 · Luting Wang, Yi Liu, Penghui Du, Zihan Ding 외

Open-vocabulary object detection aims to provide object detectors trained on a fixed set of object categories with the generalizability to detect objects described by arbitrary text queries. Previous methods adopt knowle…

ObjectOpen-vocabulary object detectionOpen Vocabulary Object Detection