Shared Growth of Graph Neural Networks via Prompted Free-direction Knowledge Distillation
Kaituo Feng, Yikun Miao, Changsheng Li, Ye Yuan, Guoren Wang

TL;DR
This paper introduces FreeKD, a novel reinforcement learning-based framework for graph neural network knowledge distillation that eliminates the need for a deep teacher model by enabling dynamic, free-direction knowledge exchange between multiple shallow GNNs.
Contribution
Proposes the first free-direction knowledge distillation framework for GNNs using reinforcement learning, with strategies for dynamic knowledge transfer and diverse graph augmentation.
Findings
Outperforms baseline GNNs on five benchmark datasets.
Achieves comparable or better results than traditional KD from deep teachers.
Demonstrates effectiveness of free-direction knowledge transfer among multiple GNNs.
Abstract
Knowledge distillation (KD) has shown to be effective to boost the performance of graph neural networks (GNNs), where the typical objective is to distill knowledge from a deeper teacher GNN into a shallower student GNN. However, it is often quite challenging to train a satisfactory deeper GNN due to the well-known over-parametrized and over-smoothing issues, leading to invalid knowledge transfer in practical applications. In this paper, we propose the first Free-direction Knowledge Distillation framework via reinforcement learning for GNNs, called FreeKD, which is no longer required to provide a deeper well-optimized teacher GNN. Our core idea is to collaboratively learn two shallower GNNs to exchange knowledge between them. As we observe that one typical GNN model often exhibits better and worse performances at different nodes during training, we devise a dynamic and free-direction…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM · Advanced Neural Network Applications
MethodsKnowledge Distillation · Balanced Selection
