TL;DR
GeoMix introduces a geometry-aware data augmentation technique for graph neural networks, enhancing node classification by generating synthetic nodes through in-place graph editing and local geometry interpolation, leading to improved performance and generalization.
Contribution
It proposes GeoMix, a novel, interpretable Mixup method leveraging graph geometry for effective synthetic node generation in graph learning tasks.
Findings
Achieves state-of-the-art results on standard datasets with limited labels.
Significantly improves GNN generalization in out-of-distribution tasks.
Demonstrates the effectiveness of geometry-based augmentation in graph learning.
Abstract
Mixup has shown considerable success in mitigating the challenges posed by limited labeled data in image classification. By synthesizing samples through the interpolation of features and labels, Mixup effectively addresses the issue of data scarcity. However, it has rarely been explored in graph learning tasks due to the irregularity and connectivity of graph data. Specifically, in node classification tasks, Mixup presents a challenge in creating connections for synthetic data. In this paper, we propose Geometric Mixup (GeoMix), a simple and interpretable Mixup approach leveraging in-place graph editing. It effectively utilizes geometry information to interpolate features and labels with those from the nearby neighborhood, generating synthetic nodes and establishing connections for them. We conduct theoretical analysis to elucidate the rationale behind employing geometry information for…
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
MethodsMixup
