FedFQ: Federated Learning with Fine-Grained Quantization
Haowei Li, Weiying Xie, Hangyu Ye, Jitao Ma, Shuran Ma, Yunsong Li
TL;DR
FedFQ addresses the communication bottleneck in federated learning by introducing fine-grained, parameter-level adaptive quantization. A Constraint-Guided Simulated Annealing (CGSA) solver designs the per-parameter bit-widths under a fixed budget, yielding an unbiased quantizer with a variance bound $q_f$ that can be much smaller than conventional quantizers, thereby mitigating quantization-induced drift on Non-IID data. The authors establish convergence guarantees for both strongly convex and non-convex objectives and demonstrate, through extensive experiments on CIFAR-10 and Shakespeare, that FedFQ achieves $\$27\\times$ to $63\\times$ uplink compression with lossless accuracy and faster convergence in large-scale, realistic network settings. The work combines rigorous theory with practical optimization and empirical validation, highlighting FedFQ’s potential to enable scalable, communication-efficient FL in real-world deployments.
Abstract
Federated learning (FL) is a decentralized approach, enabling multiple participants to collaboratively train a model while ensuring the protection of data privacy. The transmission of updates from numerous edge clusters to the server creates a significant communication bottleneck in FL. Quantization is an effective compression technology, showcasing immense potential in addressing this bottleneck problem. The Non-IID nature of FL renders it sensitive to quantization. Existing quantized FL frameworks inadequately balance high compression ratios and superior convergence performance by roughly employing a uniform quantization bit-width on the client-side. In this work, we propose a communication-efficient FL algorithm with a fine-grained adaptive quantization strategy (FedFQ). FedFQ addresses the trade-off between achieving high communication compression ratios and maintaining superior convergence performance by introducing parameter-level quantization. Specifically, we have designed a Constraint-Guided Simulated Annealing algorithm to determine specific quantization schemes. We derive the convergence of FedFQ, demonstrating its superior convergence performance compared to existing quantized FL algorithms. We conducted extensive experiments on multiple benchmarks and demonstrated that, while maintaining lossless performance, FedFQ achieves a compression ratio of 27 times to 63 times compared to the baseline experiment.
