paper-with-me

Papers

Understanding and Improving Knowledge Distillation

2020-02-10 · Jiaxi Tang, Rakesh Shivanna, Zhe Zhao, Dong Lin, Anima Singh, Ed H. Chi, Sagar Jain

Knowledge Distillation (KD) is a model-agnostic technique to improve model quality while having a fixed capacity budget. It is a commonly used technique for model compression, where a larger capacity teacher model with better quality is used to train a more compact student model with better inference efficiency. Through distillation, one hopes to benefit from student's compactness, without sacrificing too much on model quality. Despite the large success of knowledge distillation, better understanding of how it benefits student model's training dynamics remains under-explored. In this paper, we categorize teacher's knowledge into three hierarchical levels and study its effects on knowledge distillation: (1) knowledge of the `universe', where KD brings a regularization effect through label smoothing; (2) domain knowledge, where teacher injects class relationships prior to student's logit layer geometry; and (3) instance specific knowledge, where teacher rescales student model's per-instance gradients based on its measurement on the event difficulty. Using systematic analyses and extensive empirical studies on both synthetic and real-world datasets, we confirm that the aforementioned three factors play a major role in knowledge distillation. Furthermore, based on our findings, we diagnose some of the failure cases of applying KD from recent studies.

📄 PDF Abstract BibTeX arXiv:2002.03532

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

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

UNDO: Understanding Distillation as Optimization

2025-04-03 · Kushal Jain, Piyushi Goyal, Kumar Shridhar

Knowledge distillation has emerged as an effective strategy for compressing large language models' (LLMs) knowledge into smaller, more efficient student models. However, standard one-shot distillation methods often produ…

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

Open Vocabulary 3D Scene Understanding via Geometry Guided Self-Distillation

2024-07-18 · Pengfei Wang, Yuxi Wang, Shuai Li, Zhaoxiang Zhang 외

The scarcity of large-scale 3D-text paired data poses a great challenge on open vocabulary 3D scene understanding, and hence it is popular to leverage internet-scale 2D data and transfer their open vocabulary capabilitie…

Knowledge DistillationRepresentation LearningScene Understanding

Non-target Divergence Hypothesis: Toward Understanding Domain Gaps in Cross-Modal Knowledge Distillation

2024-09-04 · Yilong Chen, Zongyi Xu, Xiaoshui Huang, Shanshan Zhao 외

Compared to single-modal knowledge distillation, cross-modal knowledge distillation faces more severe challenges due to domain gaps between modalities. Although various methods have proposed various solutions to overcome…

Knowledge Distillation