SamGoG: A Sampling-Based Graph-of-Graphs Framework for Imbalanced Graph Classification
Shangyou Wang, Zezhong Ding, Xike Xie

TL;DR
SamGoG introduces a sampling-based framework that constructs multiple graph-of-graphs to effectively address class and size imbalances in graph classification, improving accuracy and efficiency.
Contribution
It proposes a novel importance-based sampling method for constructing multiple GoGs, enhancing GNN performance on imbalanced graph classification tasks.
Findings
Achieves up to 15.66% accuracy improvement
Provides 6.7× faster training
Demonstrates state-of-the-art results on benchmarks
Abstract
Graph Neural Networks (GNNs) have shown remarkable success in graph classification tasks by capturing both structural and feature-based representations. However, real-world graphs often exhibit two critical forms of imbalance: class imbalance and graph size imbalance. These imbalances can bias the learning process and degrade model performance. Existing methods typically address only one type of imbalance or incur high computational costs. In this work, we propose SamGoG, a sampling-based Graph-of-Graphs (GoG) learning framework that effectively mitigates both class and graph size imbalance. SamGoG constructs multiple GoGs through an efficient importance-based sampling mechanism and trains on them sequentially. This sampling mechanism incorporates the learnable pairwise similarity and adaptive GoG node degree to enhance edge homophily, thus improving downstream model quality. SamGoG can…
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 · Data Quality and Management
