Boosting Graph Neural Networks via Adaptive Knowledge Distillation
Abstract
Graph neural networks (GNNs) have shown remarkable performance on diverse graph mining tasks. While sharing the same message passing framework, our study shows that different GNNs learn distinct knowledge from the same graph. This implies potential performance improvement by distilling the complementary knowledge from multiple models. However, knowledge distillation (KD) transfers knowledge from high-capacity teachers to a lightweight student, which deviates from our scenario: GNNs are often shallow. To transfer knowledge effectively, we need to tackle two challenges: how to transfer knowledge from compact teachers to a student with the same capacity; and, how to exploit student GNN's own learning ability. In this paper, we propose a novel adaptive KD framework, called BGNN, which sequentially transfers knowledge from multiple GNNs into a student GNN. We also introduce an adaptive temperature module and a weight boosting module. These modules guide the student to the appropriate knowledge for effective learning. Extensive experiments have demonstrated the effectiveness of BGNN. In particular, we achieve up to 3.05% improvement for node classification and 6.35% improvement for graph classification over vanilla GNNs.
Cite
Text
Guo et al. "Boosting Graph Neural Networks via Adaptive Knowledge Distillation." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I6.25944Markdown
[Guo et al. "Boosting Graph Neural Networks via Adaptive Knowledge Distillation." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/guo2023aaai-boosting/) doi:10.1609/AAAI.V37I6.25944BibTeX
@inproceedings{guo2023aaai-boosting,
title = {{Boosting Graph Neural Networks via Adaptive Knowledge Distillation}},
author = {Guo, Zhichun and Zhang, Chunhui and Fan, Yujie and Tian, Yijun and Zhang, Chuxu and Chawla, Nitesh V.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {7793-7801},
doi = {10.1609/AAAI.V37I6.25944},
url = {https://mlanthology.org/aaai/2023/guo2023aaai-boosting/}
}