paper-with-me

Papers

Beyond Dark Knowledge: Mixup-Based Distillation for Reliable Predictions

2026-06-10 · José Medina, Paul Honeine, Abdelaziz Bensrhair, Amnir Hadachi arxiv

Knowledge Distillation (KD) and mixup have proven effective at inducing smoothness in class boundaries; KD captures inherent class relationships in probability distributions, and mixup enforces them through convex combinations of inputs. Their interaction, however, remains poorly understood, particularly when mixup is applied only during student training. In this setting, the teacher is queried on inputs drawn from a vicinal distribution it never saw during training, a controlled mismatch whose effect on knowledge transfer has not been characterised. We show that this mismatch causes the teacher's supervisory signal to be dominated by distributional confusion rather than inter-class structure. Despite it, the student does not merely imitate the teacher: it independently acquires greater linearity in the vicinal region, a structural property that the teacher lacks, and goes beyond dark-knowledge transfer. KD with mixup consistently improves student accuracy and reduces overconfidence by an order of magnitude relative to the baseline, across CIFAR and ImageNet with varying-capacity teachers. Crucially, calibration propagates from teacher to student independently of accuracy transfer, and temperature scaling governs a measurable accuracy-calibration trade-off that becomes more pronounced under vicinal training. These results reframe mixup distillation not as a degraded version of standard KD, but as a richer transfer channel that simultaneously shapes discriminative performance, uncertainty estimation, and representational geometry.

📄 PDF Abstract BibTeX arXiv:2606.12171

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Computation-Efficient Knowledge Distillation via Uncertainty-Aware Mixup

2020-12-17 · Guodong Xu, Ziwei Liu, Chen Change Loy

Knowledge distillation, which involves extracting the "dark knowledge" from a teacher network to guide the learning of a student network, has emerged as an essential technique for model compression and transfer learning.…

InformativenessKnowledge DistillationModel CompressionTransfer Learning

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

Understanding the Role of Mixup in Knowledge Distillation: An Empirical Study

2022-11-08 · Hongjun Choi, Eun Som Jeon, Ankita Shukla, Pavan Turaga

Mixup is a popular data augmentation technique based on creating new samples by linear interpolation between two given data samples, to improve both the generalization and robustness of the trained model. Knowledge disti…

AttributeData Augmentationimage-classificationImage Classification+3

Teach Harder, Learn Poorer: Rethinking Hard Sample Distillation for GNN-to-MLP Knowledge Distillation

2024-07-20 · Lirong Wu, Yunfan Liu, Haitao Lin, Yufei Huang 외

To bridge the gaps between powerful Graph Neural Networks (GNNs) and lightweight Multi-Layer Perceptron (MLPs), GNN-to-MLP Knowledge Distillation (KD) proposes to distill knowledge from a well-trained teacher GNN into a …

Knowledge Distillation

Why Knowledge Distillation Amplifies Gender Bias and How to Mitigate from the Perspective of DistilBERT

2022-07-01 · NAACL (GeBNLP) 2022 7 · Jaimeen Ahn, Hwaran Lee, JinHwa Kim, Alice Oh

Knowledge distillation is widely used to transfer the language understanding of a large model to a smaller model.However, after knowledge distillation, it was found that the smaller model is more biased by gender compare…

Knowledge Distillation