Multi-Layer Hierarchical Federated Learning with Quantization
Seyed Mohammad Azimi-Abarghouyi, Carlo Fischione
TL;DR
This work extends federated learning to arbitrary multi-layer hierarchies by introducing QMLHFL, a quantization-aware nested-aggregation framework. It provides a general convergence analysis showing how the convergence speed scales with the product of intra-layer iterations and how quantization and network depth affect the bound, and it formulates a geometric-programming approach to optimally allocate intra-layer iterations under deadlines. The method is validated on MNIST and CIFAR-10, demonstrating faster run-time to convergence and higher accuracy when using optimized layer-wise iterations and quantization, especially at greater depths. The results highlight the practical impact of depth-enabled, communication-efficient FL for large-scale, heterogeneous networks, enabling scalable deployment across edge-to-cloud infrastructures.
Abstract
Almost all existing hierarchical federated learning (FL) models are limited to two aggregation layers, restricting scalability and flexibility in complex, large-scale networks. In this work, we propose a Multi-Layer Hierarchical Federated Learning framework (QMLHFL), which appears to be the first study that generalizes hierarchical FL to arbitrary numbers of layers and network architectures through nested aggregation, while employing a layer-specific quantization scheme to meet communication constraints. We develop a comprehensive convergence analysis for QMLHFL and derive a general convergence condition and rate that reveal the effects of key factors, including quantization parameters, hierarchical architecture, and intra-layer iteration counts. Furthermore, we determine the optimal number of intra-layer iterations to maximize the convergence rate while meeting a deadline constraint that accounts for both communication and computation times. Our results show that QMLHFL consistently achieves high learning accuracy, even under high data heterogeneity, and delivers notably improved performance when optimized, compared to using randomly selected values.
