paper-with-me

홈 › Papers

Distributed Non-Convex Optimization with Sublinear Speedup under Intermittent Client Availability

2020-02-18 · Yikai Yan, Chaoyue Niu, Yucheng Ding, Zhenzhe Zheng, Fan Wu, Guihai Chen, Shaojie Tang, Zhihua Wu

Federated learning is a new distributed machine learning framework, where a bunch of heterogeneous clients collaboratively train a model without sharing training data. In this work, we consider a practical and ubiquitous issue when deploying federated learning in mobile environments: intermittent client availability, where the set of eligible clients may change during the training process. Such intermittent client availability would seriously deteriorate the performance of the classical Federated Averaging algorithm (FedAvg for short). Thus, we propose a simple distributed non-convex optimization algorithm, called Federated Latest Averaging (FedLaAvg for short), which leverages the latest gradients of all clients, even when the clients are not available, to jointly update the global model in each iteration. Our theoretical analysis shows that FedLaAvg attains the convergence rate of $O(E^{1/2}/(N^{1/4} T^{1/2}))$, achieving a sublinear speedup with respect to the total number of clients. We implement FedLaAvg along with several baselines and evaluate them over the benchmarking MNIST and Sentiment140 datasets. The evaluation results demonstrate that FedLaAvg achieves more stable training than FedAvg in both convex and non-convex settings and indeed reaches a sublinear speedup.

📄 PDF Abstract BibTeX arXiv:2002.07399

Code (1)

mikudehuane/FedLaAvg 공식 구현 pytorch

Tasks

BenchmarkingFederated Learning

Similar Papers 제목 키워드 기반

Distributed Learning with Sublinear Communication

2019-02-28 · Jayadev Acharya, Christopher De Sa, Dylan J. Foster, Karthik Sridharan

In distributed statistical learning, $N$ samples are split across $m$ machines and a learner wishes to use minimal communication to learn as well as if the examples were on a single machine. This model has received subst…

Quantization

Distributed Online Non-convex Optimization with Composite Regret

2022-09-21 · Zhanhong Jiang, Aditya Balu, Xian Yeow Lee, Young M. Lee 외

Regret has been widely adopted as the metric of choice for evaluating the performance of online optimization algorithms for distributed, multi-agent systems. However, data/model variations associated with agents can sign…

Distributed Online Convex Optimization with Time-Varying Coupled Inequality Constraints

2019-03-06 · Xinlei Yi, Xiuxian Li, Lihua Xie, Karl H. Johansson

This paper considers distributed online optimization with time-varying coupled inequality constraints. The global objective function is composed of local convex cost and regularization functions and the coupled constrain…

Prox-PDA: The Proximal Primal-Dual Algorithm for Fast Distributed Nonconvex Optimization and Learning Over Networks

2017-08-01 · ICML 2017 8 · Mingyi Hong, Davood Hajinezhad, Ming-Min Zhao

In this paper we consider nonconvex optimization and learning over a network of distributed nodes. We develop a Proximal Primal-Dual Algorithm (Prox-PDA), which enables the network nodes to distributedly and collect…

DISA: A Dual Inexact Splitting Algorithm for Distributed Convex Composite Optimization

2022-09-05 · Luyao Guo, Xinli Shi, Shaofu Yang, Jinde Cao

In this paper, we propose a novel Dual Inexact Splitting Algorithm (DISA) for distributed convex composite optimization problems, where the local loss function consists of a smooth term and a possibly nonsmooth term comp…