paper-with-me

Papers

Unifying Graph Contrastive Learning via Graph Message Augmentation

2024-01-08 · Ziyan Zhang, Bo Jiang, Jin Tang, Bin Luo

Graph contrastive learning is usually performed by first conducting Graph Data Augmentation (GDA) and then employing a contrastive learning pipeline to train GNNs. As we know that GDA is an important issue for graph contrastive learning. Various GDAs have been developed recently which mainly involve dropping or perturbing edges, nodes, node attributes and edge attributes. However, to our knowledge, it still lacks a universal and effective augmentor that is suitable for different types of graph data. To address this issue, in this paper, we first introduce the graph message representation of graph data. Based on it, we then propose a novel Graph Message Augmentation (GMA), a universal scheme for reformulating many existing GDAs. The proposed unified GMA not only gives a new perspective to understand many existing GDAs but also provides a universal and more effective graph data augmentation for graph self-supervised learning tasks. Moreover, GMA introduces an easy way to implement the mixup augmentor which is natural for images but usually challengeable for graphs. Based on the proposed GMA, we then propose a unified graph contrastive learning, termed Graph Message Contrastive Learning (GMCL), that employs attribution-guided universal GMA for graph contrastive learning. Experiments on many graph learning tasks demonstrate the effectiveness and benefits of the proposed GMA and GMCL approaches.

📄 PDF Abstract BibTeX arXiv:2401.03638

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationGraph LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Directed Graph Contrastive Learning

2021-12-01 · NeurIPS 2021 12 · Zekun Tong, Yuxuan Liang, Henghui Ding, Yongxing Dai 외

Graph Contrastive Learning (GCL) has emerged to learn generalizable representations from contrastive views. However, it is still in its infancy with two concerns: 1) changing the graph structure through data augmentation…

Contrastive LearningData Augmentation

A Message Passing Perspective on Learning Dynamics of Contrastive Learning

2023-03-08 · Yifei Wang, Qi Zhang, Tianqi Du, Jiansheng Yang 외

In recent years, contrastive learning achieves impressive results on self-supervised visual representation learning, but there still lacks a rigorous understanding of its learning dynamics. In this paper, we show that if…

Contrastive LearningGraph AttentionRepresentation Learning

Graph Augmentation for Recommendation

2024-03-25 · Qianru Zhang, Lianghao Xia, Xuheng Cai, SiuMing Yiu 외

Graph augmentation with contrastive learning has gained significant attention in the field of recommendation systems due to its ability to learn expressive user representations, even when labeled data is limited. However…

Contrastive LearningGraph Neural NetworkRecommendation Systems

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation

2025-07-17 · Weizhi Zhang, Liangwei Yang, Zihe Song, Henrry Peng Zou 외

Recommender systems (RecSys) are essential for online platforms, providing personalized suggestions to users within a vast sea of information. Self-supervised graph learning seeks to harness high-order collaborative filt…

Collaborative FilteringContrastive LearningGraph LearningMulti-Task Learning+1

Adaptive Graph Contrastive Learning for Recommendation

2023-05-18 · Yangqin Jiang, Chao Huang, Lianghao Xia

Graph neural networks (GNNs) have recently emerged as an effective collaborative filtering (CF) approaches for recommender systems. The key idea of GNN-based recommender systems is to recursively perform message passing …

Collaborative FilteringContrastive LearningData AugmentationDenoising+2