LGAIAug 21, 2022

Relational Self-Supervised Learning on Graphs

arXiv:2208.10493v225 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This work addresses a key limitation in graph representation learning for researchers and practitioners by incorporating relational information, though it is incremental as it builds on existing self-supervised learning methods.

The paper tackles the problem of graph representation learning by proposing RGRL, a method that leverages relational information among nodes to learn augmentation-invariant relationships, achieving state-of-the-art results on fourteen benchmark datasets across various downstream tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes