paper-with-me

홈 › Papers

Towards Automated Negative Sampling in Implicit Recommendation

2023-11-06 · Fuyuan Lyu, Yaochen Hu, Xing Tang, Yingxue Zhang, Ruiming Tang, Xue Liu

Negative sampling methods are vital in implicit recommendation models as they allow us to obtain negative instances from massive unlabeled data. Most existing approaches focus on sampling hard negative samples in various ways. These studies are orthogonal to the recommendation model and implicit datasets. However, such an idea contradicts the common belief in AutoML that the model and dataset should be matched. Empirical experiments suggest that the best-performing negative sampler depends on the implicit dataset and the specific recommendation model. Hence, we propose a hypothesis that the negative sampler should align with the capacity of the recommendation models as well as the statistics of the datasets to achieve optimal performance. A mismatch between these three would result in sub-optimal outcomes. An intuitive idea to address the mismatch problem is to exhaustively select the best-performing negative sampler given the model and dataset. However, such an approach is computationally expensive and time-consuming, leaving the problem unsolved. In this work, we propose the AutoSample framework that adaptively selects the best-performing negative sampler among candidates. Specifically, we propose a loss-to-instance approximation to transform the negative sampler search task into the learning task over a weighted sum, enabling end-to-end training of the model. We also designed an adaptive search algorithm to extensively and efficiently explore the search space. A specific initialization approach is also obtained to better utilize the obtained model parameters during the search stage, which is similar to curriculum learning and leads to better performance and less computation resource consumption. We evaluate the proposed framework on four benchmarks over three models. Extensive experiments demonstrate the effectiveness and efficiency of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2311.03526

Code (0)

등록된 구현이 없습니다.

Tasks

AutoML

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar 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 propo…

Collaborative FilteringContrastive LearningInformativeness

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

Fairly Adaptive Negative Sampling for Recommendations

2023-02-16 · Xiao Chen, Wenqi Fan, Jingfan Chen, Haochen Liu 외

Pairwise learning strategies are prevalent for optimizing recommendation models on implicit feedback data, which usually learns user preference by discriminating between positive (i.e., clicked by a user) and negative it…

AttributeFairness

Towards Reliable Negative Sampling for Recommendation with Implicit Feedback via In-Community Popularity

2026-02-21 · Chen Chen, Haobo Lin, Yuanbo Xu arxiv

Learning from implicit feedback is a fundamental problem in modern recommender systems, where only positive interactions are observed and explicit negative signals are unavailable. In such settings, negative sampling pla…

Denoising Neural Network for News Recommendation with Positive and Negative Implicit Feedback

2022-04-09 · Findings (NAACL) 2022 7 · Yunfan Hu, Zhaopeng Qiu, Xian Wu

News recommendation is different from movie or e-commercial recommendation as people usually do not grade the news. Therefore, user feedback for news is always implicit (click behavior, reading time, etc). Inevitably, th…

DenoisingNews Recommendation