paper-with-me

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. Unlike previous works that focus on the accuracy of student network, here we study a little-explored but important question, i.e., knowledge distillation efficiency. Our goal is to achieve a performance comparable to conventional knowledge distillation with a lower computation cost during training. We show that the UNcertainty-aware mIXup (UNIX) can serve as a clean yet effective solution. The uncertainty sampling strategy is used to evaluate the informativeness of each training sample. Adaptive mixup is applied to uncertain samples to compact knowledge. We further show that the redundancy of conventional knowledge distillation lies in the excessive learning of easy samples. By combining uncertainty and mixup, our approach reduces the redundancy and makes better use of each query to the teacher network. We validate our approach on CIFAR100 and ImageNet. Notably, with only 79% computation cost, we outperform conventional knowledge distillation on CIFAR100 and achieve a comparable result on ImageNet.

📄 PDF Abstract BibTeX arXiv:2012.09413

Code (1)

xuguodong03/UNIXKD 공식 구현 pytorch

Tasks

InformativenessKnowledge DistillationModel CompressionTransfer 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.…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar 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 combin…

Knowledge Distillation

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

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

AuG-KD: Anchor-Based Mixup Generation for Out-of-Domain Knowledge Distillation

2024-03-11 · Zihao Tang, Zheqi Lv, Shengyu Zhang, Yifan Zhou 외

Due to privacy or patent concerns, a growing number of large models are released without granting access to their training data, making transferring their knowledge inefficient and problematic. In response, Data-Free Kno…

Data-free Knowledge DistillationKnowledge Distillation

Role of Mixup in Topological Persistence Based Knowledge Distillation for Wearable Sensor Data

2025-02-02 · Eun Som Jeon, Hongjun Choi, Matthew P. Buman, Pavan Turaga

The analysis of wearable sensor data has enabled many successes in several applications. To represent the high-sampling rate time-series with sufficient detail, the use of topological data analysis (TDA) has been conside…

Data AugmentationKnowledge DistillationModel CompressionTime Series+2