English

Fused Gromov-Wasserstein Graph Mixup for Graph-level Classifications

Machine Learning 2023-10-05 v2

Abstract

Graph data augmentation has shown superiority in enhancing generalizability and robustness of GNNs in graph-level classifications. However, existing methods primarily focus on the augmentation in the graph signal space and the graph structure space independently, neglecting the joint interaction between them. In this paper, we address this limitation by formulating the problem as an optimal transport problem that aims to find an optimal inter-graph node matching strategy considering the interactions between graph structures and signals. To solve this problem, we propose a novel graph mixup algorithm called FGWMixup, which seeks a midpoint of source graphs in the Fused Gromov-Wasserstein (FGW) metric space. To enhance the scalability of our method, we introduce a relaxed FGW solver that accelerates FGWMixup by improving the convergence rate from O(t1)\mathcal{O}(t^{-1}) to O(t2)\mathcal{O}(t^{-2}). Extensive experiments conducted on five datasets using both classic (MPNNs) and advanced (Graphormers) GNN backbones demonstrate that FGWMixup effectively improves the generalizability and robustness of GNNs. Codes are available at https://github.com/ArthurLeoM/FGWMixup.

Keywords

Cite

@article{arxiv.2306.15963,
  title  = {Fused Gromov-Wasserstein Graph Mixup for Graph-level Classifications},
  author = {Xinyu Ma and Xu Chu and Yasha Wang and Yang Lin and Junfeng Zhao and Liantao Ma and Wenwu Zhu},
  journal= {arXiv preprint arXiv:2306.15963},
  year   = {2023}
}

Comments

Accepted in NeurIPS 2023

R2 v1 2026-06-28T11:16:27.357Z