paper-with-me

홈 › Papers

Symmetric Graph Contrastive Learning against Noisy Views for Recommendation

2024-08-03 · Chu Zhao, Enneng Yang, Yuliang Liang, Jianzhe Zhao, Guibing Guo, Xingwei Wang

Graph Contrastive Learning (GCL) leverages data augmentation techniques to produce contrasting views, enhancing the accuracy of recommendation systems through learning the consistency between contrastive views. However, existing augmentation methods, such as directly perturbing interaction graph (e.g., node/edge dropout), may interfere with the original connections and generate poor contrasting views, resulting in sub-optimal performance. In this paper, we define the views that share only a small amount of information with the original graph due to poor data augmentation as noisy views (i.e., the last 20% of the views with a cosine similarity value less than 0.1 to the original view). We demonstrate through detailed experiments that noisy views will significantly degrade recommendation performance. Further, we propose a model-agnostic Symmetric Graph Contrastive Learning (SGCL) method with theoretical guarantees to address this issue. Specifically, we introduce symmetry theory into graph contrastive learning, based on which we propose a symmetric form and contrast loss resistant to noisy interference. We provide theoretical proof that our proposed SGCL method has a high tolerance to noisy views. Further demonstration is given by conducting extensive experiments on three real-world datasets. The experimental results demonstrate that our approach substantially increases recommendation accuracy, with relative improvements reaching as high as 12.25% over nine other competing models. These results highlight the efficacy of our method.

📄 PDF Abstract BibTeX arXiv:2408.02691

Code (1)

user683/SGCL 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Robust Contrastive Learning against Noisy Views

2022-01-12 · CVPR 2022 1 · Ching-Yao Chuang, R Devon Hjelm, Xin Wang, Vibhav Vineet 외

Contrastive learning relies on an assumption that positive pairs contain related views, e.g., patches of an image or co-occurring multimodal signals of a video, that share certain underlying information about an instance…

Binary ClassificationContrastive Learning

RaDAR: Relation-aware Diffusion-Asymmetric Graph Contrastive Learning for Recommendation

2026-03-17 · Yixuan Huang, Jiawei Chen, Shengfan Zhang, Zongsheng Cao arxiv

Collaborative filtering (CF) recommendation has been significantly advanced by integrating Graph Neural Networks (GNNs) and Graph Contrastive Learning (GCL). However, (i) random edge perturbations often distort critical …

Collaborative FilteringRecommendation SystemsContrastive Learning

AS-GCL: Asymmetric Spectral Augmentation on Graph Contrastive Learning

2025-02-19 · Ruyue Liu, Rong Yin, Yong liu, Xiaoshuai Hao 외

Graph Contrastive Learning (GCL) has emerged as the foremost approach for self-supervised learning on graph-structured data. GCL reduces reliance on labeled data by learning robust representations from various augmented …

Contrastive LearningData AugmentationSelf-Supervised Learning

MA-GCL: Model Augmentation Tricks for Graph Contrastive Learning

2022-12-14 · Xumeng Gong, Cheng Yang, Chuan Shi

Contrastive learning (CL), which can extract the information shared between different contrastive views, has become a popular paradigm for vision representation learning. Inspired by the success in computer vision, recen…

Contrastive LearningData AugmentationNode ClassificationRepresentation Learning

CGCL: Collaborative Graph Contrastive Learning without Handcrafted Graph Data Augmentations

2021-11-05 · Tianyu Zhang, Yuxiang Ren, Wenzheng Feng, Weitao Du 외

Unsupervised graph representation learning is a non-trivial topic. The success of contrastive methods in the unsupervised representation learning on structured data inspires similar attempts on the graph. Existing graph …

Contrastive LearningData AugmentationGraph Representation LearningRepresentation Learning+1