Personalized Denoising Implicit Feedback for Robust Recommender System
Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun, Huawei Shen, Xueqi Cheng

TL;DR
This paper introduces PLD, a personalized resampling method that leverages individual user loss distributions to effectively denoise implicit feedback, improving recommender system robustness.
Contribution
The paper proposes a novel user-specific loss-based resampling strategy, PLD, to better distinguish and reduce noisy interactions in implicit feedback for recommender systems.
Findings
PLD outperforms existing methods across three datasets.
It maintains high accuracy even with increased noise levels.
Theoretical analysis supports PLD's effectiveness.
Abstract
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 affecting the accuracy and robustness of recommendations. To address this issue, existing methods typically aim to reduce the training weight of noisy feedback or discard it entirely, based on the observation that noisy interactions often exhibit higher losses in the overall loss distribution. However, we identify two key issues: (1) there is a significant overlap between normal and noisy interactions in the overall loss distribution, and (2) this overlap becomes even more pronounced when transitioning from pointwise loss functions (e.g., BCE loss) to pairwise loss functions (e.g., BPR loss). This overlap leads traditional methods to misclassify noisy interactions as normal,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
