InfGraND: An Influence-Guided GNN-to-MLP Knowledge Distillation
Amir Eskandari, Aman Anand, Elyas Rashno, Farhana Zulkernine

TL;DR
InfGraND introduces an influence-guided knowledge distillation framework that enhances MLPs' performance on graph tasks by focusing on structurally influential nodes and pre-computing neighborhood features, improving efficiency and accuracy.
Contribution
The paper proposes a novel influence-guided graph knowledge distillation method that prioritizes structurally important nodes and incorporates multi-hop neighborhood features for improved GNN-to-MLP transfer.
Findings
Outperforms prior GNN-to-MLP KD methods on seven benchmark datasets.
Effective in both transductive and inductive settings.
Enables low-latency inference with high accuracy.
Abstract
Graph Neural Networks (GNNs) are the go-to model for graph data analysis. However, GNNs rely on two key operations - aggregation and update, which can pose challenges for low-latency inference tasks or resource-constrained scenarios. Simple Multi-Layer Perceptrons (MLPs) offer a computationally efficient alternative. Yet, training an MLP in a supervised setting often leads to suboptimal performance. Knowledge Distillation (KD) from a GNN teacher to an MLP student has emerged to bridge this gap. However, most KD methods either transfer knowledge uniformly across all nodes or rely on graph-agnostic indicators such as prediction uncertainty. We argue this overlooks a more fundamental, graph-centric inquiry: "How important is a node to the structure of the graph?" We introduce a framework, InfGraND, an Influence-guided Graph KNowledge Distillation from GNN to MLP that addresses this by…
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 · Explainable Artificial Intelligence (XAI) · Graph Theory and Algorithms
