SOTAVerified

Scalable Probabilistic Matrix Factorization with Graph-Based Priors

2019-08-25Code Available0· sign in to hype

Jonathan Strahl, Jaakko Peltonen, Hiroshi Mamitsuka, Samuel Kaski

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In matrix factorization, available graph side-information may not be well suited for the matrix completion problem, having edges that disagree with the latent-feature relations learnt from the incomplete data matrix. We show that removing these contested edges improves prediction accuracy and scalability. We identify the contested edges through a highly-efficient graphical lasso approximation. The identification and removal of contested edges adds no computational complexity to state-of-the-art graph-regularized matrix factorization, remaining linear with respect to the number of non-zeros. Computational load even decreases proportional to the number of edges removed. Formulating a probabilistic generative model and using expectation maximization to extend graph-regularised alternating least squares (GRALS) guarantees convergence. Rich simulated experiments illustrate the desired properties of the resulting algorithm. On real data experiments we demonstrate improved prediction accuracy with fewer graph edges (empirical evidence that graph side-information is often inaccurate). A 300 thousand dimensional graph with three million edges (Yahoo music side-information) can be analyzed in under ten minutes on a standard laptop computer demonstrating the efficiency of our graph update.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Douban MontiGRAEM / KPMFRMSE0.73Unverified
Flixster MontiGRAEMRMSE0.89Unverified
MovieLens 100KGRAEM / KPMFRMSE (u1 Splits)0.92Unverified
YahooMusicGRALSRMSE22.76Unverified
YahooMusicGRALSRMSE22.87Unverified
YahooMusicGRAEMRMSE22.8Unverified

Reproductions