Model-Agnostic Augmentation for Accurate Graph Classification
Jaemin Yoo, Sooyeon Shim, and U Kang

TL;DR
This paper introduces two novel, model-agnostic graph augmentation methods, NodeSam and SubMix, which improve graph classification accuracy by satisfying key properties for effective augmentation.
Contribution
The paper proposes NodeSam and SubMix, two new graph augmentation techniques that are model-agnostic and satisfy five key properties for effective augmentation.
Findings
NodeSam and SubMix outperform existing methods in graph classification tasks.
Both methods generalize well across social and molecular graph datasets.
The approaches maintain semantic integrity while enhancing model performance.
Abstract
Given a graph dataset, how can we augment it for accurate graph classification? Graph augmentation is an essential strategy to improve the performance of graph-based tasks, and has been widely utilized for analyzing web and social graphs. However, previous works for graph augmentation either a) involve the target model in the process of augmentation, losing the generalizability to other tasks, or b) rely on simple heuristics that lead to unreliable results. In this work, we introduce five desired properties for effective augmentation. Then, we propose NodeSam (Node Split and Merge) and SubMix (Subgraph Mix), two model-agnostic approaches for graph augmentation that satisfy all desired properties with different motivations. NodeSam makes a balanced change of the graph structure to minimize the risk of semantic change, while SubMix mixes random subgraphs of multiple graphs to create rich…
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 · Data Quality and Management · Text and Document Classification Technologies
