Addressing the Impact of Localized Training Data in Graph Neural Networks
Akansha A

TL;DR
This paper investigates how training GNNs on localized graph data affects their generalization and proposes a regularization method to improve performance on out-of-distribution data, demonstrating significant gains on benchmark datasets.
Contribution
The paper introduces a novel regularization technique to align training and inference distributions, enhancing GNNs' ability to generalize from localized training data.
Findings
Significant performance improvements on citation GNN benchmarks.
Effective mitigation of out-of-distribution issues in GNN training.
Enhanced model adaptation and generalization capabilities.
Abstract
Graph Neural Networks (GNNs) have achieved notable success in learning from graph-structured data, owing to their ability to capture intricate dependencies and relationships between nodes. They excel in various applications, including semi-supervised node classification, link prediction, and graph generation. However, it is important to acknowledge that the majority of state-of-the-art GNN models are built upon the assumption of an in-distribution setting, which hinders their performance on real-world graphs with dynamic structures. In this article, we aim to assess the impact of training GNNs on localized subsets of the graph. Such restricted training data may lead to a model that performs well in the specific region it was trained on but fails to generalize and make accurate predictions for the entire graph. In the context of graph-based semi-supervised learning (SSL), resource…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Data Quality and Management
