Edge-free but Structure-aware: Prototype-Guided Knowledge Distillation from GNNs to MLPs
Taiqiang Wu, Zhe Zhao, Jiahao Wang, Xingyu Bai, Lei Wang, Ngai Wong, Yujiu Yang
TL;DR
This work tackles the latency gap between high-accuracy GNNs and fast MLPs by introducing Prototype-Guided Knowledge Distillation (PGKD), an edge-free method that imbues MLPs with graph structure awareness through class prototypes. By analyzing intra-class and inter-class graph edges, PGKD defines two prototype-based losses that mimic the effects of graph connectivity on GNNs, enabling structure-aware MLPs without using edge data during distillation. Across seven benchmarks and both transductive and inductive settings, PGKD consistently outperforms the edge-free GLNN baseline and often rivals or surpasses some GNN teachers, while exhibiting improved robustness to noisy node features. The results demonstrate the practical potential of edge-free, structure-aware distillation for scalable graph learning and suggest directions for extending prototype-guided approaches to other graph tasks.
Abstract
Distilling high-accuracy Graph Neural Networks (GNNs) to low-latency multilayer perceptions (MLPs) on graph tasks has become a hot research topic. However, conventional MLP learning relies almost exclusively on graph nodes and fails to effectively capture the graph structural information. Previous methods address this issue by processing graph edges into extra inputs for MLPs, but such graph structures may be unavailable for various scenarios. To this end, we propose Prototype-Guided Knowledge Distillation (PGKD), which does not require graph edges (edge-free setting) yet learns structure-aware MLPs. Our insight is to distill graph structural information from GNNs. Specifically, we first employ the class prototypes to analyze the impact of graph structures on GNN teachers, and then design two losses to distill such information from GNNs to MLPs. Experimental results on popular graph benchmarks demonstrate the effectiveness and robustness of the proposed PGKD.
