paper-with-me

Papers

De-confounded Data-free Knowledge Distillation for Handling Distribution Shifts

2024-03-28 · CVPR 2024 1 · Yuzheng Wang, Dingkang Yang, Zhaoyu Chen, Yang Liu, Siao Liu, Wenqiang Zhang, Lihua Zhang, Lizhe Qi

Data-Free Knowledge Distillation (DFKD) is a promising task to train high-performance small models to enhance actual deployment without relying on the original training data. Existing methods commonly avoid relying on private data by utilizing synthetic or sampled data. However, a long-overlooked issue is that the severe distribution shifts between their substitution and original data, which manifests as huge differences in the quality of images and class proportions. The harmful shifts are essentially the confounder that significantly causes performance bottlenecks. To tackle the issue, this paper proposes a novel perspective with causal inference to disentangle the student models from the impact of such shifts. By designing a customized causal graph, we first reveal the causalities among the variables in the DFKD task. Subsequently, we propose a Knowledge Distillation Causal Intervention (KDCI) framework based on the backdoor adjustment to de-confound the confounder. KDCI can be flexibly combined with most existing state-of-the-art baselines. Experiments in combination with six representative DFKD methods demonstrate the effectiveness of our KDCI, which can obviously help existing methods under almost all settings, \textit{e.g.}, improving the baseline by up to 15.54\% accuracy on the CIFAR-100 dataset.

📄 PDF Abstract BibTeX arXiv:2403.19539

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceData-free Knowledge DistillationKnowledge 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.…
Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…

Similar Papers 제목 키워드 기반

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

2022-09-21 · Kien Do, Hung Le, Dung Nguyen, Dang Nguyen 외

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea…

Data-free Knowledge DistillationKnowledge Distillation

A Teacher-Free Graph Knowledge Distillation Framework with Dual Self-Distillation

2024-03-06 · Lirong Wu, Haitao Lin, Zhangyang Gao, Guojiang Zhao 외

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). Despite their great academic success, Multi-Layer Perceptrons (MLPs) remain the primary workhorse for practical…

Knowledge Distillation

Graph-Free Knowledge Distillation for Graph Neural Networks

2021-05-16 · Xiang Deng, Zhongfei Zhang

Knowledge distillation (KD) transfers knowledge from a teacher network to a student by enforcing the student to mimic the outputs of the pretrained teacher on training data. However, data samples are not always accessibl…

Knowledge DistillationTransfer Learning

Handling Data Heterogeneity in Federated Learning via Knowledge Distillation and Fusion

2022-07-23 · Xu Zhou, Xinyu Lei, Cong Yang, Yichun Shi 외

Federated learning (FL) supports distributed training of a global machine learning model across multiple devices with the help of a central server. However, data heterogeneity across different devices leads to the client…

Data-free Knowledge DistillationFairnessFederated LearningKnowledge Distillation+1

Data-free Knowledge Distillation for Segmentation using Data-Enriching GAN

2020-11-02 · Kaushal Bhogale

Distilling knowledge from huge pre-trained networks to improve the performance of tiny networks has favored deep learning models to be used in many real-time and mobile applications. Several approaches that demonstrate s…

Data-free Knowledge DistillationDiversityKnowledge DistillationSegmentation