Graph Barlow Twins: A self-supervised representation learning framework for graphs
Piotr Bielak, Tomasz Kajdanowicz, Nitesh V. Chawla

TL;DR
Graph Barlow Twins introduces a self-supervised graph learning framework that uses cross-correlation loss instead of negative samples, achieving competitive results with faster training times and simpler architecture.
Contribution
It presents a novel SSL method for graphs that avoids negative samples and symmetric networks, reducing complexity and computation time.
Findings
Achieves competitive performance with state-of-the-art methods.
Requires fewer hyperparameters and less training time.
Outperforms existing SSL methods in efficiency.
Abstract
The self-supervised learning (SSL) paradigm is an essential exploration area, which tries to eliminate the need for expensive data labeling. Despite the great success of SSL methods in computer vision and natural language processing, most of them employ contrastive learning objectives that require negative samples, which are hard to define. This becomes even more challenging in the case of graphs and is a bottleneck for achieving robust representations. To overcome such limitations, we propose a framework for self-supervised graph representation learning - Graph Barlow Twins, which utilizes a cross-correlation-based loss function instead of negative samples. Moreover, it does not rely on non-symmetric neural network architectures - in contrast to state-of-the-art self-supervised graph representation learning method BGRL. We show that our method achieves as competitive results as the…
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 · Text and Document Classification Technologies · Recommender Systems and Techniques
MethodsContrastive Learning · Barlow Twins
