Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Are Graph Augmentations Necessary? Simple Graph Contrastive Learning for Recommendation

About

Contrastive learning (CL) recently has spurred a fruitful line of research in the field of recommendation, since its ability to extract self-supervised signals from the raw data is well-aligned with recommender systems' needs for tackling the data sparsity issue. A typical pipeline of CL-based recommendation models is first augmenting the user-item bipartite graph with structure perturbations, and then maximizing the node representation consistency between different graph augmentations. Although this paradigm turns out to be effective, what underlies the performance gains is still a mystery. In this paper, we first experimentally disclose that, in CL-based recommendation models, CL operates by learning more evenly distributed user/item representations that can implicitly mitigate the popularity bias. Meanwhile, we reveal that the graph augmentations, which were considered necessary, just play a trivial role. Based on this finding, we propose a simple CL method which discards the graph augmentations and instead adds uniform noises to the embedding space for creating contrastive views. A comprehensive experimental study on three benchmark datasets demonstrates that, though it appears strikingly simple, the proposed method can smoothly adjust the uniformity of learned representations and has distinct advantages over its graph augmentation-based counterparts in terms of recommendation accuracy and training efficiency. The code is released at https://github.com/Coder-Yu/QRec.

Junliang Yu, Hongzhi Yin, Xin Xia, Tong Chen, Lizhen Cui, Quoc Viet Hung Nguyen• 2021

Related benchmarks

TaskDatasetResultRank
RecommendationGowalla
Recall@200.0724
100
RecommendationAmazon-Book
Recall@2016.27
36
RecommendationMovieLens 1M (test)--
34
RecommendationEpinions (test)
Recall@206.53
33
RecommendationNetflix (test)--
30
RecommendationMIND (test)
Recall@204.21
27
RecommendationIndustrial (test)
Recall@200.0078
20
RecommendationYelp
Recall@50.0477
17
RecommendationAmazon Office
Recall@53.54
17
RecommendationMovieLens
Recall@2027.28
14
Showing 10 of 15 rows

Other info

Follow for update