Subsampling Graphs with GNN Performance Guarantees
Mika Sarkin Jain, Stefanie Jegelka, Ishani Karmarkar, Luana Ruiz,, Ellen Vitercik

TL;DR
This paper introduces a novel, theoretically guaranteed subsampling method for graph datasets that reduces data size while maintaining GNN performance, applicable early in the training pipeline to save resources.
Contribution
The authors propose the first subsampling approach for graphs with rigorous performance guarantees, leveraging Tree Mover's Distance and being both model- and label-agnostic.
Findings
Outperforms existing subsampling methods on multiple datasets
Provides theoretical bounds on loss increase due to subsampling
Enables early-stage data reduction before labeling and model tuning
Abstract
How can we subsample graph data so that a graph neural network (GNN) trained on the subsample achieves performance comparable to training on the full dataset? This question is of fundamental interest, as smaller datasets reduce labeling costs, storage requirements, and computational resources needed for training. Selecting an effective subset is challenging: a poorly chosen subsample can severely degrade model performance, and empirically testing multiple subsets for quality obviates the benefits of subsampling. Therefore, it is critical that subsampling comes with guarantees on model performance. In this work, we introduce new subsampling methods for graph datasets that leverage the Tree Mover's Distance to reduce both the number of graphs and the size of individual graphs. To our knowledge, our approach is the first that is supported by rigorous theoretical guarantees: we prove that…
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
TopicsDNA and Biological Computing · Caching and Content Delivery · Cooperative Communication and Network Coding
MethodsGraph Neural Network
