paper-with-me

홈 › Papers

Bayesian Negative Sampling for Recommendation

2022-04-02 · Bin Liu, Bang Wang

How to sample high quality negative instances from unlabeled data, i.e., negative sampling, is important for training implicit collaborative filtering and contrastive learning models. Although previous studies have proposed some approaches to sample informative instances, few has been done to discriminating false negative from true negative for unbiased negative sampling. On the basis of our order relation analysis of negatives' scores, we first derive the class conditional density of true negatives and that of false negatives. We next design a Bayesian classifier for negative classification, from which we define a model-agnostic posterior probability estimate of an instance being true negative as a quantitative negative signal measure. We also propose a Bayesian optimal sampling rule to sample high-quality negatives. The proposed Bayesian Negative Sampling (BNS) algorithm has a linear time complexity. Experimental studies validate the superiority of BNS over the peers in terms of better sampling quality and better recommendation performance.

📄 PDF Abstract BibTeX arXiv:2204.06520

Code (1)

liubin06/BCL 공식 구현 pytorch

Tasks

Collaborative FilteringContrastive LearningInformativeness

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Enhanced Bayesian Personalized Ranking for Robust Hard Negative Sampling in Recommender Systems

2024-03-28 · Kexin Shi, Jing Zhang, Linjiajie Fang, Wenjia Wang 외

In implicit collaborative filtering, hard negative mining techniques are developed to accelerate and enhance the recommendation model learning. However, the inadvertent selection of false negatives remains a major concer…

Collaborative FilteringRecommendation Systems

On the Theories Behind Hard Negative Sampling for Recommendation

2023-02-07 · Wentao Shi, Jiawei Chen, Fuli Feng, Jizhi Zhang 외

Negative sampling has been heavily used to train recommender models on large-scale data, wherein sampling hard examples usually not only accelerates the convergence but also improves the model accuracy. Nevertheless, the…

Recommendation Systems

Region or Global? A Principle for Negative Sampling in Graph-based Recommendation

2022-03-01 · IEEE Transactions on Knowledge and Data Engineering 2022 3 · Zhen Yang; Ming Ding; Xu Zou; Jie Tang; Bin Xu; Chang Zhou; Hongxia Yang

Graph-based recommendation systems are blossoming recently, which models user-item interactions as a user-item graph and utilizes graph neural networks (GNNs) to learn the embeddings for users and items. A fundamental ch…

Recommendation Systems

Negative Sampling in Recommendation: A Survey and Future Directions

2024-09-11 · Haokai Ma, Ruobing Xie, Lei Meng, Fuli Feng 외

Recommender systems aim to capture users' personalized preferences from the cast amount of user behaviors, making them pivotal in the era of information explosion. However, the presence of the dynamic preference, the "in…

Recommendation SystemsSurvey

Improved Estimation of Ranks for Learning Item Recommenders with Negative Sampling

2024-10-08 · Anushya Subbiah, Steffen Rendle, Vikram Aggarwal

In recommendation systems, there has been a growth in the number of recommendable items (# of movies, music, products). When the set of recommendable items is large, training and evaluation of item recommendation models …

Recommendation Systems