paper-with-me

Papers

Adversarial Learning Data Augmentation for Graph Contrastive Learning in Recommendation

2023-02-05 · JunJie Huang, Qi Cao, Ruobing Xie, Shaoliang Zhang, Feng Xia, HuaWei Shen, Xueqi Cheng

Recently, Graph Neural Networks (GNNs) achieve remarkable success in Recommendation. To reduce the influence of data sparsity, Graph Contrastive Learning (GCL) is adopted in GNN-based CF methods for enhancing performance. Most GCL methods consist of data augmentation and contrastive loss (e.g., InfoNCE). GCL methods construct the contrastive pairs by hand-crafted graph augmentations and maximize the agreement between different views of the same node compared to that of other nodes, which is known as the InfoMax principle. However, improper data augmentation will hinder the performance of GCL. InfoMin principle, that the good set of views shares minimal information and gives guidelines to design better data augmentation. In this paper, we first propose a new data augmentation (i.e., edge-operating including edge-adding and edge-dropping). Then, guided by InfoMin principle, we propose a novel theoretical guiding contrastive learning framework, named Learnable Data Augmentation for Graph Contrastive Learning (LDA-GCL). Our methods include data augmentation learning and graph contrastive learning, which follow the InfoMin and InfoMax principles, respectively. In implementation, our methods optimize the adversarial loss function to learn data augmentation and effective representations of users and items. Extensive experiments on four public benchmark datasets demonstrate the effectiveness of LDA-GCL.

📄 PDF Abstract BibTeX arXiv:2302.02317

Code (1)

huangjunjie-cs/LDA-GCL 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

FairDgcl: Fairness-aware Recommendation with Dynamic Graph Contrastive Learning

2024-10-23 · Wei Chen, Meng Yuan, Zhao Zhang, Ruobing Xie 외

As trustworthy AI continues to advance, the fairness issue in recommendations has received increasing attention. A recommender system is considered unfair when it produces unequal outcomes for different user groups based…

Contrastive LearningData AugmentationFairnessRecommendation Systems

Generative Contrastive Graph Learning for Recommendation

2023-07-11 · Yonghui Yang, Zhengwei Wu, Le Wu, Kun Zhang 외

By treating users' interactions as a user-item graph, graph learning models have been widely deployed in Collaborative Filtering(CF) based recommendation. Recently, researchers have introduced Graph Contrastive Learning(…

Collaborative FilteringContrastive LearningData AugmentationGraph Learning+1

Hyperbolic Contrastive Learning with Model-augmentation for Knowledge-aware Recommendation

2025-05-13 · Shengyin Sun, Chen Ma

Benefiting from the effectiveness of graph neural networks (GNNs) and contrastive learning, GNN-based contrastive learning has become mainstream for knowledge-aware recommendation. However, most existing contrastive lear…

Contrastive LearningKnowledge-Aware RecommendationKnowledge Graphs

Long-tail Augmented Graph Contrastive Learning for Recommendation

2023-09-20 · Qian Zhao, Zhengwei Wu, Zhiqiang Zhang, Jun Zhou

Graph Convolutional Networks (GCNs) has demonstrated promising results for recommender systems, as they can effectively leverage high-order relationship. However, these methods usually encounter data sparsity issue in re…

Contrastive LearningData AugmentationRecommendation SystemsTransfer Learning

ARIEL: Adversarial Graph Contrastive Learning

2022-08-15 · Shengyu Feng, Baoyu Jing, Yada Zhu, Hanghang Tong

Contrastive learning is an effective unsupervised method in graph representation learning, and the key component of contrastive learning lies in the construction of positive and negative samples. Previous methods usually…

Contrastive LearningData AugmentationGraph Representation LearningRepresentation Learning