paper-with-me

Papers

Simplify and Robustify Negative Sampling for Implicit Collaborative Filtering

2020-09-07 · NeurIPS 2020 12 · Jingtao Ding, Yuhan Quan, Quanming Yao, Yong Li, Depeng Jin

Negative sampling approaches are prevalent in implicit collaborative filtering for obtaining negative labels from massive unlabeled data. As two major concerns in negative sampling, efficiency and effectiveness are still not fully achieved by recent works that use complicate structures and overlook risk of false negative instances. In this paper, we first provide a novel understanding of negative instances by empirically observing that only a few instances are potentially important for model learning, and false negatives tend to have stable predictions over many training iterations. Above findings motivate us to simplify the model by sampling from designed memory that only stores a few important candidates and, more importantly, tackle the untouched false negative problem by favouring high-variance samples stored in memory, which achieves efficient sampling of true negatives with high-quality. Empirical results on two synthetic datasets and three real-world datasets demonstrate both robustness and superiorities of our negative sampling method.

📄 PDF Abstract BibTeX arXiv:2009.03376

Code (1)

chenchongthu/ENMF tf

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Trading Hard Negatives and True Negatives: A Debiased Contrastive Collaborative Filtering Approach

2022-04-25 · Chenxiao Yang, Qitian Wu, Jipeng Jin, Xiaofeng Gao 외

Collaborative filtering (CF), as a standard method for recommendation with implicit feedback, tackles a semi-supervised learning problem where most interaction data are unobserved. Such a nature makes existing approaches…

Collaborative Filtering

Rethinking Collaborative Metric Learning: Toward an Efficient Alternative without Negative Sampling

2022-06-23 · TPAMI 2022 1 · Shilong Bao, Qianqian Xu, Zhiyong Yang, Xiaochun Cao 외

The recently proposed Collaborative Metric Learning (CML) paradigm has aroused wide interest in the area of recommendation systems (RS) owing to its simplicity and effectiveness. Typically, the existing literature of CML…

Metric LearningRecommendation Systems

Adaptive Hardness Negative Sampling for Collaborative Filtering

2024-01-10 · Riwei Lai, Rui Chen, Qilong Han, Chi Zhang 외

Negative sampling is essential for implicit collaborative filtering to provide proper negative training signals so as to achieve desirable performance. We experimentally unveil a common limitation of all existing negativ…

Collaborative Filtering

TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering

2026-02-26 · Jiayi Wu, Zhengyu Wu, Xunkai Li, Rong-Hua Li 외 arxiv

The negative sampling strategy can effectively train collaborative filtering (CF) recommendation models based on implicit feedback by constructing positive and negative samples. However, existing methods primarily optimi…

Collaborative Filtering

Dimension Independent Mixup for Hard Negative Sample in Collaborative Filtering

2023-06-28 · Xi Wu, Liangwei Yang, Jibing Gong, Chao Zhou 외

Collaborative filtering (CF) is a widely employed technique that predicts user preferences based on past interactions. Negative sampling plays a vital role in training CF-based models with implicit feedback. In this pape…

Collaborative Filtering