LGNov 13, 2023

Data-Aware Gradient Compression for FL in Communication-Constrained Mobile Computing

arXiv:2311.07324v38 citationsh-index: 7
Originality Incremental advance
AI Analysis

It addresses communication constraints in mobile FL, which is an incremental improvement over existing gradient compression techniques by optimizing for non-uniform data distributions.

This paper tackles the problem of communication bottlenecks in Federated Learning (FL) for mobile environments by proposing data-aware gradient compression methods that assign varying compression ratios to workers based on data volumes, resulting in training speed improvements of up to 25.43% and 16.65% compared to uniform compression in non-IID scenarios.

Federated Learning (FL) in mobile environments faces significant communication bottlenecks. Gradient compression has proven as an effective solution to this issue, offering substantial benefits in environments with limited bandwidth and metered data. Yet, it encounters severe performance drops in non-IID environments due to a one-size-fits-all compression approach, which does not account for the varying data volumes across workers. Assigning varying compression ratios to workers with distinct data distributions and volumes is therefore a promising solution. This work derives the convergence rate of distributed SGD with non-uniform compression, which reveals the intricate relationship between model convergence and the compression ratios applied to individual workers. Accordingly, we frame the relative compression ratio assignment as an $n$-variable chi-squared nonlinear optimization problem, constrained by a limited communication budget. We propose DAGC-R, which assigns conservative compression to workers handling larger data volumes. Recognizing the computational limitations of mobile devices, we propose the DAGC-A, which is computationally less demanding and enhances the robustness of compression in non-IID scenarios. Our experiments confirm that the DAGC-R and DAGC-A can speed up the training speed by up to $25.43\%$ and $16.65\%$ compared to the uniform compression respectively, when dealing with highly imbalanced data volume distribution and restricted communication.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes