paper-with-me

Papers

Pseudo Knowledge Distillation: Towards Learning Optimal Instance-specific Label Smoothing Regularization

2021-09-29 · Peng Lu, Ahmad Rashid, Ivan Kobyzev, Mehdi Rezagholizadeh, Philippe Langlais

Knowledge Distillation (KD) is an algorithm that transfers the knowledge of a trained, typically larger, neural network into another model under training. Although a complete understanding of KD is elusive, a growing body of work has shown that the success of both KD and label smoothing comes from a similar regularization effect of soft targets. In this work, we propose an instance-specific label smoothing technique, Pseudo-KD, which is efficiently learnt from the data. We devise a two-stage optimization problem that leads to a deterministic and interpretable solution for the optimal label smoothing. We show that Pseudo-KD can be equivalent to an efficient variant of self-distillation techniques, without the need to store the parameters or the output of a trained model. Finally, we conduct experiments on multiple image classification (CIFAR-10 and CIFAR-100) and natural language understanding datasets (the GLUE benchmark) across various neural network architectures and demonstrate that our method is competitive against strong baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge DistillationNatural Language Understanding

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

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

Bi-directional Weakly Supervised Knowledge Distillation for Whole Slide Image Classification

2022-10-07 · Linhao Qu, Xiaoyuan Luo, Manning Wang, Zhijian Song

Computer-aided pathology diagnosis based on the classification of Whole Slide Image (WSI) plays an important role in clinical practice, and it is often formulated as a weakly-supervised Multiple Instance Learning (MIL) p…

Classificationimage-classificationImage ClassificationKnowledge Distillation+1

CAST: Contrastive Adaptation and Distillation for Semi-Supervised Instance Segmentation

2025-05-28 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외

Instance segmentation demands costly per-pixel annotations and large models. We introduce CAST, a semi-supervised knowledge distillation (SSKD) framework that compresses pretrained vision foundation models (VFM) into com…

Domain AdaptationInstance SegmentationKnowledge DistillationPseudo Label+2

Enhancing Weakly-Supervised Histopathology Image Segmentation with Knowledge Distillation on MIL-Based Pseudo-Labels

2024-07-14 · Yinsheng He, Xingyu Li, Roger J. Zemp

Segmenting tumors in histological images is vital for cancer diagnosis. While fully supervised models excel with pixel-level annotations, creating such annotations is labor-intensive and costly. Accurate histopathology i…

Image SegmentationKnowledge DistillationModel OptimizationMultiple Instance Learning+2

Active Large Language Model-based Knowledge Distillation for Session-based Recommendation

2024-12-15 · Yingpeng Du, Zhu Sun, Ziyan Wang, Haoyan Chua 외

Large language models (LLMs) provide a promising way for accurate session-based recommendation (SBR), but they demand substantial computational time and memory. Knowledge distillation (KD)-based methods can alleviate the…

Active LearningKnowledge DistillationLanguage ModelingLanguage Modelling+2