IRAILGMay 1, 2024

SCONE: A Novel Stochastic Sampling to Generate Contrastive Views and Hard Negative Samples for Recommendation

arXiv:2405.00287v28 citationsh-index: 12Has CodeWSDM
Originality Incremental advance
AI Analysis

This work addresses data sparsity and item popularity issues in recommender systems, particularly benefiting cold-start users and long-tail items, though it is incremental as it builds on existing graph-based CF methods.

The paper tackles data sparsity and negative sampling challenges in graph-based collaborative filtering for recommender systems by proposing SCONE, a stochastic sampling method that generates contrastive views and hard negative samples, resulting in consistent outperformance of state-of-the-art baselines across 6 benchmark datasets.

Graph-based collaborative filtering (CF) has emerged as a promising approach in recommender systems. Despite its achievements, graph-based CF models face challenges due to data sparsity and negative sampling. In this paper, we propose a novel Stochastic sampling for i) COntrastive views and ii) hard NEgative samples (SCONE) to overcome these issues. SCONE generates dynamic augmented views and diverse hard negative samples via a unified stochastic sampling approach based on score-based generative models. Our extensive experiments on 6 benchmark datasets show that SCONE consistently outperforms state-of-the-art baselines. SCONE shows efficacy in addressing user sparsity and item popularity issues, while enhancing performance for both cold-start users and long-tail items. Furthermore, our approach improves the diversity of the recommendation and the uniformity of the representations. The code is available at https://github.com/jeongwhanchoi/SCONE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes