Double Correction Framework for Denoising Recommendation
Zhuangzhuang He, Yifan Wang, Yonghui Yang, Peijie Sun, Le Wu, Haoyue, Bai, Jinqi Gong, Richang Hong, Min Zhang

TL;DR
This paper introduces a Double Correction Framework (DCF) for denoising in recommendation systems that improves noise detection and data utilization by combining loss-based sample dropping with iterative label correction, enhancing recommendation accuracy.
Contribution
The paper proposes a novel DCF that uses loss dynamics and progressive label correction to better handle noisy implicit feedback in recommender systems, surpassing traditional filtering methods.
Findings
Effective noise detection using loss over time with damping.
Improved recommendation accuracy across datasets.
Generalizes well with different backbone models.
Abstract
As its availability and generality in online services, implicit feedback is more commonly used in recommender systems. However, implicit feedback usually presents noisy samples in real-world recommendation scenarios (such as misclicks or non-preferential behaviors), which will affect precise user preference learning. To overcome the noisy samples problem, a popular solution is based on dropping noisy samples in the model training phase, which follows the observation that noisy samples have higher training losses than clean samples. Despite the effectiveness, we argue that this solution still has limits. (1) High training losses can result from model optimization instability or hard samples, not just noisy samples. (2) Completely dropping of noisy samples will aggravate the data sparsity, which lacks full data exploitation. To tackle the above limitations, we propose a Double Correction…
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
TopicsRecommender Systems and Techniques
