Enhancing Graph Contrastive Learning with Node Similarity
Hongliang Chi, Yao Ma

TL;DR
This paper proposes an improved graph contrastive learning method that models node similarity distributions to better select positive and negative samples, leading to more effective graph representations.
Contribution
It introduces a novel probabilistic framework for sampling in GCL, addressing limitations of data augmentation and random negative sampling.
Findings
Enhanced objective improves node representation quality
Demonstrates superior performance across multiple datasets
Effectively reduces false negatives in contrastive learning
Abstract
Graph Neural Networks (GNNs) have achieved great success in learning graph representations and thus facilitating various graph-related tasks. However, most GNN methods adopt a supervised learning setting, which is not always feasible in real-world applications due to the difficulty to obtain labeled data. Hence, graph self-supervised learning has been attracting increasing attention. Graph contrastive learning (GCL) is a representative framework for self-supervised learning. In general, GCL learns node representations by contrasting semantically similar nodes (positive samples) and dissimilar nodes (negative samples) with anchor nodes. Without access to labels, positive samples are typically generated by data augmentation, and negative samples are uniformly sampled from the entire graph, which leads to a sub-optimal objective. Specifically, data augmentation naturally limits the number…
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 · Recommender Systems and Techniques
MethodsContrastive Learning
