paper-with-me

Papers

Local Structure-aware Graph Contrastive Representation Learning

2023-08-07 · Kai Yang, YuAn Liu, Zijuan Zhao, Peijin Ding, Wenqian Zhao

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 graph preserves indispensable semantic information of nodes, we leverage the shared GNN encoder to learn the target node embeddings at the global graph-level. The proposed LS-GCL model is optimized to maximize the common information among similar instances at three various perspectives through a multi-level contrastive loss function. Experimental results on five datasets illustrate that our method outperforms state-of-the-art graph representation learning approaches for both node classification and link prediction tasks.

📄 PDF Abstract BibTeX arXiv:2308.03271

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Neural NetworkGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

LocalGCL: Local-aware Contrastive Learning for Graphs

2024-02-27 · Haojun Jiang, Jiawei Sun, Jie Li, Chentao Wu

Graph representation learning (GRL) makes considerable progress recently, which encodes graphs with topological structures into low-dimensional embeddings. Meanwhile, the time-consuming and costly process of annotating g…

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Robust Contrastive Graph Clustering with Adaptive Local-Global Integration

2026-05-27 · Lei Zhang, Fubo Sun, Haipeng Yang, Zhong Guan 외 arxiv

Graph clustering is essential in graph analysis for revealing structural patterns and node communities. Despite recent advances in self-supervised contrastive learning that have improved clustering via structural and att…

Contrastive LearningGraph Clustering

Local-Global Multimodal Contrastive Learning for Molecular Property Prediction

2026-01-30 · Xiayu Liu, Zhengyi Lu, Yunhong Liao, Chan Fan 외 arxiv

Accurate molecular property prediction requires integrating complementary information from molecular structure and chemical semantics. In this work, we propose LGM-CL, a local-global multimodal contrastive learning frame…

Molecular Property PredictionRepresentation LearningContrastive Learning

MoCL: Data-driven Molecular Fingerprint via Knowledge-aware Contrastive Learning from Molecular Graph

2021-06-05 · Mengying Sun, Jing Xing, Huijun Wang, Bin Chen 외

Recent years have seen a rapid growth of utilizing graph neural networks (GNNs) in the biomedical domain for tackling drug-related problems. However, like any other deep architectures, GNNs are data hungry. While requiri…

Contrastive LearningRepresentation Learning

Cross-View Topology-Aware Graph Representation Learning

2025-12-01 · Ahmet Sami Korkmaz, Selim Coskunuzer, Md Joshem Uddin arxiv

Graph classification has gained significant attention due to its applications in chemistry, social networks, and bioinformatics. While Graph Neural Networks (GNNs) effectively capture local structural patterns, they ofte…

Graph Representation LearningGraph ClassificationContrastive Learning