paper-with-me

Papers

PrUE: Distilling Knowledge from Sparse Teacher Networks

2022-07-03 · Shaopu Wang, Xiaojun Chen, Mengzhen Kou, Jinqiao Shi

Although deep neural networks have enjoyed remarkable success across a wide variety of tasks, their ever-increasing size also imposes significant overhead on deployment. To compress these models, knowledge distillation was proposed to transfer knowledge from a cumbersome (teacher) network into a lightweight (student) network. However, guidance from a teacher does not always improve the generalization of students, especially when the size gap between student and teacher is large. Previous works argued that it was due to the high certainty of the teacher, resulting in harder labels that were difficult to fit. To soften these labels, we present a pruning method termed Prediction Uncertainty Enlargement (PrUE) to simplify the teacher. Specifically, our method aims to decrease the teacher's certainty about data, thereby generating soft predictions for students. We empirically investigate the effectiveness of the proposed method with experiments on CIFAR-10/100, Tiny-ImageNet, and ImageNet. Results indicate that student networks trained with sparse teachers achieve better performance. Besides, our method allows researchers to distill knowledge from deeper networks to improve students further. Our code is made public at: \url{https://github.com/wangshaopu/prue}.

📄 PDF Abstract BibTeX arXiv:2207.00586

Code (1)

wangshaopu/prue 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
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 제목 키워드 기반

Sparse Teachers Can Be Dense with Knowledge

2022-10-08 · Yi Yang, Chen Zhang, Dawei Song

Recent advances in distilling pretrained language models have discovered that, besides the expressiveness of knowledge, the student-friendliness should be taken into consideration to realize a truly knowledgable teacher.…

PromptKD: Distilling Student-Friendly Knowledge for Generative Language Models via Prompt Tuning

2024-02-20 · Gyeongman Kim, Doohyuk Jang, Eunho Yang

Recent advancements in large language models (LLMs) have raised concerns about inference costs, increasing the need for research into model compression. While knowledge distillation (KD) is a prominent method for this, r…

Instruction FollowingKnowledge DistillationModel Compression

Knowledge Representing: Efficient, Sparse Representation of Prior Knowledge for Knowledge Distillation

2019-11-13 · Junjie Liu, Dongchao Wen, Hongxing Gao, Wei Tao 외

Despite the recent works on knowledge distillation (KD) have achieved a further improvement through elaborately modeling the decision boundary as the posterior knowledge, their performance is still dependent on the hypot…

Image ClassificationKnowledge Distillation

Geometric Knowledge Distillation: Topology Compression for Graph Neural Networks

2022-10-24 · Chenxiao Yang, Qitian Wu, Junchi Yan

We study a new paradigm of knowledge transfer that aims at encoding graph topological information into graph neural networks (GNNs) by distilling knowledge from a teacher GNN model trained on a complete graph to a studen…

Knowledge DistillationTransfer Learning

Collective Relevance Labeling for Passage Retrieval

2022-05-06 · NAACL 2022 7 · Jihyuk Kim, Minsoo Kim, Seung-won Hwang

Deep learning for Information Retrieval (IR) requires a large amount of high-quality query-document relevance labels, but such labels are inherently sparse. Label smoothing redistributes some observed probability mass ov…

Information RetrievalKnowledge DistillationPassage RetrievalRetrieval