paper-with-me

홈 › Papers

Maximizing Discrimination Capability of Knowledge Distillation with Energy Function

2023-11-24 · Seonghak Kim, Gyeongdo Ham, SuIn Lee, Donggon Jang, Daeshik Kim

To apply the latest computer vision techniques that require a large computational cost in real industrial applications, knowledge distillation methods (KDs) are essential. Existing logit-based KDs apply the constant temperature scaling to all samples in dataset, limiting the utilization of knowledge inherent in each sample individually. In our approach, we classify the dataset into two categories (i.e., low energy and high energy samples) based on their energy score. Through experiments, we have confirmed that low energy samples exhibit high confidence scores, indicating certain predictions, while high energy samples yield low confidence scores, meaning uncertain predictions. To distill optimal knowledge by adjusting non-target class predictions, we apply a higher temperature to low energy samples to create smoother distributions and a lower temperature to high energy samples to achieve sharper distributions. When compared to previous logit-based and feature-based methods, our energy-based KD (Energy KD) achieves better performance on various datasets. Especially, Energy KD shows significant improvements on CIFAR-100-LT and ImageNet datasets, which contain many challenging samples. Furthermore, we propose high energy-based data augmentation (HE-DA) for further improving the performance. We demonstrate that meaningful performance improvement could be achieved by augmenting only 20-50% of dataset, suggesting that it can be employed on resource-limited devices. To the best of our knowledge, this paper represents the first attempt to make use of energy function in knowledge distillation and data augmentation, and we believe it will greatly contribute to future research.

📄 PDF Abstract BibTeX arXiv:2311.14334

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationKnowledge Distillation

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

Domain Consistency Representation Learning for Lifelong Person Re-Identification

2024-09-30 · Shiben Liu, Qiang Wang, Huijie Fan, Weihong Ren 외

Lifelong person re-identification (LReID) exhibits a contradictory relationship between intra-domain discrimination and inter-domain gaps when learning from continuous data. Intra-domain discrimination focuses on individ…

AttributeKnowledge DistillationPerson Re-IdentificationRepresentation Learning+1

Exploiting Knowledge Distillation for Few-Shot Image Generation

2021-09-29 · Xingzhong Hou, Boxiao Liu, Fang Wan, Haihang You

Few-shot image generation, which trains generative models on limited examples, is of practical importance. The existing pipeline is first pretraining a source model (which contains a generator and a discriminator) on a l…

DiversityImage GenerationKnowledge DistillationRelation

DMKD: Improving Feature-based Knowledge Distillation for Object Detection Via Dual Masking Augmentation

2023-09-06 · Guang Yang, Yin Tang, Zhijian Wu, Jun Li 외

Recent mainstream masked distillation methods function by reconstructing selectively masked areas of a student network from the feature map of its teacher counterpart. In these methods, the masked regions need to be prop…

Knowledge Distillationobject-detectionObject Detection

An Empirical Analysis of the Impact of Data Augmentation on Knowledge Distillation

2020-06-06 · Deepan Das, Haley Massa, Abhimanyu Kulkarni, Theodoros Rekatsinas

Generalization Performance of Deep Learning models trained using Empirical Risk Minimization can be improved significantly by using Data Augmentation strategies such as simple transformations, or using Mixed Samples. We …

Data AugmentationKnowledge Distillation

Tree-Like Decision Distillation

2021-06-19 · CVPR 2021 1 · Jie Song, Haofei Zhang, Xinchao Wang, Mengqi Xue 외

Knowledge distillation pursues a diminutive yet well-behaved student network by harnessing the knowledge learned by a cumbersome teacher model. Prior methods achieve this by making the student imitate shallow behavio…

Decision MakingKnowledge Distillation