Symmetric Graph Contrastive Learning against Noisy Views for Recommendation
Chu Zhao, Enneng Yang, Yuliang Liang, Jianzhe Zhao, Guibing Guo, and, Xingwei Wang

TL;DR
This paper introduces a symmetric graph contrastive learning method that is robust against noisy views, significantly improving recommendation accuracy by reducing the negative impact of poor data augmentation.
Contribution
The paper proposes a novel symmetric contrastive learning framework with theoretical guarantees to mitigate the effects of noisy views in graph-based recommendation systems.
Findings
Substantial accuracy improvements up to 12.25% over competing models.
Theoretical proof of high tolerance to noisy views.
Effective on three real-world datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Recommender Systems and Techniques · Text and Document Classification Technologies
MethodsContrastive Learning
