paper-with-me

Papers

What Knowledge Gets Distilled in Knowledge Distillation?

2022-05-31 · NeurIPS 2023 11

Knowledge distillation aims to transfer useful information from a teacher network to a student network, with the primary goal of improving the student's performance for the task at hand. Over the years, there has a been a deluge of novel techniques and use cases of knowledge distillation. Yet, despite the various improvements, there seems to be a glaring gap in the community's fundamental understanding of the process. Specifically, what is the knowledge that gets distilled in knowledge distillation? In other words, in what ways does the student become similar to the teacher? Does it start to localize objects in the same way? Does it get fooled by the same adversarial samples? Does its data invariance properties become similar? Our work presents a comprehensive study to try to answer these questions. We show that existing methods can indeed indirectly distill these properties beyond improving task performance. We further study why knowledge distillation might work this way, and show that our findings have practical implications as well.

📄 PDF Abstract BibTeX arXiv:2205.16004

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Does Knowledge Distillation Matter for Large Language Model based Bundle Generation?

2025-04-24 · Kaidong Feng, Zhu Sun, Jie Yang, Hui Fang 외

LLMs are increasingly explored for bundle generation, thanks to their reasoning capabilities and knowledge. However, deploying large-scale LLMs introduces significant efficiency challenges, primarily high computational c…

In-Context LearningKnowledge DistillationLanguage ModelingLanguage Modelling+1

What is Left After Distillation? How Knowledge Transfer Impacts Fairness and Bias

2024-10-10 · Aida Mohammadshahi, Yani Ioannou

Knowledge Distillation is a commonly used Deep Neural Network (DNN) compression method, which often maintains overall generalization performance. However, we show that even for balanced image classification datasets, suc…

Age/UnbiasedFairnessGender Bias Detectionimage-classification+6

Distilled Siamese Networks for Visual Tracking

2019-07-24 · Jianbing Shen, Yuanpei Liu, Xingping Dong, Xiankai Lu 외

In recent years, Siamese network based trackers have significantly advanced the state-of-the-art in real-time tracking. Despite their success, Siamese trackers tend to suffer from high memory costs, which restrict their …

Knowledge DistillationObject TrackingVisual Tracking

LAKD-Activation Mapping Distillation Based on Local Learning

2024-08-21 · Yaoze Zhang, Yuming Zhang, Yu Zhao, Yue Zhang 외

Knowledge distillation is widely applied in various fundamental vision models to enhance the performance of compact models. Existing knowledge distillation methods focus on designing different distillation targets to acq…

Knowledge Distillation

Scaling Laws for Data-Efficient Visual Transfer Learning

2025-04-17 · Wenxuan Yang, Qingqu Wei, Chenxi Ma, Weimin Tan 외

Current scaling laws for visual AI models focus predominantly on large-scale pretraining, leaving a critical gap in understanding how performance scales for data-constrained downstream tasks. To address this limitation, …

Knowledge DistillationTransfer Learning