Sub-graph Contrast for Scalable Self-Supervised Graph Representation Learning
Yizhu Jiao, Yun Xiong, Jiawei Zhang, Yao Zhang, Tianqi Zhang, Yangyong, Zhu

TL;DR
This paper introduces Subg-Con, a scalable self-supervised graph representation learning method that leverages subgraph sampling and contrastive learning to efficiently capture regional graph structures without relying on complete graph data or node labels.
Contribution
It proposes a novel subgraph contrastive learning approach that improves scalability, reduces supervision needs, and enhances performance over existing methods.
Findings
Outperforms state-of-the-art methods on large-scale benchmarks
Requires less supervision and computational resources
Demonstrates strong scalability and parallelization capabilities
Abstract
Graph representation learning has attracted lots of attention recently. Existing graph neural networks fed with the complete graph data are not scalable due to limited computation and memory costs. Thus, it remains a great challenge to capture rich information in large-scale graph data. Besides, these methods mainly focus on supervised learning and highly depend on node label information, which is expensive to obtain in the real world. As to unsupervised network embedding approaches, they overemphasize node proximity instead, whose learned representations can hardly be used in downstream application tasks directly. In recent years, emerging self-supervised learning provides a potential solution to address the aforementioned problems. However, existing self-supervised works also operate on the complete graph data and are biased to fit either global or very local (1-hop neighborhood)…
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 · Recommender Systems and Techniques · Topic Modeling
