LGMLApr 6, 2020

A High-Performance Implementation of Bayesian Matrix Factorization with Limited Communication

arXiv:2004.02561v2
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck preventing widespread use of BMF in recommender systems, though it appears incremental as it combines existing scalability approaches.

The authors tackled the problem of scaling Bayesian Matrix Factorization (BMF) to large datasets by combining a parallel block computation algorithm (Posterior Propagation) with an asynchronous distributed implementation, achieving substantial improvements in wall-clock time on web-scale datasets.

Matrix factorization is a very common machine learning technique in recommender systems. Bayesian Matrix Factorization (BMF) algorithms would be attractive because of their ability to quantify uncertainty in their predictions and avoid over-fitting, combined with high prediction accuracy. However, they have not been widely used on large-scale data because of their prohibitive computational cost. In recent work, efforts have been made to reduce the cost, both by improving the scalability of the BMF algorithm as well as its implementation, but so far mainly separately. In this paper we show that the state-of-the-art of both approaches to scalability can be combined. We combine the recent highly-scalable Posterior Propagation algorithm for BMF, which parallelizes computation of blocks of the matrix, with a distributed BMF implementation that users asynchronous communication within each block. We show that the combination of the two methods gives substantial improvements in the scalability of BMF on web-scale datasets, when the goal is to reduce the wall-clock time.

Foundations

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

Your Notes