Generative and Contrastive Paradigms Are Complementary for Graph Self-Supervised Learning
Yuxiang Wang, Xiao Yan, Chuang Hu, Fangcheng Fu, Wentao Zhang, Hao, Wang, Shuo Shang, Jiawei Jiang

TL;DR
This paper introduces GCMAE, a unified framework combining generative and contrastive learning paradigms for graph self-supervised learning, leading to improved global and local graph representations.
Contribution
The paper proposes GCMAE, a novel framework that unifies MAE and CL for GSSL, capturing both local and global graph information through shared encoding and adjacency matrix reconstruction.
Findings
GCMAE outperforms 14 baselines across four graph tasks.
Maximum accuracy improvement of 3.2% over best baseline.
GCMAE effectively captures global and local graph features.
Abstract
For graph self-supervised learning (GSSL), masked autoencoder (MAE) follows the generative paradigm and learns to reconstruct masked graph edges or node features. Contrastive Learning (CL) maximizes the similarity between augmented views of the same graph and is widely used for GSSL. However, MAE and CL are considered separately in existing works for GSSL. We observe that the MAE and CL paradigms are complementary and propose the graph contrastive masked autoencoder (GCMAE) framework to unify them. Specifically, by focusing on local edges or node features, MAE cannot capture global information of the graph and is sensitive to particular edges and features. On the contrary, CL excels in extracting global information because it considers the relation between graphs. As such, we equip GCMAE with an MAE branch and a CL branch, and the two branches share a common encoder, which allows the…
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
TopicsAdvanced Graph Neural Networks · Bioinformatics and Genomic Networks
MethodsMasked autoencoder · Contrastive Learning
