Rethinking and Scaling Up Graph Contrastive Learning: An Extremely Efficient Approach with Group Discrimination
Yizhen Zheng, Shirui Pan, Vincent Cs Lee, Yu Zheng, Philip S. Yu

TL;DR
This paper introduces Graph Group Discrimination (GGD), a novel, highly efficient self-supervised graph learning method that outperforms existing contrastive approaches in both speed and accuracy on large-scale datasets.
Contribution
The paper proposes a new GCL paradigm called Group Discrimination, with a simple binary cross-entropy loss, significantly reducing training time and memory usage while maintaining competitive performance.
Findings
GGD outperforms state-of-the-art methods on eight datasets.
GGD trains in 0.18 seconds on ogbn-arxiv, over 10,000 times faster than GCL baselines.
GGD achieves superior accuracy with much less training time on large-scale datasets.
Abstract
Graph contrastive learning (GCL) alleviates the heavy reliance on label information for graph representation learning (GRL) via self-supervised learning schemes. The core idea is to learn by maximising mutual information for similar instances, which requires similarity computation between two node instances. However, GCL is inefficient in both time and memory consumption. In addition, GCL normally requires a large number of training epochs to be well-trained on large-scale datasets. Inspired by an observation of a technical defect (i.e., inappropriate usage of Sigmoid function) commonly used in two representative GCL works, DGI and MVGRL, we revisit GCL and introduce a new learning paradigm for self-supervised graph representation learning, namely, Group Discrimination (GD), and propose a novel GD-based method called Graph Group Discrimination (GGD). Instead of similarity computation,…
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 · Data Quality and Management · Recommender Systems and Techniques
MethodsInfoNCE · Contrastive Learning · Deep Graph Infomax
