Distilling Knowledge from Graph Convolutional Networks
Yiding Yang, Jiayan Qiu, Mingli Song, Dacheng Tao, Xinchao Wang

TL;DR
This paper introduces the first dedicated method for distilling knowledge from graph convolutional networks (GCNs), focusing on preserving local topological structures to create compact, high-performance student models.
Contribution
It proposes a topology-aware knowledge distillation approach for GCNs that explicitly preserves local structure and extends to dynamic graphs, achieving state-of-the-art results.
Findings
Achieves state-of-the-art distillation performance for GCNs
Effectively preserves local topological structures during distillation
Extends to dynamic graph models with differing input graphs
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Distilling Knowledge From Graph Convolutional Networks· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Graph Neural Networks · Medical Image Segmentation Techniques
MethodsKnowledge Distillation · Graph Convolutional Networks · Graph Convolutional Network
