paper-with-me

Papers

Quantifying Knowledge Distillation Using Partial Information Decomposition

2024-11-12 · Pasan Dissanayake, Faisal Hamman, Barproda Halder, Ilia Sucholutsky, Qiuyi Zhang, Sanghamitra Dutta

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's representations can also encode nuisance or additional information not relevant to the downstream task. Distilling such irrelevant information can actually impede the performance of a capacity-limited student model. This observation motivates our primary question: What are the information-theoretic limits of knowledge distillation? To this end, we leverage Partial Information Decomposition to quantify and explain the transferred knowledge and knowledge left to distill for a downstream task. We theoretically demonstrate that the task-relevant transferred knowledge is succinctly captured by the measure of redundant information about the task between the teacher and student. We propose a novel multi-level optimization to incorporate redundant information as a regularizer, leading to our framework of Redundant Information Distillation (RID). RID leads to more resilient and effective distillation under nuisance teachers as it succinctly quantifies task-relevant knowledge rather than simply aligning student and teacher representations.

📄 PDF Abstract BibTeX arXiv:2411.07483

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Similar Papers 제목 키워드 기반

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

Partial to Whole Knowledge Distillation: Progressive Distilling Decomposed Knowledge Boosts Student Better

2021-09-26 · Xuanyang Zhang, Xiangyu Zhang, Jian Sun

Knowledge distillation field delicately designs various types of knowledge to shrink the performance gap between compact student and large-scale teacher. These existing distillation approaches simply focus on the improve…

Knowledge Distillation

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 netw…

Knowledge Distillation

Efficient Verified Machine Unlearning For Distillation

2025-03-28 · Yijun Quan, Zushu Li, Giovanni Montana

Growing data privacy demands, driven by regulations like GDPR and CCPA, require machine unlearning methods capable of swiftly removing the influence of specific training points. Although verified approaches like SISA, us…

Knowledge DistillationMachine Unlearning

Quantifying Document Impact in RAG-LLMs

2025-10-27 · Armin Gerami, Kazem Faghih, Ramani Duraiswami arxiv

Retrieval Augmented Generation (RAG) enhances Large Language Models (LLMs) by connecting them to external knowledge, improving accuracy and reducing outdated information. However, this introduces challenges such as factu…