English

Factorbird - a Parameter Server Approach to Distributed Matrix Factorization

Machine Learning 2014-11-04 v1

Abstract

We present Factorbird, a prototype of a parameter server approach for factorizing large matrices with Stochastic Gradient Descent-based algorithms. We designed Factorbird to meet the following desiderata: (a) scalability to tall and wide matrices with dozens of billions of non-zeros, (b) extensibility to different kinds of models and loss functions as long as they can be optimized using Stochastic Gradient Descent (SGD), and (c) adaptability to both batch and streaming scenarios. Factorbird uses a parameter server in order to scale to models that exceed the memory of an individual machine, and employs lock-free Hogwild!-style learning with a special partitioning scheme to drastically reduce conflicting updates. We also discuss other aspects of the design of our system such as how to efficiently grid search for hyperparameters at scale. We present experiments of Factorbird on a matrix built from a subset of Twitter's interaction graph, consisting of more than 38 billion non-zeros and about 200 million rows and columns, which is to the best of our knowledge the largest matrix on which factorization results have been reported in the literature.

Keywords

Cite

@article{arxiv.1411.0602,
  title  = {Factorbird - a Parameter Server Approach to Distributed Matrix Factorization},
  author = {Sebastian Schelter and Venu Satuluri and Reza Zadeh},
  journal= {arXiv preprint arXiv:1411.0602},
  year   = {2014}
}

Comments

10 pages. Submitted to the NIPS 2014 Workshop on Distributed Matrix Computations

R2 v1 2026-06-22T06:46:18.930Z