TL;DR
This paper introduces a negative-free self-supervised learning method for graphs that promotes uniform node representations by matching their distribution to an isotropic Gaussian, reducing computational costs and avoiding negative sampling.
Contribution
It proposes a novel negative-free objective for graph contrastive learning that eliminates the need for negative samples and additional components, simplifying training.
Findings
Achieves competitive performance on seven graph benchmarks.
Reduces training time and memory usage compared to existing methods.
Maintains effective node representation quality without negative sampling.
Abstract
Graph Contrastive Learning (GCL) has recently emerged as a promising graph self-supervised learning framework for learning discriminative node representations without labels. The widely adopted objective function of GCL benefits from two key properties: \emph{alignment} and \emph{uniformity}, which align representations of positive node pairs while uniformly distributing all representations on the hypersphere. The uniformity property plays a critical role in preventing representation collapse and is achieved by pushing apart augmented views of different nodes (negative pairs). As such, existing GCL methods inherently rely on increasing the quantity and quality of negative samples, resulting in heavy computational demands, memory overhead, and potential class collision issues. In this study, we propose a negative-free objective to achieve uniformity, inspired by the fact that points…
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
MethodsALIGN · Contrastive Learning
