paper-with-me

Papers

Quantifying the Knowledge in GNNs for Reliable Distillation into MLPs

2023-06-09 · Lirong Wu, Haitao Lin, Yufei Huang, Stan Z. Li

To bridge the gaps between topology-aware Graph Neural Networks (GNNs) and inference-efficient Multi-Layer Perceptron (MLPs), GLNN proposes to distill knowledge from a well-trained teacher GNN into a student MLP. Despite their great progress, comparatively little work has been done to explore the reliability of different knowledge points (nodes) in GNNs, especially their roles played during distillation. In this paper, we first quantify the knowledge reliability in GNN by measuring the invariance of their information entropy to noise perturbations, from which we observe that different knowledge points (1) show different distillation speeds (temporally); (2) are differentially distributed in the graph (spatially). To achieve reliable distillation, we propose an effective approach, namely Knowledge-inspired Reliable Distillation (KRD), that models the probability of each node being an informative and reliable knowledge point, based on which we sample a set of additional reliable knowledge points as supervision for training student MLPs. Extensive experiments show that KRD improves over the vanilla MLPs by 12.62% and outperforms its corresponding teacher GNNs by 2.16% averaged over 7 datasets and 3 GNN architectures.

📄 PDF Abstract BibTeX arXiv:2306.05628

Code (2)

lirongwu/rkd 공식 구현 pytorch
rufaim/routing-by-memory pytorch

Similar Papers 제목 키워드 기반

Teaching MLPs to Master Heterogeneous Graph-Structured Knowledge for Efficient and Accurate Inference

2024-11-21 · Yunhui Liu, Xinyi Gao, Tieke He, Jianhua Zhao 외

Heterogeneous Graph Neural Networks (HGNNs) have achieved promising results in various heterogeneous graph learning tasks, owing to their superiority in capturing the intricate relationships and diverse relational semant…

Graph LearningKnowledge Distillation

Extracting Low-/High- Frequency Knowledge from Graph Neural Networks and Injecting it into MLPs: An Effective GNN-to-MLP Distillation Framework

2023-05-18 · Lirong Wu, Haitao Lin, Yufei Huang, Tianyu Fan 외

Recent years have witnessed the great success of Graph Neural Networks (GNNs) in handling graph-related tasks. However, MLPs remain the primary workhorse for practical industrial applications due to their desirable infer…

Teach Harder, Learn Poorer: Rethinking Hard Sample Distillation for GNN-to-MLP Knowledge Distillation

2024-07-20 · Lirong Wu, Yunfan Liu, Haitao Lin, Yufei Huang 외

To bridge the gaps between powerful Graph Neural Networks (GNNs) and lightweight Multi-Layer Perceptron (MLPs), GNN-to-MLP Knowledge Distillation (KD) proposes to distill knowledge from a well-trained teacher GNN into a …

Knowledge Distillation

Graph-based Knowledge Distillation: A survey and experimental evaluation

2023-02-27 · Jing Liu, Tongya Zheng, Guanzheng Zhang, Qinfen Hao

Graph, such as citation networks, social networks, and transportation networks, are prevalent in the real world. Graph Neural Networks (GNNs) have gained widespread attention for their robust expressiveness and exception…

Knowledge DistillationSelf-Knowledge DistillationSurvey

GNN's Uncertainty Quantification using Self-Distillation

2025-06-24 · Hirad Daneshvar, Reza Samavi

Graph Neural Networks (GNNs) have shown remarkable performance in the healthcare domain. However, what remained challenging is quantifying the predictive uncertainty of GNNs, which is an important aspect of trustworthine…

Knowledge DistillationUncertainty Quantification