paper-with-me

Papers

Learning Robust Recommender from Noisy Implicit Feedback

2021-12-02 · Wenjie Wang, Fuli Feng, Xiangnan He, Liqiang Nie, Tat-Seng Chua

The ubiquity of implicit feedback makes it indispensable for building recommender systems. However, it does not actually reflect the actual satisfaction of users. For example, in E-commerce, a large portion of clicks do not translate to purchases, and many purchases end up with negative reviews. As such, it is of importance to account for the inevitable noises in implicit feedback. However, little work on recommendation has taken the noisy nature of implicit feedback into consideration. In this work, we explore the central theme of denoising implicit feedback for recommender learning, including training and inference. By observing the process of normal recommender training, we find that noisy feedback typically has large loss values in the early stages. Inspired by this observation, we propose a new training strategy named Adaptive Denoising Training (ADT), which adaptively prunes the noisy interactions by two paradigms (i.e., Truncated Loss and Reweighted Loss). Furthermore, we consider extra feedback (e.g., rating) as auxiliary signal and propose three strategies to incorporate extra feedback into ADT: finetuning, warm-up training, and colliding inference. We instantiate the two paradigms on the widely used binary cross-entropy loss and test them on three representative recommender models. Extensive experiments on three benchmarks demonstrate that ADT significantly improves the quality of recommendation over normal training without using extra feedback. Besides, the proposed three strategies for using extra feedback largely enhance the denoising ability of ADT.

📄 PDF Abstract BibTeX arXiv:2112.01160

Code (1)

WenjieWWJ/DenoisingRec 공식 구현 pytorch

Tasks

DenoisingRecommendation Systems

Similar Papers 제목 키워드 기반

Denoising Implicit Feedback for Recommendation

2020-06-07 · Wenjie Wang, Fuli Feng, Xiangnan He, Liqiang Nie 외

The ubiquity of implicit feedback makes them the default choice to build online recommender systems. While the large volume of implicit feedback alleviates the data sparsity issue, the downside is that they are not as cl…

DenoisingRecommendation Systems

Learning Robust Recommenders through Cross-Model Agreement

2021-05-20 · Yu Wang, Xin Xin, Zaiqiao Meng, Xiangnan He 외

Learning from implicit feedback is one of the most common cases in the application of recommender systems. Generally speaking, interacted examples are considered as positive while negative examples are sampled from unint…

DenoisingmodelRecommendation Systems

Denoising Implicit Feedback for Cold-start Recommendation

2026-06-17 · Gaode Chen, Shicheng Wang, Shikun Li, Rui Huang 외 arxiv

Implicit feedback is widely used in recommender systems due to its accessibility and generality, yet it usually presents noisy samples (e.g., clickbait, position bias). Meanwhile, recommenders inevitably face the item co…

Automated Data Denoising for Recommendation

2023-05-11 · Yingqiang Ge, Mostafa Rahmani, Athirai Irissappane, Jose Sepulveda 외

In real-world scenarios, most platforms collect both large-scale, naturally noisy implicit feedback and small-scale yet highly relevant explicit feedback. Due to the issue of data sparsity, implicit feedback is often the…

DenoisingRecommendation Systems

Personalized Denoising Implicit Feedback for Robust Recommender System

2025-02-01 · Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun 외

While implicit feedback is foundational to modern recommender systems, factors such as human error, uncertainty, and ambiguity in user behavior inevitably introduce significant noise into this feedback, adversely affecti…

DenoisingRecommendation Systems