paper-with-me

Papers

Communication-Efficient Federated Learning by Quantized Variance Reduction for Heterogeneous Wireless Edge Networks

2025-01-20 · Shuai Wang, Yanqing Xu, Chaoqun You, Mingjie Shao, Tony Q. S. Quek

Federated learning (FL) has been recognized as a viable solution for local-privacy-aware collaborative model training in wireless edge networks, but its practical deployment is hindered by the high communication overhead caused by frequent and costly server-device synchronization. Notably, most existing communication-efficient FL algorithms fail to reduce the significant inter-device variance resulting from the prevalent issue of device heterogeneity. This variance severely decelerates algorithm convergence, increasing communication overhead and making it more challenging to achieve a well-performed model. In this paper, we propose a novel communication-efficient FL algorithm, named FedQVR, which relies on a sophisticated variance-reduced scheme to achieve heterogeneity-robustness in the presence of quantized transmission and heterogeneous local updates among active edge devices. Comprehensive theoretical analysis justifies that FedQVR is inherently resilient to device heterogeneity and has a comparable convergence rate even with a small number of quantization bits, yielding significant communication savings. Besides, considering non-ideal wireless channels, we propose FedQVR-E which enhances the convergence of FedQVR by performing joint allocation of bandwidth and quantization bits across devices under constrained transmission delays. Extensive experimental results are also presented to demonstrate the superior performance of the proposed algorithms over their counterparts in terms of both communication efficiency and application performance.

📄 PDF Abstract BibTeX arXiv:2501.11267

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningQuantization

Similar Papers 제목 키워드 기반

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

FedComLoc: Communication-Efficient Distributed Training of Sparse and Quantized Models

2024-03-14 · Kai Yi, Georg Meinhardt, Laurent Condat, Peter Richtárik

Federated Learning (FL) has garnered increasing attention due to its unique characteristic of allowing heterogeneous clients to process their private data locally and interact with a central server, while being respectfu…

Federated LearningQuantization

BN-SCAFFOLD: controlling the drift of Batch Normalization statistics in Federated Learning

2024-10-04 · Gonzalo Iñaki Quintana, Laurence Vancamberg, Vincent Jugnon, Mathilde Mougeot 외

Federated Learning (FL) is gaining traction as a learning paradigm for training Machine Learning (ML) models in a decentralized way. Batch Normalization (BN) is ubiquitous in Deep Neural Networks (DNN), as it improves co…

Federated Learning

Fast Heterogeneous Federated Learning with Hybrid Client Selection

2022-08-10 · Guangyuan Shen, Dehong Gao, Duanxiao Song, Libin Yang 외

Client selection schemes are widely adopted to handle the communication-efficient problems in recent studies of Federated Learning (FL). However, the large variance of the model updates aggregated from the randomly-selec…

ClusteringFederated Learning

Bayesian Federated Learning over Wireless Networks

2020-12-31 · Seunghoon Lee, Chanho Park, Song-Nam Hong, Yonina C. Eldar 외

Federated learning is a privacy-preserving and distributed training method using heterogeneous data sets stored at local devices. Federated learning over wireless networks requires aggregating locally computed gradients …

Federated LearningPrivacy Preserving