IRDec 9, 2020

A Gumbel-based Rating Prediction Framework for Imbalanced Recommendation

arXiv:2012.05009v65 citations
AI Analysis

This work is significant for recommender system developers and researchers, as it tackles the pervasive issue of rating imbalance that leads to poor performance on less popular items, offering a new approach to improve prediction accuracy.

This paper addresses the problem of biased rating predictions in recommender systems caused by imbalanced user ratings. The proposed Gumbel-based Variational Network (GVN) framework models rating imbalance using Gumbel distributions and achieves state-of-the-art performance across five datasets, reducing biased predictions for tail ratings.

Rating prediction is a core problem in recommender systems to quantify user's preferences towards items, however, rating imbalance naturally roots in real-world user ratings that cause biased predictions and lead to poor performance on tail ratings. While existing approaches in the rating prediction task deploy weighted cross-entropy to re-weight training samples, such approaches commonly assume an normal distribution, a symmetrical and balanced space. In contrast to the normal assumption, we propose a novel \underline{\emph{G}}umbel-based \underline{\emph{V}}ariational \underline{\emph{N}}etwork framework (GVN) to model rating imbalance and augment feature representations by the Gumbel distributions. We propose a Gumbel-based variational encoder to transform features into non-normal vector space. Second, we deploy a multi-scale convolutional fusion network to integrate comprehensive views of users and items from the rating matrix and user reviews. Third, we adopt a skip connection module to personalize final rating predictions. We conduct extensive experiments on five datasets with both error- and ranking-based metrics. Experiments on ranking and regression evaluation tasks prove that the GVN can effectively achieve state-of-the-art performance across the datasets and reduce the biased predictions of tail ratings. We compare with various distributions (e.g., normal and Poisson) and demonstrate the effectiveness of Gumbel-based methods on class-imbalance modeling.

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