Skip to content
Open access

EA-AQF: energy aware adaptive quantization and freezing in federated learning

Aug 2026 · Cluster Computing · Vol 29 · 0 citations · 46 references

TL;DR

Energy-Aware Adaptive Quantization and Freezing (EA-AQF), a unified framework that co-optimizes communication and computation, is presented, a unified framework that co-optimizes communication and computation and maintains robust convergence in highly heterogeneous tasks.

Abstract

Federated Learning (FL) enables collaborative model training across decentralized edge devices while preserving data privacy. However, real-world deployments are severely hindered by high uplink communication overhead and heterogeneous on-device computational constraints. To address these joint bottlenecks, We present Energy-Aware Adaptive Quantization and Freezing (EA-AQF), a unified framework that co-optimizes communication and computation. EA-AQF introduces a tiered mapping policy that assigns stage-wise activation bitwidths based on a dynamic client resource indicator. To further reduce local training costs, we implement a deterministic, precision-conditioned stage-freezing policy that disables gradient updates for computationally expensive network stages during backpropagation. Additionally, weight quantization is applied to client updates to minimize the communication footprint. We evaluate EA-AQF across diverse architectures, including CNN-7, CNN-17, and ResNet-20 on CIFAR-10, CIFAR-100, and MNIST datasets, and LSTM and MLP on IMDB and HAR datasets, under varying statistical distributions. Experimental results demonstrate that EA-AQF achieves a consistent communication reduction of 72.9% to 74.8% and significant computation reduction up to 12.66\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\times$$\end{document}, which is 1.6\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\times$$\end{document} higher than prior state-of-the-art methods, with a marginal accuracy trade-off typically within 2-3% of full-precision baselines. Quantitatively, our sustainability analysis reveals that EA-AQF achieves up to 65% reduction in energy consumption compared to state-of-the-art, while strictly limiting carbon emissions to as low as 0.0122 \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\mathrm {kgCO_2e}$$\end{document} for resource-intensive tasks. Notably, in highly heterogeneous tasks, EA-AQF maintains robust convergence positioning it as a highly efficient solution for sustainable edge AI.

Read PDF

Similar papers

Preprint Jul 2026

GQ-FSL: Green Quantized Federated Split Learning Framework for Wireless Edge Networks

A green quantized FSL (GQ-FSL) framework that incorporates stochastic quantization for both local collaborative training and wireless transmissions and enables large-scale DNN deployment on resource-constrained devices, achieving superior energy efficiency compared to quantized federated learning and full-precision FSL.

Idan Roth, L. Lampe · 0 citations
Conference Jul 2026

FedEdge-Adapt: Adaptive Federated Learning for Heterogeneous Edge AI Systems

Federated learning (FL) on heterogeneous edge networks faces a fundamental tension: standard aggregation protocols assume client homogeneity, yet real-world edge deployments span device tiers with $7 \times$ compute and $\mathbf{1 0} \times$ bandwidth disparities. Slow clients become stragglers that stall synchronous rounds, while uniform gradient compression degrades accuracy on bandwidth-constrained devices. This paper presents FedEdge-Adapt, a novel adaptive federated learning framework that jointly addresses device heterogeneity, straggler mitigation, and communication efficiency without sacrificing model quality. FedEdge-Adapt introduces three tightly coupled mechanisms: (1) tier-aware gradient compression that applies device-class-specific sparsification ratios, (2) drift-corrected aggregation that reweights client updates based on staleness and data heterogeneity, and (3) predictive client selection that anticipates dropout-prone devices using a lightweight resource oracle. We evaluate FedEdge-Adapt on a 30-node heterogeneous edge network over 150 communication rounds using the CIFAR-10 dataset under non-IID distributions ($\alpha=0.5$ Dirichlet) and compare against FedAvg, FedProx, and SCAFFOLD baselines. FedEdge-Adapt achieves 85.44% global accuracy, a 6.85 percentage-point improvement over FedAvg, while simultaneously reducing round latency by $\mathbf{6 7. 4 \%}$, communication overhead by $\mathbf{3 4. 0 \%}$, and client dropout rate by $\mathbf{5 4. 0 \%}$. Convergence is reached in 18 rounds versus 31 for FedAvg. Extended experiments across 100+ rounds confirm long-term stability with no late-stage divergence.

Saher Elsayed, Mohamed Ali, Samer Abubaker et al. · 0 citations
Open access Aug 2026

Adaptive Hyperparameter Adjustment and Resource Allocation for Federated Learning in the Industrial Internet of Things

Timely and accurate defect classification is critical for ensuring product quality and safety in industrial inspection scenarios. The widespread deployment of Internet of Things (IoT) devices equipped with sensing, computing, and communication capabilities has promoted the development of AI-enabled industrial applications. However, conventional AI approaches typically rely on centralized data collection and processing, which become impractical in real-world IoT environments due to growing privacy concerns and constrained device resources. To address these challenges, this paper proposes a communication-efficient adaptive federated learning algorithm for heterogeneous defect classification tasks. The proposed approach jointly accelerates the training process through three mechanisms: (i) adaptive local updates that balance communication and computation overheads; (ii) parameter compression that trades off communication cost against model accuracy; (iii) joint bandwidth and computation-power allocation that optimizes per-round communication and computation time across participating devices. We further analyze the joint effects of these three mechanisms and provide a convergence analysis. Extensive simulations show that the proposed method achieves competitive classification accuracy while reducing single-round training time by up to 70%.

Shuo He, He-Yang Wei, Congxian Bi et al. · 0 citations
Preprint Aug 2026

Resilient Decentralized Wireless Federated Learning via Gradient Tracking with AdamW

Experimental results on heterogeneous MNIST and CIFAR-10 settings show that QEF-GT-AdamW consistently improves robustness and convergence performance over representative DecL baselines while achieving favorable accuracy-communication trade-offs under limited wireless resources.

Thieu Van Nguyen, T. Nguyen, Ons Aouedi et al. · 0 citations