paper-with-me

Papers

MUSE: Multi-View Contrastive Learning for Heterophilic Graphs

2023-07-29 · Mengyi Yuan, Minjie Chen, Xiang Li

In recent years, self-supervised learning has emerged as a promising approach in addressing the issues of label dependency and poor generalization performance in traditional GNNs. However, existing self-supervised methods have limited effectiveness on heterophilic graphs, due to the homophily assumption that results in similar node representations for connected nodes. In this work, we propose a multi-view contrastive learning model for heterophilic graphs, namely, MUSE. Specifically, we construct two views to capture the information of the ego node and its neighborhood by GNNs enhanced with contrastive learning, respectively. Then we integrate the information from these two views to fuse the node representations. Fusion contrast is utilized to enhance the effectiveness of fused node representations. Further, considering that the influence of neighboring contextual information on information fusion may vary across different ego nodes, we employ an information fusion controller to model the diversity of node-neighborhood similarity at both the local and global levels. Finally, an alternating training scheme is adopted to ensure that unsupervised node representation learning and information fusion controller can mutually reinforce each other. We conduct extensive experiments to evaluate the performance of MUSE on 9 benchmark datasets. Our results show the effectiveness of MUSE on both node classification and clustering tasks.

📄 PDF Abstract BibTeX arXiv:2307.16026

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDiversityNode ClassificationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Simple and Asymmetric Graph Contrastive Learning without Augmentations

2023-10-29 · NeurIPS 2023 11 · Teng Xiao, Huaisheng Zhu, Zhengyu Chen, Suhang Wang

Graph Contrastive Learning (GCL) has shown superior performance in representation learning in graph-structured data. Despite their success, most existing GCL methods rely on prefabricated graph augmentation and homophily…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Contrastive Learning for Non-Local Graphs with Multi-Resolution Structural Views

2023-08-19 · Asif Khan, Amos Storkey

Learning node-level representations of heterophilic graphs is crucial for various applications, including fraudster detection and protein function prediction. In such graphs, nodes share structural similarity identified …

Contrastive LearningProtein Function Prediction

Refining Latent Homophilic Structures over Heterophilic Graphs for Robust Graph Convolution Networks

2023-12-27 · Chenyang Qiu, Guoshun Nan, Tianyu Xiong, Wendi Deng 외

Graph convolution networks (GCNs) are extensively utilized in various graph tasks to mine knowledge from spatial data. Our study marks the pioneering attempt to quantitatively investigate the GCN robustness over omnipres…

Contrastive LearningNode Classification

Enhancing Homophily-Heterophily Separation: Relation-Aware Learning in Heterogeneous Graphs

2025-06-26 · Ziyu Zheng, Yaming Yang, Ziyu Guan, Wei Zhao 외

Real-world networks usually have a property of node heterophily, that is, the connected nodes usually have different features or different labels. This heterophily issue has been extensively studied in homogeneous graphs…

Contrastive LearningRelation

Single-Pass Contrastive Learning Can Work for Both Homophilic and Heterophilic Graph

2022-11-20 · Haonan Wang, Jieyu Zhang, Qi Zhu, Wei Huang 외

Existing graph contrastive learning (GCL) techniques typically require two forward passes for a single instance to construct the contrastive loss, which is effective for capturing the low-frequency signals of node featur…

Contrastive Learning