paper-with-me

Papers

Factorbird - a Parameter Server Approach to Distributed Matrix Factorization

2014-11-03 · Sebastian Schelter, Venu Satuluri, Reza Zadeh

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.

📄 PDF Abstract BibTeX arXiv:1411.0602

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Secure Federated Matrix Factorization

2019-06-12 · Di Chai, Leye Wang, Kai Chen, Qiang Yang

To protect user privacy and meet law regulations, federated (machine) learning is obtaining vast interests in recent years. The key principle of federated learning is training a machine learning model without needing to …

BIG-bench Machine LearningFederated Learning

The Price of Privacy for Low-rank Factorization

2018-12-01 · NeurIPS 2018 12 · Jalaj Upadhyay

In this paper, we study what price one has to pay to release \emph{differentially private low-rank factorization} of a matrix. We consider various settings that are close to the real world applications of low-rank facto…

Communication-Efficient and Personalized Federated Foundation Model Fine-Tuning via Tri-Matrix Adaptation

2025-03-31 · Yongle Li, Bo Liu, Sheng Huang, Zheng Zhang 외

In federated learning, fine-tuning pre-trained foundation models poses significant challenges, particularly regarding high communication cost and suboptimal model performance due to data heterogeneity between the clients…

Federated Learning

Analysis and Visualization of the Parameter Space of Matrix Factorization-based Recommender Systems

2023-03-25 · Hao Wang

Recommender system is the most successful commercial technology in the past decade. Technical mammoth such as Temu, TikTok and Amazon utilize the technology to generate enormous revenues each year. Although there have be…

Recommendation Systems

Adaptive Leader-Following Consensus for Multiple Euler-Lagrange Systems with an Uncertain Leader System

2019-09-17

In this paper, we study the leader-following consensus problem of multiple Euler-Lagrange systems subject to an uncertain leader system. We first establish an adaptive distributed observer for a neutrally stable linear l…