Graph Contrastive Learning with Implicit Augmentations
Huidong Liang, Xingjian Du, Bilei Zhu, Zejun Ma, Ke Chen, Junbin Gao

TL;DR
This paper introduces iGCL, a novel graph contrastive learning method that uses implicit augmentations learned from a Variational Graph Auto-Encoder, avoiding manual tuning and preserving graph semantics, leading to state-of-the-art results.
Contribution
The paper proposes a new implicit augmentation technique for graph contrastive learning using latent space representations, eliminating manual augmentation design.
Findings
Achieves state-of-the-art performance on graph and node-level tasks.
Demonstrates effectiveness of implicit augmentations over explicit perturbations.
Validates modules of iGCL through ablation studies.
Abstract
Existing graph contrastive learning methods rely on augmentation techniques based on random perturbations (e.g., randomly adding or dropping edges and nodes). Nevertheless, altering certain edges or nodes can unexpectedly change the graph characteristics, and choosing the optimal perturbing ratio for each dataset requires onerous manual tuning. In this paper, we introduce Implicit Graph Contrastive Learning (iGCL), which utilizes augmentations in the latent space learned from a Variational Graph Auto-Encoder by reconstructing graph topological structure. Importantly, instead of explicitly sampling augmentations from latent distributions, we further propose an upper bound for the expected contrastive loss to improve the efficiency of our learning algorithm. Thus, graph semantics can be preserved within the augmentations in an intelligent way without arbitrary manual design or prior human…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques
MethodsImplicit Graph Contrastive Learning · Contrastive Learning
