paper-with-me

Papers

Explaining Knowledge Distillation by Quantifying the Knowledge

2020-03-07 · CVPR 2020 6 · Xu Cheng, Zhefan Rao, Yilan Chen, Quanshi Zhang

This paper presents a method to interpret the success of knowledge distillation by quantifying and analyzing task-relevant and task-irrelevant visual concepts that are encoded in intermediate layers of a deep neural network (DNN). More specifically, three hypotheses are proposed as follows. 1. Knowledge distillation makes the DNN learn more visual concepts than learning from raw data. 2. Knowledge distillation ensures that the DNN is prone to learning various visual concepts simultaneously. Whereas, in the scenario of learning from raw data, the DNN learns visual concepts sequentially. 3. Knowledge distillation yields more stable optimization directions than learning from raw data. Accordingly, we design three types of mathematical metrics to evaluate feature representations of the DNN. In experiments, we diagnosed various DNNs, and above hypotheses were verified.

📄 PDF Abstract BibTeX arXiv:2003.03622

Code (0)

등록된 구현이 없습니다.

Tasks

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

Improving Knowledge Distillation with Teacher's Explanation

2023-10-04 · Sayantan Chowdhury, Ben Liang, Ali Tizghadam, Ilijc Albanese

Knowledge distillation (KD) improves the performance of a low-complexity student model with the help of a more powerful teacher. The teacher in KD is a black-box model, imparting knowledge to the student only through its…

Knowledge Distillation

Quantifying the Knowledge in a DNN to Explain Knowledge Distillation for Classification

2022-08-18 · Quanshi Zhang, Xu Cheng, Yilan Chen, Zhefan Rao

Compared to traditional learning from scratch, knowledge distillation sometimes makes the DNN achieve superior performance. This paper provides a new perspective to explain the success of knowledge distillation, i.e., qu…

3D Point Cloud ClassificationClassificationimage-classificationImage Classification+5

Quantifying the Knowledge in GNNs for Reliable Distillation into MLPs

2023-06-09 · Lirong Wu, Haitao Lin, Yufei Huang, Stan Z. Li

To bridge the gaps between topology-aware Graph Neural Networks (GNNs) and inference-efficient Multi-Layer Perceptron (MLPs), GLNN proposes to distill knowledge from a well-trained teacher GNN into a student MLP. Despite…

TX-Ray: Quantifying and Explaining Model-Knowledge Transfer in (Un-)Supervised NLP

2019-12-02 · Nils Rethmeier, Vageesh Kumar Saxena, Isabelle Augenstein

While state-of-the-art NLP explainability (XAI) methods focus on explaining per-sample decisions in supervised end or probing tasks, this is insufficient to explain and quantify model knowledge transfer during (un-)super…

Explainable Artificial Intelligence (XAI)Model CompressionTransfer Learning

Quantifying Knowledge Distillation Using Partial Information Decomposition

2024-11-12 · Pasan Dissanayake, Faisal Hamman, Barproda Halder, Ilia Sucholutsky 외

Knowledge distillation deploys complex machine learning models in resource-constrained environments by training a smaller student model to emulate internal representations of a complex teacher model. However, the teacher…

Knowledge DistillationTransfer Learning