paper-with-me

Papers

Bayesian Robust Graph Contrastive Learning

2022-05-27 · Yancheng Wang, Yingzhen Yang

Graph Neural Networks (GNNs) have been widely used to learn node representations and with outstanding performance on various tasks such as node classification. However, noise, which inevitably exists in real-world graph data, would considerably degrade the performance of GNNs as the noise is easily propagated via the graph structure. In this work, we propose a novel and robust method, Bayesian Robust Graph Contrastive Learning (BRGCL), which trains a GNN encoder to learn robust node representations. The BRGCL encoder is a completely unsupervised encoder. Two steps are iteratively executed at each epoch of training the BRGCL encoder: (1) estimating confident nodes and computing robust cluster prototypes of node representations through a novel Bayesian nonparametric method; (2) prototypical contrastive learning between the node representations and the robust cluster prototypes. Experiments on public and large-scale benchmarks demonstrate the superior performance of BRGCL and the robustness of the learned node representations. The code of BRGCL is available at \url{https://github.com/BRGCL-code/BRGCL-code}.

📄 PDF Abstract BibTeX arXiv:2205.14109

Code (1)

brgcl-code/brgcl-code 공식 구현 pytorch

Tasks

Contrastive LearningNode Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Graph Contrastive Learning

2021-12-15 · Arman Hasanzadeh, Mohammadreza Armandpour, Ehsan Hajiramezanali, Mingyuan Zhou 외

Contrastive learning has become a key component of self-supervised learning approaches for graph-structured data. Despite their success, existing graph contrastive learning methods are incapable of uncertainty quantifica…

Contrastive LearningSelf-Supervised LearningUncertainty Quantification

Uncertainty in Graph Contrastive Learning with Bayesian Neural Networks

2023-11-30 · Alexander Möllers, Alexander Immer, Elvin Isufi, Vincent Fortuin

Graph contrastive learning has shown great promise when labeled data is scarce, but large unlabeled datasets are available. However, it often does not take uncertainty estimation into account. We show that a variational …

Contrastive LearningNode Classification

Contrastive Bayesian Analysis for Deep Metric Learning

2022-10-10 · Shichao Kan, Zhiquan He, Yigang Cen, Yang Li 외

Recent methods for deep metric learning have been focusing on designing different contrastive loss functions between positive and negative pairs of samples so that the learned feature embedding is able to pull positive s…

Contrastive LearningMetric Learning

Contrastive Learning for Recommender System

2021-01-05 · Zhuang Liu, Yunpu Ma, Yuanxin Ouyang, Zhang Xiong

Recommender systems, which analyze users' preference patterns to suggest potential targets, are indispensable in today's society. Collaborative Filtering (CF) is the most popular recommendation model. Specifically, Graph…

Collaborative FilteringContrastive LearningGraph Neural NetworkRecommendation Systems+1

Graph Contrastive Learning with Generative Adversarial Network

2023-08-01 · Cheng Wu, Chaokun Wang, Jingcao Xu, Ziyang Liu 외

Graph Neural Networks (GNNs) have demonstrated promising results on exploiting node representations for many downstream tasks through supervised end-to-end training. To deal with the widespread label scarcity issue in re…

Contrastive LearningData AugmentationGenerative Adversarial NetworkGraph Representation Learning+2