arXiv Analytics

Sign in

arXiv:2202.07179 [cs.LG]AbstractReferencesReviewsResources

G-Mixup: Graph Data Augmentation for Graph Classification

Xiaotian Han, Zhimeng Jiang, Ninghao Liu, Xia Hu

Published 2022-02-15Version 1

This work develops \emph{mixup for graph data}. Mixup has shown superiority in improving the generalization and robustness of neural networks by interpolating features and labels between two random samples. Traditionally, Mixup can work on regular, grid-like, and Euclidean data such as image or tabular data. However, it is challenging to directly adopt Mixup to augment graph data because different graphs typically: 1) have different numbers of nodes; 2) are not readily aligned; and 3) have unique typologies in non-Euclidean space. To this end, we propose $\mathcal{G}$-Mixup to augment graphs for graph classification by interpolating the generator (i.e., graphon) of different classes of graphs. Specifically, we first use graphs within the same class to estimate a graphon. Then, instead of directly manipulating graphs, we interpolate graphons of different classes in the Euclidean space to get mixed graphons, where the synthetic graphs are generated through sampling based on the mixed graphons. Extensive experiments show that $\mathcal{G}$-Mixup substantially improves the generalization and robustness of GNNs.

Related articles: Most relevant | Search more
arXiv:2404.08376 [cs.LG] (Published 2024-04-12)
Graph data augmentation with Gromow-Wasserstein Barycenters
arXiv:2307.14849 [cs.LG] (Published 2023-07-27)
Counterfactual Explanations for Graph Classification Through the Lenses of Density
arXiv:2308.16609 [cs.LG] (Published 2023-08-31)
Towards Long-Tailed Recognition for Graph Classification via Collaborative Experts