Distributed Bayesian Matrix Factorization with Limited Communication
This work solves the problem of efficient distributed inference for large-scale matrix factorization, which is incremental as it builds on existing BMF methods to reduce communication overhead.
The paper tackles the challenge of scaling Bayesian matrix factorization for massive matrices by addressing communication bottlenecks in distributed inference, introducing a hierarchical decomposition that enables embarrassingly parallel computations with almost an order of magnitude speed-up and negligible impact on predictive accuracy.
Bayesian matrix factorization (BMF) is a powerful tool for producing low-rank representations of matrices and for predicting missing values and providing confidence intervals. Scaling up the posterior inference for massive-scale matrices is challenging and requires distributing both data and computation over many workers, making communication the main computational bottleneck. Embarrassingly parallel inference would remove the communication needed, by using completely independent computations on different data subsets, but it suffers from the inherent unidentifiability of BMF solutions. We introduce a hierarchical decomposition of the joint posterior distribution, which couples the subset inferences, allowing for embarrassingly parallel computations in a sequence of at most three stages. Using an efficient approximate implementation, we show improvements empirically on both real and simulated data. Our distributed approach is able to achieve a speed-up of almost an order of magnitude over the full posterior, with a negligible effect on predictive accuracy. Our method outperforms state-of-the-art embarrassingly parallel MCMC methods in accuracy, and achieves results competitive to other available distributed and parallel implementations of BMF.