paper-with-me

Papers

Decentralized Federated Learning: Balancing Communication and Computing Costs

2021-07-26 · Wei Liu, Li Chen, Wenyi Zhang

Decentralized stochastic gradient descent (SGD) is a driving engine for decentralized federated learning (DFL). The performance of decentralized SGD is jointly influenced by inter-node communications and local updates. In this paper, we propose a general DFL framework, which implements both multiple local updates and multiple inter-node communications periodically, to strike a balance between communication efficiency and model consensus. It can provide a general decentralized SGD analytical framework. We establish strong convergence guarantees for the proposed DFL algorithm without the assumption of convex objectives. The convergence rate of DFL can be optimized to achieve the balance of communication and computing costs under constrained resources. For improving communication efficiency of DFL, compressed communication is further introduced to the proposed DFL as a new scheme, named DFL with compressed communication (C-DFL). The proposed C-DFL exhibits linear convergence for strongly convex objectives. Experiment results based on MNIST and CIFAR-10 datasets illustrate the superiority of DFL over traditional decentralized SGD methods and show that C-DFL further enhances communication efficiency.

📄 PDF Abstract BibTeX arXiv:2107.12048

Code (1)

makgyver/gossipy pytorch

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 제목 키워드 기반

When Decentralized Optimization Meets Federated Learning

2023-06-05 · Hongchang Gao, My T. Thai, Jie Wu

Federated learning is a new learning paradigm for extracting knowledge from distributed data. Due to its favorable properties in preserving privacy and saving communication costs, it has been extensively studied and wide…

Federated Learning

AMSFL: Adaptive Multi-Step Federated Learning via Gradient Difference-Based Error Modeling

2025-05-27 · Ganglou Xu

Federated learning faces critical challenges in balancing communication efficiency and model accuracy. One key issue lies in the approximation of update errors without incurring high computational costs. In this paper, w…

Federated Learning

Asynchronous Decentralized SGD with Quantized and Local Updates

2019-10-27 · NeurIPS 2021 12 · Giorgi Nadiradze, Amirmojtaba Sabour, Peter Davies, Shigang Li 외

Decentralized optimization is emerging as a viable alternative for scalable distributed machine learning, but also introduces new challenges in terms of synchronization costs. To this end, several communication-reduction…

BlockingDistributed OptimizationImage ClassificationQuantization

Reactive Orchestration for Hierarchical Federated Learning Under a Communication Cost Budget

2024-12-04 · Ivan Čilić, Anna Lackinger, Pantelis Frangoudis, Ivana Podnar Žarko 외

Deploying a Hierarchical Federated Learning (HFL) pipeline across the computing continuum (CC) requires careful organization of participants into a hierarchical structure with intermediate aggregation nodes between FL cl…

Federated Learning

FedRP: A Communication-Efficient Approach for Differentially Private Federated Learning Using Random Projection

2025-09-12 · Mohammad Hasan Narimani, Mostafa Tavassolipour arxiv

Federated learning (FL) offers an innovative paradigm for collaborative model training across decentralized devices, such as smartphones, balancing enhanced predictive performance with the protection of user privacy in s…

Federated Learning