AI Navigate

QuantFL: Sustainable Federated Learning for Edge IoT via Pre-Trained Model Quantisation

arXiv cs.LG / 3/19/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • QuantFL introduces a sustainable federated learning framework for edge IoT that uses pre-trained initialisation to enable aggressive, memory-efficient quantisation.
  • It leverages pre-training to concentrate update statistics, enabling bucket quantisation without energy-intensive error-feedback, achieving significant communication reductions (around 40% total-bit reduction with full-precision downlink and over 80% uplink reduction when downlink is quantised) while maintaining or exceeding baselines on MNIST and CIFAR-100.
  • The study includes ablations on quantisation levels and initialisation and demonstrates performance under strict bandwidth budgets, offering a practical, green recipe for scalable training on battery-constrained IoT networks.
  • The work accounts for uplink/downlink costs and presents a path toward reducing energy footprints in edge FL while preserving accuracy.

Abstract

Federated Learning (FL) enables privacy-preserving intelligence on Internet of Things (IoT) devices but incurs a significant carbon footprint due to the high energy cost of frequent uplink transmission. While pre-trained models are increasingly available on edge devices, their potential to reduce the energy overhead of fine-tuning remains underexplored. In this work, we propose QuantFL, a sustainable FL framework that leverages pre-trained initialisation to enable aggressive, computationally lightweight quantisation. We demonstrate that pre-training naturally concentrates update statistics, allowing us to use memory-efficient bucket quantisation without the energy-intensive overhead of complex error-feedback mechanisms. On MNIST and CIFAR-100, QuantFL reduces total communication by 40\% (\simeq40\% total-bit reduction with full-precision downlink; \geq80\% on uplink or when downlink is quantised) while matching or exceeding uncompressed baselines under strict bandwidth budgets; BU attains 89.00\% (MNIST) and 66.89\% (CIFAR-100) test accuracy with orders of magnitude fewer bits. We also account for uplink and downlink costs and provide ablations on quantisation levels and initialisation. QuantFL delivers a practical, "green" recipe for scalable training on battery-constrained IoT networks.