LGMar 26, 2021

Hierarchical Federated Learning with Quantization: Convergence Analysis and System Design

arXiv:2103.14272v2143 citations
Originality Incremental advance
AI Analysis

This work addresses communication bottlenecks in distributed machine learning for applications like IoT or edge computing, but it is incremental as it builds on existing hierarchical FL frameworks.

The paper tackles the problem of improving communication efficiency in hierarchical federated learning by deriving a tighter convergence bound that incorporates model quantization, leading to optimized aggregation intervals that reduce communication overhead.

Federated learning (FL) is a powerful distributed machine learning framework where a server aggregates models trained by different clients without accessing their private data. Hierarchical FL, with a client-edge-cloud aggregation hierarchy, can effectively leverage both the cloud server's access to many clients' data and the edge servers' closeness to the clients to achieve a high communication efficiency. Neural network quantization can further reduce the communication overhead during model uploading. To fully exploit the advantages of hierarchical FL, an accurate convergence analysis with respect to the key system parameters is needed. Unfortunately, existing analysis is loose and does not consider model quantization. In this paper, we derive a tighter convergence bound for hierarchical FL with quantization. The convergence result leads to practical guidelines for important design problems such as the client-edge aggregation and edge-client association strategies. Based on the obtained analytical results, we optimize the two aggregation intervals and show that the client-edge aggregation interval should slowly decay while the edge-cloud aggregation interval needs to adapt to the ratio of the client-edge and edge-cloud propagation delay. Simulation results shall verify the design guidelines and demonstrate the effectiveness of the proposed aggregation strategy.

Foundations

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

Your Notes