paper-with-me

Papers

Communication-Efficient Robust Federated Learning Over Heterogeneous Datasets

2020-06-17 · Yanjie Dong, Georgios B. Giannakis, Tianyi Chen, Julian Cheng, Md. Jahangir Hossain, Victor C. M. Leung

This work investigates fault-resilient federated learning when the data samples are non-uniformly distributed across workers, and the number of faulty workers is unknown to the central server. In the presence of adversarially faulty workers who may strategically corrupt datasets, the local messages exchanged (e.g., local gradients and/or local model parameters) can be unreliable, and thus the vanilla stochastic gradient descent (SGD) algorithm is not guaranteed to converge. Recently developed algorithms improve upon vanilla SGD by providing robustness to faulty workers at the price of slowing down convergence. To remedy this limitation, the present work introduces a fault-resilient proximal gradient (FRPG) algorithm that relies on Nesterov's acceleration technique. To reduce the communication overhead of FRPG, a local (L) FRPG algorithm is also developed to allow for intermittent server-workers parameter exchanges. For strongly convex loss functions, FRPG and LFRPG have provably faster convergence rates than a benchmark robust stochastic aggregation algorithm. Moreover, LFRPG converges faster than FRPG while using the same communication rounds. Numerical tests performed on various real datasets confirm the accelerated convergence of FRPG and LFRPG over the robust stochastic aggregation benchmark and competing alternatives.

📄 PDF Abstract BibTeX arXiv:2006.09992

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

HeteroFL: Computation and Communication Efficient Federated Learning for Heterogeneous Clients

2020-10-03 · ICLR 2021 1 · Enmao Diao, Jie Ding, Vahid Tarokh

Federated Learning (FL) is a method of training machine learning models on private data distributed over a large number of possibly heterogeneous clients such as mobile phones and IoT devices. In this work, we propose a …

Federated Learning

Communication-Efficient Federated Distillation with Active Data Sampling

2022-03-14 · Lumin Liu, Jun Zhang, S. H. Song, Khaled B. Letaief

Federated learning (FL) is a promising paradigm to enable privacy-preserving deep learning from distributed data. Most previous works are based on federated average (FedAvg), which, however, faces several critical issues…

Federated LearningPrivacy PreservingPrivacy Preserving Deep Learning

Scaff-PD: Communication Efficient Fair and Robust Federated Learning

2023-07-25 · Yaodong Yu, Sai Praneeth Karimireddy, Yi Ma, Michael I. Jordan

We present Scaff-PD, a fast and communication-efficient algorithm for distributionally robust federated learning. Our approach improves fairness by optimizing a family of distributionally robust objectives tailored to he…

FairnessFederated Learning

FedSkel: Efficient Federated Learning on Heterogeneous Systems with Skeleton Gradients Update

2021-08-20 · Junyu Luo, Jianlei Yang, Xucheng Ye, Xin Guo 외

Federated learning aims to protect users' privacy while performing data analysis from different participants. However, it is challenging to guarantee the training efficiency on heterogeneous systems due to the various co…

Federated Learning

Non-Convex Optimization in Federated Learning via Variance Reduction and Adaptive Learning

2024-12-16 · Dipanwita Thakur, Antonella Guzzo, Giancarlo Fortino, Sajal K. Das

This paper proposes a novel federated algorithm that leverages momentum-based variance reduction with adaptive learning to address non-convex settings across heterogeneous data. We intend to minimize communication and co…

Federated Learningimage-classificationImage Classification