Clustered Monotone Transforms for Rating Factorization

Published at Web Search and Data Mining (WSDM), 2018

Exploiting low-rank structure of the user-item rating matrix has been the crux of many recommendation engines. However, existing recommendation engines force raters with heterogeneous behavior profiles to map their intrinsic rating scales to a common rating scale (e.g. 1-5). This non-linear transformation of the rating scale shatters the low-rank structure of the rating matrix, therefore resulting in a poor fit and consequentially, poor recommendations. In this paper, we propose Clustered Monotone Transforms for Rating Factorization (CMTRF), a novel approach to perform regression up to unknown monotonic transforms over unknown population segments. Essentially, for recommendation systems, the technique searches for monotonic transformations of the rating scales resulting in a better fit. This is combined with an underlying matrix factorization regression model that couples the user-wise ratings to exploit shared low dimensional structure. The rating scale transformations can be generated for each user, for a cluster of users, or for all the users at once, forming the basis of three simple and efficient algorithms proposed in this work, all of which alternate between transformation of the rating scales and matrix factorization regression. Despite the non-convexity, CMTRF is theoretically shown to recover a unique solution under mild conditions. Experimental results on 2 synthetic and 7 real-world datasets show that CMTRF outperforms other state-of-the-art baselines.

The paper has been accepted at WSDM 2019 (84/511 submissions ≈ 16% Acceptance Rate).

Please find the below resources:

  1. WSDM poster.
  2. Paper.
  3. ArXiv.
  4. Code.
  5. Video presentation.
  6. Presentation slides.
Oral presentation at WSDM'19

Leave a Comment