paper-with-me

Papers

Online Adversarial Knowledge Distillation for Graph Neural Networks

2021-12-28 · Can Wang, Zhe Wang, Defang Chen, Sheng Zhou, Yan Feng, Chun Chen

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 on identical data distributions. However, its effect on Graph Neural Networks (GNNs) is less than satisfactory since the graph topology and node attributes are prone to evolve, thereby leading to the issue of distribution shift. In this paper, we tackle this challenge by simultaneously training a group of graph neural networks in an online distillation fashion, where the group knowledge plays a role as a dynamic virtual teacher and the structure changes in graph neural networks are effectively captured. To improve the distillation performance, two types of knowledge are transferred among the students to enhance each other: local knowledge reflecting information in the graph topology and node attributes, and global knowledge reflecting the prediction over classes. We transfer the global knowledge with KL-divergence as the vanilla knowledge distillation does, while exploiting the complicated structure of the local knowledge with an efficient adversarial cyclic learning framework. Extensive experiments verified the effectiveness of our proposed online adversarial distillation approach. The code is published at https://github.com/wangz3066/OnlineDistillGCN.

📄 PDF Abstract BibTeX arXiv:2112.13966

Code (1)

wangz3066/onlinedistillgcn 공식 구현 pytorch

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

AMLN: Adversarial-based Mutual Learning Network for Online Knowledge Distillation

2020-08-01 · ECCV 2020 8 · Xiaobing Zhang, Shijian Lu, Haigang Gong, Zhipeng Luo 외

Online knowledge distillation has attracted increasing interest recently, which jointly learns teacher and student models or an ensemble of student models simultaneously and collaboratively. On the other hand, existing w…

Knowledge DistillationTransfer Learning

Compressing Deep Graph Neural Networks via Adversarial Knowledge Distillation

2022-05-24 · Huarui He, Jie Wang, Zhanqiu Zhang, Feng Wu

Deep graph neural networks (GNNs) have been shown to be expressive for modeling graph-structured data. Nevertheless, the over-stacked architecture of deep graph models makes it difficult to deploy and rapidly test on mob…

Graph ClassificationKnowledge DistillationNode Classification

Feature-map-level Online Adversarial Knowledge Distillation

2020-02-05 · ICML 2020 1 · Inseop Chung, SeongUk Park, Jangho Kim, Nojun Kwak

Feature maps contain rich information about image intensity and spatial correlation. However, previous online knowledge distillation methods only utilize the class probabilities. Thus in this paper, we propose an online …

Knowledge Distillation

Data-Free Adversarial Knowledge Distillation for Graph Neural Networks

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

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

Generative Adversarial NetworkGraph ClassificationKnowledge DistillationModel Compression+1

Distill2Vec: Dynamic Graph Representation Learning with Knowledge Distillation

2020-11-11 · Stefanos Antaris, Dimitrios Rafailidis

Dynamic graph representation learning strategies are based on different neural architectures to capture the graph evolution over time. However, the underlying neural architectures require a large amount of parameters to …

Graph Representation LearningKnowledge DistillationLink PredictionRepresentation Learning