Local Structure-aware Graph Contrastive Representation Learning
Kai Yang, Yuan Liu, Zijuan Zhao, Peijin Ding, Wenqian Zhao

TL;DR
This paper introduces LS-GCL, a novel graph contrastive learning method that models local and global structural information of nodes using semantic subgraphs, improving performance on node classification and link prediction tasks.
Contribution
The paper proposes a multi-view contrastive learning approach that captures local and global structural information with semantic subgraphs, surpassing existing methods.
Findings
Outperforms state-of-the-art methods on five datasets.
Effective in node classification tasks.
Enhances link prediction accuracy.
Abstract
Traditional Graph Neural Network (GNN), as a graph representation learning method, is constrained by label information. However, Graph Contrastive Learning (GCL) methods, which tackle the label problem effectively, mainly focus on the feature information of the global graph or small subgraph structure (e.g., the first-order neighborhood). In the paper, we propose a Local Structure-aware Graph Contrastive representation Learning method (LS-GCL) to model the structural information of nodes from multiple views. Specifically, we construct the semantic subgraphs that are not limited to the first-order neighbors. For the local view, the semantic subgraph of each target node is input into a shared GNN encoder to obtain the target node embeddings at the subgraph-level. Then, we use a pooling function to generate the subgraph-level graph embeddings. For the global view, considering the original…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
MethodsGraph Neural Network · Contrastive Learning · Focus
