Graph Communal Contrastive Learning
Bolian Li, Baoyu Jing, Hanghang Tong

TL;DR
This paper introduces gCooL, a novel framework for graph contrastive learning that incorporates community structure to improve node representation learning without labels.
Contribution
gCooL jointly learns community partitions and node representations in an end-to-end manner, addressing limitations of existing methods that ignore community information.
Findings
gCooL outperforms state-of-the-art methods on real-world graphs.
The framework effectively integrates community detection with contrastive learning.
It adapts naturally to multiplex graphs.
Abstract
Graph representation learning is crucial for many real-world applications (e.g. social relation analysis). A fundamental problem for graph representation learning is how to effectively learn representations without human labeling, which is usually costly and time-consuming. Graph contrastive learning (GCL) addresses this problem by pulling the positive node pairs (or similar nodes) closer while pushing the negative node pairs (or dissimilar nodes) apart in the representation space. Despite the success of the existing GCL methods, they primarily sample node pairs based on the node-level proximity yet the community structures have rarely been taken into consideration. As a result, two nodes from the same community might be sampled as a negative pair. We argue that the community information should be considered to identify node pairs in the same communities, where the nodes insides are…
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 · Graph Theory and Algorithms · Machine Learning in Healthcare
MethodsContrastive Learning
