IRAIMay 20, 2021

Learning Robust Recommenders through Cross-Model Agreement

arXiv:2105.09605v377 citations
Originality Incremental advance
AI Analysis

This work addresses noisy data in recommender systems, which is a common issue in real-world applications, but it is incremental as it builds on existing models with a novel denoising approach.

The paper tackles the problem of noisy implicit feedback in recommender systems, where interacted items may not reflect true user preferences, and proposes a denoising framework called DeCA that improves recommendation performance by leveraging cross-model agreement, achieving significant gains over baseline methods.

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 uninteracted ones. However, noisy examples are prevalent in real-world implicit feedback. A noisy positive example could be interacted but it actually leads to negative user preference. A noisy negative example which is uninteracted because of unawareness of the user could also denote potential positive user preference. Conventional training methods overlook these noisy examples, leading to sub-optimal recommendations. In this work, we propose a novel framework to learn robust recommenders from implicit feedback. Through an empirical study, we find that different models make relatively similar predictions on clean examples which denote the real user preference, while the predictions on noisy examples vary much more across different models. Motivated by this observation, we propose denoising with cross-model agreement(DeCA) which aims to minimize the KL-divergence between the real user preference distributions parameterized by two recommendation models while maximizing the likelihood of data observation. We employ the proposed DeCA on four state-of-the-art recommendation models and conduct experiments on four datasets. Experimental results demonstrate that DeCA significantly improves recommendation performance compared with normal training and other denoising methods. Codes will be open-sourced.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes