L^2CL: Embarrassingly Simple Layer-to-Layer Contrastive Learning for Graph Collaborative Filtering
Xinzhou Jin, Jintang Li, Liang Chen, Chenyun Yu, Yuanzhen Xie, Tao, Xie, Chengxiang Zhuo, Zang Li, Zibin Zheng

TL;DR
L2CL introduces a simple layer-to-layer contrastive learning framework for graph collaborative filtering that avoids complex data augmentation and deep architectures, effectively capturing semantic structures and improving recommendation performance.
Contribution
The paper proposes L2CL, a novel layer-to-layer contrastive learning method that simplifies graph recommendation models and enhances their ability to learn semantic relationships without noisy augmentations.
Findings
L2CL outperforms state-of-the-art methods on five real-world datasets.
L2CL effectively captures intrinsic semantic structures with a single-hop contrastive paradigm.
Theoretical guarantees show L2CL reduces task-irrelevant information.
Abstract
Graph neural networks (GNNs) have recently emerged as an effective approach to model neighborhood signals in collaborative filtering. Towards this research line, graph contrastive learning (GCL) demonstrates robust capabilities to address the supervision label shortage issue through generating massive self-supervised signals. Despite its effectiveness, GCL for recommendation suffers seriously from two main challenges: i) GCL relies on graph augmentation to generate semantically different views for contrasting, which could potentially disrupt key information and introduce unwanted noise; ii) current works for GCL primarily focus on contrasting representations using sophisticated networks architecture (usually deep) to capture high-order interactions, which leads to increased computational complexity and suboptimal training efficiency. To this end, we propose L2CL, a principled…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Knowledge Management and Sharing
MethodsFocus · Contrastive Learning
