Measuring and Sampling: A Metric-guided Subgraph Learning Framework for Graph Neural Network
Jiyang Bai, Yuxiang Ren, Jiawei Zhang

TL;DR
This paper introduces MeGuide, a metric-guided subgraph learning framework for GNNs that improves effectiveness and efficiency by selectively sampling high-value information based on novel metrics.
Contribution
It proposes two new metrics, Feature Smoothness and Connection Failure Distance, to guide subgraph sampling and enhance GNN training.
Findings
MeGuide improves GNN training efficiency.
It maintains high-quality node representations.
Effective across multiple datasets.
Abstract
Graph neural network (GNN) has shown convincing performance in learning powerful node representations that preserve both node attributes and graph structural information. However, many GNNs encounter problems in effectiveness and efficiency when they are designed with a deeper network structure or handle large-sized graphs. Several sampling algorithms have been proposed for improving and accelerating the training of GNNs, yet they ignore understanding the source of GNN performance gain. The measurement of information within graph data can help the sampling algorithms to keep high-value information while removing redundant information and even noise. In this paper, we propose a Metric-Guided (MeGuide) subgraph learning framework for GNNs. MeGuide employs two novel metrics: Feature Smoothness and Connection Failure Distance to guide the subgraph sampling and mini-batch based training.…
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 · Graph Theory and Algorithms
