Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation

About

Graph neural network (GNN) is a powerful learning approach for graph-based recommender systems. Recently, GNNs integrated with contrastive learning have shown superior performance in recommendation with their data augmentation schemes, aiming at dealing with highly sparse data. Despite their success, most existing graph contrastive learning methods either perform stochastic augmentation (e.g., node/edge perturbation) on the user-item interaction graph, or rely on the heuristic-based augmentation techniques (e.g., user clustering) for generating contrastive views. We argue that these methods cannot well preserve the intrinsic semantic structures and are easily biased by the noise perturbation. In this paper, we propose a simple yet effective graph contrastive learning paradigm LightGCL that mitigates these issues impairing the generality and robustness of CL-based recommenders. Our model exclusively utilizes singular value decomposition for contrastive augmentation, which enables the unconstrained structural refinement with global collaborative relation modeling. Experiments conducted on several benchmark datasets demonstrate the significant improvement in performance of our model over the state-of-the-arts. Further analyses demonstrate the superiority of LightGCL's robustness against data sparsity and popularity bias. The source code of our model is available at https://github.com/HKUDS/LightGCL.

Xuheng Cai, Chao Huang, Lianghao Xia, Xubin Ren• 2023

Related benchmarks

TaskDatasetResultRank
RecommendationEpinions (test)
Recall@206.34
33
RecommendationYelp
NDCG@100.0475
32
RecommendationMovies & TV
NDCG@1010.53
18
Top-K RecommendationYelp (test)
Recall@100.0667
14
Top-K RecommendationDouban-Book (test)
Recall@100.08
14
Collaborative FilteringAMAZON
Recall@106.24
13
Collaborative FilteringTMALL
Recall@100.0462
13
Collaborative FilteringML-10M
Recall@1016.02
12
RecommendationBooks--
9
Showing 9 of 9 rows

Other info

Follow for update