paper-with-me

Papers

Data-Free Adversarial Knowledge Distillation for Graph Neural Networks

2022-05-08 · Yuanxin Zhuang, Lingjuan Lyu, Chuan Shi, Carl Yang, Lichao Sun

Graph neural networks (GNNs) have been widely used in modeling graph structured data, owing to its impressive performance in a wide range of practical applications. Recently, knowledge distillation (KD) for GNNs has enabled remarkable progress in graph model compression and knowledge transfer. However, most of the existing KD methods require a large volume of real data, which are not readily available in practice, and may preclude their applicability in scenarios where the teacher model is trained on rare or hard to acquire datasets. To address this problem, we propose the first end-to-end framework for data-free adversarial knowledge distillation on graph structured data (DFAD-GNN). To be specific, our DFAD-GNN employs a generative adversarial network, which mainly consists of three components: a pre-trained teacher model and a student model are regarded as two discriminators, and a generator is utilized for deriving training graphs to distill knowledge from the teacher model into the student model. Extensive experiments on various benchmark models and six representative datasets demonstrate that our DFAD-GNN significantly surpasses state-of-the-art data-free baselines in the graph classification task.

📄 PDF Abstract BibTeX arXiv:2205.03811

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkGraph ClassificationKnowledge DistillationModel CompressionTransfer Learning

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

Adversarial Curriculum Graph-Free Knowledge Distillation for Graph Neural Networks

2025-04-01 · Yuang Jia, Xiaojuan Shan, Jun Xia, Guancheng Wan 외

Data-free Knowledge Distillation (DFKD) is a method that constructs pseudo-samples using a generator without real data, and transfers knowledge from a teacher model to a student by enforcing the student to overcome dimen…

Data-free Knowledge DistillationKnowledge Distillation

Enhancing Data-Free Adversarial Distillation with Activation Regularization and Virtual Interpolation

2021-02-23 · Xiaoyang Qu, Jianzong Wang, Jing Xiao

Knowledge distillation refers to a technique of transferring the knowledge from a large learned model or an ensemble of learned models to a small model. This method relies on access to the original training set, which mi…

Knowledge Distillation

Adversarial Self-Supervised Data-Free Distillation for Text Classification

2020-10-10 · EMNLP 2020 11 · Xinyin Ma, Yongliang Shen, Gongfan Fang, Chen Chen 외

Large pre-trained transformer-based language models have achieved impressive results on a wide range of NLP tasks. In the past few years, Knowledge Distillation(KD) has become a popular paradigm to compress a computation…

ClassificationGeneral ClassificationKnowledge Distillationtext-classification+2

Online Adversarial Knowledge Distillation for Graph Neural Networks

2021-12-28 · Can Wang, Zhe Wang, Defang Chen, Sheng Zhou 외

Knowledge distillation, a technique recently gaining popularity for enhancing model generalization in Convolutional Neural Networks (CNNs), operates under the assumption that both teacher and student models are trained o…

Knowledge Distillation

FedDTG:Federated Data-Free Knowledge Distillation via Three-Player Generative Adversarial Networks

2022-01-10 · Lingzhi Gao, Zhenyuan Zhang, Chao Wu

While existing federated learning approaches primarily focus on aggregating local models to construct a global model, in realistic settings, some clients may be reluctant to share their private models due to the inclusio…

Data-free Knowledge DistillationFederated LearningGenerative Adversarial NetworkKnowledge Distillation