paper-with-me

홈 › Papers

Distilling Calibrated Student from an Uncalibrated Teacher

2023-02-22 · Ishan Mishra, Sethu Vamsi Krishna, Deepak Mishra

Knowledge distillation is a common technique for improving the performance of a shallow student network by transferring information from a teacher network, which in general, is comparatively large and deep. These teacher networks are pre-trained and often uncalibrated, as no calibration technique is applied to the teacher model while training. Calibration of a network measures the probability of correctness for any of its predictions, which is critical in high-risk domains. In this paper, we study how to obtain a calibrated student from an uncalibrated teacher. Our approach relies on the fusion of the data-augmentation techniques, including but not limited to cutout, mixup, and CutMix, with knowledge distillation. We extend our approach beyond traditional knowledge distillation and find it suitable for Relational Knowledge Distillation and Contrastive Representation Distillation as well. The novelty of the work is that it provides a framework to distill a calibrated student from an uncalibrated teacher model without compromising the accuracy of the distilled student. We perform extensive experiments to validate our approach on various datasets, including CIFAR-10, CIFAR-100, CINIC-10 and TinyImageNet, and obtained calibrated student models. We also observe robust performance of our approach while evaluating it on corrupted CIFAR-100C data.

📄 PDF Abstract BibTeX arXiv:2302.11472

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationKnowledge Distillation

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…
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 제목 키워드 기반

Trust the uncertain teacher: distilling dark knowledge via calibrated uncertainty

2026-02-13 · Jeonghyun Kim, SooKyung Kim, Richeng Xuan, Hyunsoo Cho arxiv

The core of knowledge distillation lies in transferring the teacher's rich 'dark knowledge'-subtle probabilistic patterns that reveal how classes are related and the distribution of uncertainties. While this idea is well…

Knowledge Distillation

Pocket Foundation Models: Distilling TFMs into CPU-Ready Gradient-Boosted Trees

2026-05-18 · Aditya Tanna, Nassim Bouarour, Mohamed Bouadi, Vinay kumar Sankarapu 외 arxiv

A fraud scorer needs to answer in under 2 ms. The best tabular foundation models (TFMs) take 151-1,275 ms on GPU. We close this gap by distilling the TFM offline into an XGBoost or CatBoost student that runs natively on …

MACA: A Framework for Distilling Trustworthy LLMs into Efficient Retrievers

2026-01-01 · Satya Swaroop Gudipudi, Sahil Girhepuje, Ponnurangam Kumaraguru, Kristine Ma arxiv

Modern enterprise retrieval systems must handle short, underspecified queries such as ``foreign transaction fee refund'' and ``recent check status''. In these cases, semantic nuance and metadata matter but per-query larg…

Masking Teacher and Reinforcing Student for Distilling Vision-Language Models

2025-12-23 · Byung-Kwan Lee, Yu-Chiang Frank Wang, Ryo Hachiuma arxiv

Large-scale vision-language models (VLMs) have recently achieved remarkable multimodal understanding, but their massive size makes them impractical for deployment on mobile or edge devices. This raises the need for compa…

Reinforcement LearningOffline RL

DE-RRD: A Knowledge Distillation Framework for Recommender System

2020-12-08 · SeongKu Kang, Junyoung Hwang, Wonbin Kweon, Hwanjo Yu

Recent recommender systems have started to employ knowledge distillation, which is a model compression technique distilling knowledge from a cumbersome model (teacher) to a compact model (student), to reduce inference la…

Knowledge DistillationModel CompressionRecommendation Systems