Graph Contrastive Learning with Generative Adversarial Network
Cheng Wu, Chaokun Wang, Jingcao Xu, Ziyang Liu, Kai Zheng, Xiaowei, Wang, Yang Song, Kun Gai

TL;DR
This paper introduces GACN, a novel framework combining graph GANs with contrastive learning to generate high-quality graph views, improving GNN performance especially under limited labels.
Contribution
GACN jointly trains a graph GAN and contrastive learning model to automatically generate graph views that enhance representation learning.
Findings
GACN outperforms twelve baseline methods on seven datasets.
Generated views conform to the preferential attachment rule.
GACN effectively captures graph characteristics for augmentation.
Abstract
Graph Neural Networks (GNNs) have demonstrated promising results on exploiting node representations for many downstream tasks through supervised end-to-end training. To deal with the widespread label scarcity issue in real-world applications, Graph Contrastive Learning (GCL) is leveraged to train GNNs with limited or even no labels by maximizing the mutual information between nodes in its augmented views generated from the original graph. However, the distribution of graphs remains unconsidered in view generation, resulting in the ignorance of unseen edges in most existing literature, which is empirically shown to be able to improve GCL's performance in our experiments. To this end, we propose to incorporate graph generative adversarial networks (GANs) to learn the distribution of views for GCL, in order to i) automatically capture the characteristic of graphs for augmentations, and ii)…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
