paper-with-me

홈 › Papers

Enhancing Communication Efficiency in FL with Adaptive Gradient Quantization and Communication Frequency Optimization

2025-09-27 · Asadullah Tariq, Tariq Qayyum, Mohamed Adel Serhani, Farag Sallabi, Ikbal Taleb, Ezedin S. Barka arxiv

Federated Learning (FL) enables participant devices to collaboratively train deep learning models without sharing their data with the server or other devices, effectively addressing data privacy and computational concerns. However, FL faces a major bottleneck due to high communication overhead from frequent model updates between devices and the server, limiting deployment in resource-constrained wireless networks. In this paper, we propose a three-fold strategy. Firstly, an Adaptive Feature-Elimination Strategy to drop less important features while retaining high-value ones; secondly, Adaptive Gradient Innovation and Error Sensitivity-Based Quantization, which dynamically adjusts the quantization level for innovative gradient compression; and thirdly, Communication Frequency Optimization to enhance communication efficiency. We evaluated our proposed model's performance through extensive experiments, assessing accuracy, loss, and convergence compared to baseline techniques. The results show that our model achieves high communication efficiency in the framework while maintaining accuracy.

📄 PDF Abstract BibTeX arXiv:2509.23419

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Quantized Adaptive Subgradient Algorithms and Their Applications

2022-08-11 · Ke Xu, Jianqiao Wangni, Yifan Zhang, Deheng Ye 외

Data explosion and an increase in model size drive the remarkable advances in large-scale machine learning, but also make model training time-consuming and model storage difficult. To address the above issues in the dist…

Quantization

Adaptive Quantization of Model Updates for Communication-Efficient Federated Learning

2021-02-08 · Divyansh Jhunjhunwala, Advait Gadhikar, Gauri Joshi, Yonina C. Eldar

Communication of model updates between client nodes and the central aggregating server is a major bottleneck in federated learning, especially in bandwidth-limited settings and high-dimensional models. Gradient quantizat…

Federated LearningQuantization

Communication-Efficient Federated Learning via Clipped Uniform Quantization

2024-05-22 · Zavareh Bozorgasl, Hao Chen

This paper presents a novel approach to enhance communication efficiency in federated learning through clipped uniform quantization. By leveraging optimal clipping thresholds and client-specific adaptive quantization sch…

Federated LearningQuantization

AQUILA: Communication Efficient Federated Learning with Adaptive Quantization in Device Selection Strategy

2023-08-01 · Zihao Zhao, Yuzhu Mao, Zhenpeng Shi, Yang Liu 외

The widespread adoption of Federated Learning (FL), a privacy-preserving distributed learning methodology, has been impeded by the challenge of high communication overheads, typically arising from the transmission of lar…

Federated LearningPrivacy PreservingQuantization

Adaptive Gradient Quantization for Data-Parallel SGD

2020-10-23 · NeurIPS 2020 12 · Fartash Faghri, Iman Tabrizian, Ilia Markov, Dan Alistarh 외

Many communication-efficient variants of SGD use gradient quantization schemes. These schemes are often heuristic and fixed over the course of training. We empirically observe that the statistics of gradients of deep mod…

Quantization