paper-with-me

Papers

Adaptive Hardness Negative Sampling for Collaborative Filtering

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

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 negative sampling methods that they can only select negative samples of a fixed hardness level, leading to the false positive problem (FPP) and false negative problem (FNP). We then propose a new paradigm called adaptive hardness negative sampling (AHNS) and discuss its three key criteria. By adaptively selecting negative samples with appropriate hardnesses during the training process, AHNS can well mitigate the impacts of FPP and FNP. Next, we present a concrete instantiation of AHNS called AHNS_{p<0}, and theoretically demonstrate that AHNS_{p<0} can fit the three criteria of AHNS well and achieve a larger lower bound of normalized discounted cumulative gain. Besides, we note that existing negative sampling methods can be regarded as more relaxed cases of AHNS. Finally, we conduct comprehensive experiments, and the results show that AHNS_{p<0} can consistently and substantially outperform several state-of-the-art competitors on multiple datasets.

📄 PDF Abstract BibTeX arXiv:2401.05191

Code (1)

riwei-heu/ahns 공식 구현 pytorch

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

DANS-KGC: Diffusion Based Adaptive Negative Sampling for Knowledge Graph Completion

2025-11-11 · Haoning Li, Qinghua Huang arxiv

Negative sampling (NS) strategies play a crucial role in knowledge graph representation. In order to overcome the limitations of existing negative sampling strategies, such as vulnerability to false negatives, limited ge…

Knowledge Graph Completion

Empowering Collaborative Filtering with Principled Adversarial Contrastive Loss

2023-10-28 · NeurIPS 2023 11 · An Zhang, Leheng Sheng, Zhibo Cai, Xiang Wang 외

Contrastive Learning (CL) has achieved impressive performance in self-supervised learning tasks, showing superior generalization ability. Inspired by the success, adopting CL into collaborative filtering (CF) is prevaili…

Collaborative FilteringContrastive LearningData AugmentationRecommendation Systems+1

Simplify and Robustify Negative Sampling for Implicit Collaborative Filtering

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

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…

Collaborative Filtering

Noise Contrastive Estimation for Autoencoding-based One-Class Collaborative Filtering

2020-08-03 · Jin Peng Zhou, Ga Wu, Zheda Mai, Scott Sanner

One-class collaborative filtering (OC-CF) is a common class of recommendation problem where only the positive class is explicitly observed (e.g., purchases, clicks). Autoencoder based recommenders such as AutoRec and var…

Collaborative Filtering