TL;DR
This paper introduces an adaptive augmentation strategy for graph contrastive learning that preserves important structures and attributes, leading to improved node classification performance over existing methods.
Contribution
It proposes a novel adaptive augmentation scheme based on topological and semantic priors, enhancing graph contrastive learning effectiveness.
Findings
Outperforms state-of-the-art graph CL methods on multiple datasets.
Achieves comparable or better results than some supervised models.
Demonstrates the importance of structure-aware augmentation in graph learning.
Abstract
Recently, contrastive learning (CL) has emerged as a successful method for unsupervised graph representation learning. Most graph CL methods first perform stochastic augmentation on the input graph to obtain two graph views and maximize the agreement of representations in the two views. Despite the prosperous development of graph CL methods, the design of graph augmentation schemes -- a crucial component in CL -- remains rarely explored. We argue that the data augmentation schemes should preserve intrinsic structures and attributes of graphs, which will force the model to learn representations that are insensitive to perturbation on unimportant nodes and edges. However, most existing methods adopt uniform data augmentation schemes, like uniformly dropping edges and uniformly shuffling features, leading to suboptimal performance. In this paper, we propose a novel graph contrastive…
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
MethodsGraph Contrastive learning with Adaptive augmentation · Contrastive Learning
