LGSIMLFeb 12, 2021

Large-Scale Representation Learning on Graphs via Bootstrapping

arXiv:2102.06514v3318 citations
Originality Incremental advance
AI Analysis

This addresses the problem of expensive graph representation learning for researchers and practitioners, offering a scalable solution that is incremental in improving efficiency over prior methods.

The paper tackles the challenge of costly self-supervised learning on graphs by introducing Bootstrapped Graph Latents (BGRL), which uses simple augmentations and avoids negative examples, achieving state-of-the-art performance with a 2-10x reduction in memory costs and scaling to graphs with hundreds of millions of nodes.

Self-supervised learning provides a promising path towards eliminating the need for costly label information in representation learning on graphs. However, to achieve state-of-the-art performance, methods often need large numbers of negative examples and rely on complex augmentations. This can be prohibitively expensive, especially for large graphs. To address these challenges, we introduce Bootstrapped Graph Latents (BGRL) - a graph representation learning method that learns by predicting alternative augmentations of the input. BGRL uses only simple augmentations and alleviates the need for contrasting with negative examples, and is thus scalable by design. BGRL outperforms or matches prior methods on several established benchmarks, while achieving a 2-10x reduction in memory costs. Furthermore, we show that BGRL can be scaled up to extremely large graphs with hundreds of millions of nodes in the semi-supervised regime - achieving state-of-the-art performance and improving over supervised baselines where representations are shaped only through label information. In particular, our solution centered on BGRL constituted one of the winning entries to the Open Graph Benchmark - Large Scale Challenge at KDD Cup 2021, on a graph orders of magnitudes larger than all previously available benchmarks, thus demonstrating the scalability and effectiveness of our approach.

Code Implementations4 repos
Foundations

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

Your Notes