LGSIFeb 21, 2022

Model-Agnostic Augmentation for Accurate Graph Classification

arXiv:2202.10107v140 citations
Originality Incremental advance
AI Analysis

This work addresses the need for generalizable and reliable graph augmentation methods for tasks like analyzing web and social graphs, though it is incremental as it builds on prior augmentation strategies.

The paper tackled the problem of graph augmentation for accurate graph classification by proposing two model-agnostic methods, NodeSam and SubMix, which outperformed existing approaches in experiments on social networks and molecular graphs.

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 soft labels combining the evidence for different classes. Our experiments on social networks and molecular graphs show that NodeSam and SubMix outperform existing approaches in graph classification.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes