English

Metropolis-Hastings Data Augmentation for Graph Neural Networks

Machine Learning 2022-03-29 v1

Abstract

Graph Neural Networks (GNNs) often suffer from weak-generalization due to sparsely labeled data despite their promising results on various graph-based tasks. Data augmentation is a prevalent remedy to improve the generalization ability of models in many domains. However, due to the non-Euclidean nature of data space and the dependencies between samples, designing effective augmentation on graphs is challenging. In this paper, we propose a novel framework Metropolis-Hastings Data Augmentation (MH-Aug) that draws augmented graphs from an explicit target distribution for semi-supervised learning. MH-Aug produces a sequence of augmented graphs from the target distribution enables flexible control of the strength and diversity of augmentation. Since the direct sampling from the complex target distribution is challenging, we adopt the Metropolis-Hastings algorithm to obtain the augmented samples. We also propose a simple and effective semi-supervised learning strategy with generated samples from MH-Aug. Our extensive experiments demonstrate that MH-Aug can generate a sequence of samples according to the target distribution to significantly improve the performance of GNNs.

Keywords

Cite

@article{arxiv.2203.14082,
  title  = {Metropolis-Hastings Data Augmentation for Graph Neural Networks},
  author = {Hyeonjin Park and Seunghun Lee and Sihyeon Kim and Jinyoung Park and Jisu Jeong and Kyung-Min Kim and Jung-Woo Ha and Hyunwoo J. Kim},
  journal= {arXiv preprint arXiv:2203.14082},
  year   = {2022}
}

Comments

10 pages, 5 figures

R2 v1 2026-06-24T10:26:53.355Z