AdaGMLP: AdaBoosting GNN-to-MLP Knowledge Distillation
Weigang Lu, Ziyu Guan, Wei Zhao, and Yaming Yang

TL;DR
AdaGMLP introduces an AdaBoosting framework for GNN-to-MLP knowledge distillation, improving robustness and performance in resource-constrained, real-world graph applications with incomplete data.
Contribution
It proposes a novel ensemble-based AdaBoosting approach with Node Alignment for effective GNN-to-MLP knowledge transfer under data limitations.
Findings
Outperforms existing G2M methods on seven benchmark datasets.
Effective in scenarios with insufficient training data.
Robust to incomplete or missing test data features.
Abstract
Graph Neural Networks (GNNs) have revolutionized graph-based machine learning, but their heavy computational demands pose challenges for latency-sensitive edge devices in practical industrial applications. In response, a new wave of methods, collectively known as GNN-to-MLP Knowledge Distillation, has emerged. They aim to transfer GNN-learned knowledge to a more efficient MLP student, which offers faster, resource-efficient inference while maintaining competitive performance compared to GNNs. However, these methods face significant challenges in situations with insufficient training data and incomplete test data, limiting their applicability in real-world applications. To address these challenges, we propose AdaGMLP, an AdaBoosting GNN-to-MLP Knowledge Distillation framework. It leverages an ensemble of diverse MLP students trained on different subsets of labeled nodes, addressing the…
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
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques · Data Mining Algorithms and Applications
MethodsKnowledge Distillation
