SIAILGMay 8, 2023

CSGCL: Community-Strength-Enhanced Graph Contrastive Learning

arXiv:2305.04658v131 citationsHas Code
Originality Highly original
AI Analysis

This work addresses a specific bottleneck in graph representation learning for researchers and practitioners in machine learning, offering an incremental enhancement to existing GCL methods.

The paper tackles the problem of graph contrastive learning (GCL) by introducing 'community strength' to measure the varying influence of communities, which previous methods overlooked, leading to improved performance in node classification, node clustering, and link prediction tasks, achieving state-of-the-art results.

Graph Contrastive Learning (GCL) is an effective way to learn generalized graph representations in a self-supervised manner, and has grown rapidly in recent years. However, the underlying community semantics has not been well explored by most previous GCL methods. Research that attempts to leverage communities in GCL regards them as having the same influence on the graph, leading to extra representation errors. To tackle this issue, we define ''community strength'' to measure the difference of influence among communities. Under this premise, we propose a Community-Strength-enhanced Graph Contrastive Learning (CSGCL) framework to preserve community strength throughout the learning process. Firstly, we present two novel graph augmentation methods, Communal Attribute Voting (CAV) and Communal Edge Dropping (CED), where the perturbations of node attributes and edges are guided by community strength. Secondly, we propose a dynamic ''Team-up'' contrastive learning scheme, where community strength is used to progressively fine-tune the contrastive objective. We report extensive experiment results on three downstream tasks: node classification, node clustering, and link prediction. CSGCL achieves state-of-the-art performance compared with other GCL methods, validating that community strength brings effectiveness and generality to graph representations. Our code is available at https://github.com/HanChen-HUST/CSGCL.

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