Graph Contrastive Learning Automated
Yuning You, Tianlong Chen, Yang Shen, Zhangyang Wang

TL;DR
This paper introduces JOAO, a unified bi-level optimization framework that automatically selects data augmentations for graph contrastive learning, improving robustness and reducing manual tuning.
Contribution
The paper proposes JOAO, an automated, adaptive augmentation selection method for GraphCL, enhancing general applicability without dataset-specific manual tuning.
Findings
JOAO matches or exceeds state-of-the-art performance on various graph datasets.
JOAO automates augmentation selection, eliminating manual tuning.
The augmentation-aware projection head improves feature routing based on augmentations.
Abstract
Self-supervised learning on graph-structured data has drawn recent interest for learning generalizable, transferable and robust representations from unlabeled graphs. Among many, graph contrastive learning (GraphCL) has emerged with promising representation learning performance. Unfortunately, unlike its counterpart on image data, the effectiveness of GraphCL hinges on ad-hoc data augmentations, which have to be manually picked per dataset, by either rules of thumb or trial-and-errors, owing to the diverse nature of graph data. That significantly limits the more general applicability of GraphCL. Aiming to fill in this crucial gap, this paper proposes a unified bi-level optimization framework to automatically, adaptively and dynamically select data augmentations when performing GraphCL on specific graph data. The general framework, dubbed JOint Augmentation Optimization (JOAO), is…
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
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGraph contrastive learning with augmentations · Contrastive Learning
