Link Prediction with Non-Contrastive Learning
William Shiao, Zhichun Guo, Tong Zhao, Evangelos E. Papalexakis, Yozen, Liu, Neil Shah

TL;DR
This paper evaluates non-contrastive graph SSL methods for link prediction, finds limitations in generalization, and proposes T-BGRL, a simple method that significantly improves inductive performance while maintaining efficiency.
Contribution
It introduces T-BGRL, a novel non-contrastive framework with corruptions that enhances inductive link prediction performance in graph SSL.
Findings
BGRL performs well in transductive settings.
Non-contrastive methods struggle with inductive generalization.
T-BGRL improves inductive performance up to 120% in Hits@50.
Abstract
A recent focal area in the space of graph neural networks (GNNs) is graph self-supervised learning (SSL), which aims to derive useful node representations without labeled data. Notably, many state-of-the-art graph SSL methods are contrastive methods, which use a combination of positive and negative samples to learn node representations. Owing to challenges in negative sampling (slowness and model sensitivity), recent literature introduced non-contrastive methods, which instead only use positive samples. Though such methods have shown promising performance in node-level tasks, their suitability for link prediction tasks, which are concerned with predicting link existence between pairs of nodes (and have broad applicability to recommendation systems contexts) is yet unexplored. In this work, we extensively evaluate the performance of existing non-contrastive methods for link prediction in…
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 · Complex Network Analysis Techniques · Recommender Systems and Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
