paper-with-me

Papers

Distilling Knowledge from Graph Convolutional Networks

2020-03-23 · CVPR 2020 6 · Yiding Yang, Jiayan Qiu, Mingli Song, DaCheng Tao, Xinchao Wang

Existing knowledge distillation methods focus on convolutional neural networks (CNNs), where the input samples like images lie in a grid domain, and have largely overlooked graph convolutional networks (GCN) that handle non-grid data. In this paper, we propose to our best knowledge the first dedicated approach to distilling knowledge from a pre-trained GCN model. To enable the knowledge transfer from the teacher GCN to the student, we propose a local structure preserving module that explicitly accounts for the topological semantics of the teacher. In this module, the local structure information from both the teacher and the student are extracted as distributions, and hence minimizing the distance between these distributions enables topology-aware knowledge transfer from the teacher, yielding a compact yet high-performance student model. Moreover, the proposed approach is readily extendable to dynamic graph models, where the input graphs for the teacher and the student may differ. We evaluate the proposed method on two different datasets using GCN models of different architectures, and demonstrate that our method achieves the state-of-the-art knowledge distillation performance for GCN models. Code is publicly available at https://github.com/ihollywhy/DistillGCN.PyTorch.

📄 PDF Abstract BibTeX arXiv:2003.10477

Code (1)

ihollywhy/DistillGCN.PyTorch 공식 구현 pytorch

Tasks

Knowledge DistillationTransfer 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.…
Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph-based Knowledge Distillation by Multi-head Attention Network

2019-07-04 · Seunghyun Lee, Byung Cheol Song

Knowledge distillation (KD) is a technique to derive optimal performance from a small student network (SN) by distilling knowledge of a large teacher network (TN) and transferring the distilled knowledge to the small SN.…

Inductive BiasKnowledge DistillationMulti-Task LearningTransfer Learning

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

Distilling Holistic Knowledge with Graph Neural Networks

2021-08-12 · ICCV 2021 10 · Sheng Zhou, Yucheng Wang, Defang Chen, Jiawei Chen 외

Knowledge Distillation (KD) aims at transferring knowledge from a larger well-optimized teacher network to a smaller learnable student network.Existing KD methods have mainly considered two types of knowledge, namely the…

Knowledge Distillation

HIRE: Distilling High-order Relational Knowledge From Heterogeneous Graph Neural Networks

2022-07-25 · Jing Liu, Tongya Zheng, Qinfen Hao

Researchers have recently proposed plenty of heterogeneous graph neural networks (HGNNs) due to the ubiquity of heterogeneous graphs in both academic and industrial areas. Instead of pursuing a more powerful HGNN model, …

Knowledge DistillationVocal Bursts Intensity Prediction

HDKD: Hybrid Data-Efficient Knowledge Distillation Network for Medical Image Classification

2024-07-10 · Omar S. EL-Assiouti, Ghada Hamed, Dina Khattab, Hala M. Ebied

Vision Transformers (ViTs) have achieved significant advancement in computer vision tasks due to their powerful modeling capacity. However, their performance notably degrades when trained with insufficient data due to la…

Computational Efficiencyimage-classificationImage ClassificationKnowledge Distillation+1