paper-with-me

홈 › Papers

On the Impact of Knowledge Distillation for Model Interpretability

2023-05-25 · Hyeongrok Han, Siwon Kim, Hyun-Soo Choi, Sungroh Yoon

Several recent studies have elucidated why knowledge distillation (KD) improves model performance. However, few have researched the other advantages of KD in addition to its improving model performance. In this study, we have attempted to show that KD enhances the interpretability as well as the accuracy of models. We measured the number of concept detectors identified in network dissection for a quantitative comparison of model interpretability. We attributed the improvement in interpretability to the class-similarity information transferred from the teacher to student models. First, we confirmed the transfer of class-similarity information from the teacher to student model via logit distillation. Then, we analyzed how class-similarity information affects model interpretability in terms of its presence or absence and degree of similarity information. We conducted various quantitative and qualitative experiments and examined the results on different datasets, different KD methods, and according to different measures of interpretability. Our research showed that KD models by large models could be used more reliably in various fields.

📄 PDF Abstract BibTeX arXiv:2305.15734

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Network Dissection Network Dissection is an interpretability method for CNNs that evaluates the alignment between…
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 제목 키워드 기반

Class Attention Transfer Based Knowledge Distillation

2023-04-25 · CVPR 2023 1 · Ziyao Guo, Haonan Yan, Hui Li, Xiaodong Lin

Previous knowledge distillation methods have shown their impressive performance on model compression tasks, however, it is hard to explain how the knowledge they transferred helps to improve the performance of the studen…

Knowledge DistillationModel Compression

Knowledge Distillation with Adapted Weight

2025-01-06 · Sirong Wu, Xi Luo, Junjie Liu, Yuhui Deng

Although large models have shown a strong capacity to solve large-scale problems in many areas including natural language and computer vision, their voluminous parameters are hard to deploy in a real-time system due to c…

4kFairnessKnowledge Distillation

Rectified Decision Trees: Towards Interpretability, Compression and Empirical Soundness

2019-03-14 · Jiawang Bai, Yiming Li, Jiawei Li, Yong Jiang 외

How to obtain a model with good interpretability and performance has always been an important research topic. In this paper, we propose rectified decision trees (ReDT), a knowledge distillation based decision trees recti…

Knowledge Distillation

KGEx: Explaining Knowledge Graph Embeddings via Subgraph Sampling and Knowledge Distillation

2023-10-02 · Vasileios Baltatzis, Luca Costabello

Despite being the go-to choice for link prediction on knowledge graphs, research on interpretability of knowledge graph embeddings (KGE) has been relatively unexplored. We present KGEx, a novel post-hoc method that expla…

Knowledge DistillationKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

A Functional Perspective on Knowledge Distillation in Neural Networks

2025-10-14 · Israel Mason-Williams, Gabryel Mason-Williams, Helen Yannakoudakis arxiv

Knowledge distillation is considered a compression mechanism when judged on the resulting student's accuracy and loss, yet its functional impact is poorly understood. We quantify the compression capacity of knowledge dis…

Knowledge Distillation