paper-with-me

Papers

Stochastic Distributed Optimization for Machine Learning from Decentralized Features

2018-12-16 · Yaochen Hu, Di Niu, Jianming Yang, Shengping Zhou

Distributed machine learning has been widely studied in the literature to scale up machine learning model training in the presence of an ever-increasing amount of data. We study distributed machine learning from another perspective, where the information about the training same samples are inherently decentralized and located on different parities. We propose an asynchronous stochastic gradient descent (SGD) algorithm for such a feature distributed machine learning (FDML) problem, to jointly learn from decentralized features, with theoretical convergence guarantees under bounded asynchrony. Our algorithm does not require sharing the original feature data or even local model parameters between parties, thus preserving a high level of data confidentiality. We implement our algorithm for FDML in a parameter server architecture. We compare our system with fully centralized training (which violates data locality requirements) and training only based on local features, through extensive experiments performed on a large amount of data from a real-world application, involving 5 million samples and $8700$ features in total. Experimental results have demonstrated the effectiveness and efficiency of the proposed FDML system.

📄 PDF Abstract BibTeX arXiv:1812.06415

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDistributed Optimization

Similar Papers 제목 키워드 기반

Decentralized Stochastic Optimization with Inherent Privacy Protection

2022-05-08 · Yongqiang Wang, H. Vincent Poor

Decentralized stochastic optimization is the basic building block of modern collaborative machine learning, distributed estimation and control, and large-scale sensing. Since involved data usually contain sensitive infor…

Stochastic Optimization

Near-Optimal Decentralized Momentum Method for Nonconvex-PL Minimax Problems

2023-04-21 · Feihu Huang, Songcan Chen

Minimax optimization plays an important role in many machine learning tasks such as generative adversarial networks (GANs) and adversarial training. Although recently a wide variety of optimization methods have been prop…

Stochastic Optimization

An introduction to decentralized stochastic optimization with gradient tracking

2019-07-23 · Ran Xin, Soummya Kar, Usman A. Khan

Decentralized solutions to finite-sum minimization are of significant importance in many signal processing, control, and machine learning applications. In such settings, the data is distributed over a network of arbitrar…

BIG-bench Machine LearningStochastic Optimization

Quantization enabled Privacy Protection in Decentralized Stochastic Optimization

2022-08-07 · Yongqiang Wang, Tamer Basar

By enabling multiple agents to cooperatively solve a global optimization problem in the absence of a central coordinator, decentralized stochastic optimization is gaining increasing attention in areas as diverse as machi…

global-optimizationQuantizationStochastic Optimization

Fast Training Method for Stochastic Compositional Optimization Problems

2021-12-01 · NeurIPS 2021 12 · Hongchang Gao, Heng Huang

The stochastic compositional optimization problem covers a wide range of machine learning models, such as sparse additive models and model-agnostic meta-learning. Thus, it is necessary to develop efficient methods for i…

Additive modelsMeta-Learning