On Representation Knowledge Distillation for Graph Neural Networks
Chaitanya K. Joshi, Fayao Liu, Xu Xun, Jie Lin, Chuan-Sheng Foo

TL;DR
This paper introduces G-CRD, a contrastive learning method for distilling global topological knowledge from teacher to student GNNs, improving their performance and robustness on large-scale real-world datasets.
Contribution
It proposes G-CRD, a novel contrastive learning approach for global topology preservation in GNN knowledge distillation, outperforming existing local structure methods.
Findings
G-CRD consistently improves GNN performance across multiple datasets.
It outperforms local structure preserving methods like LSP.
G-CRD balances local and global relationship preservation.
Abstract
Knowledge distillation is a learning paradigm for boosting resource-efficient graph neural networks (GNNs) using more expressive yet cumbersome teacher models. Past work on distillation for GNNs proposed the Local Structure Preserving loss (LSP), which matches local structural relationships defined over edges across the student and teacher's node embeddings. This paper studies whether preserving the global topology of how the teacher embeds graph data can be a more effective distillation objective for GNNs, as real-world graphs often contain latent interactions and noisy edges. We propose Graph Contrastive Representation Distillation (G-CRD), which uses contrastive learning to implicitly preserve global topology by aligning the student node embeddings to those of the teacher in a shared representation space. Additionally, we introduce an expanded set of benchmarks on large-scale…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification
MethodsContrastive Learning
