Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Relational Self-Supervised Learning on Graphs

About

Over the past few years, graph representation learning (GRL) has been a powerful strategy for analyzing graph-structured data. Recently, GRL methods have shown promising results by adopting self-supervised learning methods developed for learning representations of images. Despite their success, existing GRL methods tend to overlook an inherent distinction between images and graphs, i.e., images are assumed to be independently and identically distributed, whereas graphs exhibit relational information among data instances, i.e., nodes. To fully benefit from the relational information inherent in the graph-structured data, we propose a novel GRL method, called RGRL, that learns from the relational information generated from the graph itself. RGRL learns node representations such that the relationship among nodes is invariant to augmentations, i.e., augmentation-invariant relationship, which allows the node representations to vary as long as the relationship among the nodes is preserved. By considering the relationship among nodes in both global and local perspectives, RGRL overcomes limitations of previous contrastive and non-contrastive methods, and achieves the best of both worlds. Extensive experiments on fourteen benchmark datasets over various downstream tasks demonstrate the superiority of RGRL over state-of-the-art baselines. The source code for RGRL is available at https://github.com/Namkyeong/RGRL.

Namkyeong Lee, Dongmin Hyun, Junseok Lee, Chanyoung Park• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy84.27
885
Node ClassificationCiteseer
Accuracy71.77
804
Node ClassificationPubmed
Accuracy82.5
742
Node ClassificationwikiCS
Accuracy79.22
198
Node ClassificationPhoto
Mean Accuracy92.14
165
Node ClassificationComputers
Mean Accuracy84.83
143
Node ClusteringComputers
Conductance12.06
12
Node ClusteringPhoto
C Score17.57
12
Node ClusteringCiteseer
C Metric5.66
12
Node ClusteringwikiCS
C Score22.62
12
Showing 10 of 11 rows

Other info

Follow for update