paper-with-me

Papers

Effective Federated Adaptive Gradient Methods with Non-IID Decentralized Data

2020-09-14 · Qianqian Tong, Guannan Liang, Jinbo Bi

Federated learning allows loads of edge computing devices to collaboratively learn a global model without data sharing. The analysis with partial device participation under non-IID and unbalanced data reflects more reality. In this work, we propose federated learning versions of adaptive gradient methods - Federated AGMs - which employ both the first-order and second-order momenta, to alleviate generalization performance deterioration caused by dissimilarity of data population among devices. To further improve the test performance, we compare several schemes of calibration for the adaptive learning rate, including the standard Adam calibrated by $\epsilon$, $p$-Adam, and one calibrated by an activation function. Our analysis provides the first set of theoretical results that the proposed (calibrated) Federated AGMs converge to a first-order stationary point under non-IID and unbalanced data settings for nonconvex optimization. We perform extensive experiments to compare these federated learning methods with the state-of-the-art FedAvg, FedMomentum and SCAFFOLD and to assess the different calibration schemes and the advantages of AGMs over the current federated learning methods.

📄 PDF Abstract BibTeX arXiv:2009.06557

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingFederated Learning

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

LoDAdaC: a unified local training-based decentralized framework with adaptive gradients and compressed communication

2026-04-11 · Wei Liu, Anweshit Panda, Ujwal Pandey, Haven Cook 외 arxiv

In the decentralized distributed learning, achieving fast convergence and low communication cost is essential for scalability and high efficiency. Adaptive gradient methods, such as Adam, have demonstrated strong practic…

Image ClassificationFederated Learning

FedEM: A Privacy-Preserving Framework for Concurrent Utility Preservation in Federated Learning

2025-03-08 · Mingcong Xu, Xiaojin Zhang, Wei Chen, Hai Jin

Federated Learning (FL) enables collaborative training of models across distributed clients without sharing local data, addressing privacy concerns in decentralized systems. However, the gradient-sharing process exposes …

Federated LearningPrivacy Preserving

Secure Aggregation with Top-K Sparsification in Decentralized Federated Learning

2026-06-09 · Hengxuan Tang, Jinbao Zhu, Xiaohu Tang arxiv

Secure aggregation is a vital component for mitigating gradient leakage in federated learning, but its communication cost conventionally scales with the gradient dimension. This becomes prohibitive for large models and e…

Federated Learning

Communicate Then Adapt: An Effective Decentralized Adaptive Method for Deep Training

2021-09-29 · Bicheng Ying, Kun Yuan, Yiming Chen, Hanbin Hu 외

Decentralized adaptive gradient methods, in which each node averages only with its neighbors, are critical to save communication and wall-clock training time in deep learning tasks. While different in concrete recursions…

Stragglers Are Not Disaster: A Hybrid Federated Learning Algorithm with Delayed Gradients

2021-02-12 · Xingyu Li, Zhe Qu, Bo Tang, Zhuo Lu

Federated learning (FL) is a new machine learning framework which trains a joint model across a large amount of decentralized computing devices. Existing methods, e.g., Federated Averaging (FedAvg), are able to provide a…

Federated Learning