paper-with-me

Papers

Denoising Implicit Feedback for Recommendation

2020-06-07 · Wenjie Wang, Fuli Feng, Xiangnan He, Liqiang Nie, Tat-Seng Chua

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 clean in reflecting 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 critical importance to account for the inevitable noises in implicit feedback for recommender training. 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 training. We find serious negative impacts of noisy implicit feedback,i.e., fitting the noisy data prevents the recommender from learning the actual user preference. Our target is to identify and prune noisy interactions, so as to improve the quality of recommender training. 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 namedAdaptive Denoising Training(ADT), which adaptively prunes noisy interactions during training. Specifically, we devise two paradigms for adaptive loss formulation: Truncated Loss that discards the large-loss samples with a dynamic threshold in each iteration; and reweighted Loss that adaptively lowers the weight of large-loss samples. We instantiate the two paradigms on the widely used binary cross-entropy loss and test the proposed ADT strategies on three representative recommenders. Extensive experiments on three benchmarks demonstrate that ADT significantly improves the quality of recommendation over normal training.

📄 PDF Abstract BibTeX arXiv:2006.04153

Code (2)

WenjieWWJ/DenoisingRec pytorch
wangyu-ustc/deca pytorch

Tasks

DenoisingRecommendation Systems

Methods 이 논문이 사용한 방법론

Adaptive Loss 설명 없음

Similar Papers 제목 키워드 기반

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

Self-Guided Learning to Denoise for Robust Recommendation

2022-04-14 · Yunjun Gao, Yuntao Du, Yujia Hu, Lu Chen 외

The ubiquity of implicit feedback makes them the default choice to build modern recommender systems. Generally speaking, observed interactions are considered as positive samples, while unobserved interactions are conside…

DenoisingMemorizationMeta-LearningRecommendation Systems

Learning Robust Recommender from Noisy Implicit Feedback

2021-12-02 · Wenjie Wang, Fuli Feng, Xiangnan He, Liqiang Nie 외

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 …

DenoisingRecommendation Systems

When SparseMoE Meets Noisy Interactions: An Ensemble View on Denoising Recommendation

2024-09-19 · Weipu Chen, Zhuangzhuang He, Fei Liu

Learning user preferences from implicit feedback is one of the core challenges in recommendation. The difficulty lies in the potential noise within implicit feedback. Therefore, various denoising recommendation methods h…

DenoisingDiversityEnsemble Learning

Efficient Bi-Level Optimization for Recommendation Denoising

2022-10-19 · Zongwei Wang, Min Gao, Wentao Li, Junliang Yu 외

The acquisition of explicit user feedback (e.g., ratings) in real-world recommender systems is often hindered by the need for active user involvement. To mitigate this issue, implicit feedback (e.g., clicks) generated du…

Data AugmentationDenoisingRecommendation Systems