🤖 AI Summary
To address the challenges of bandwidth constraints, severe interference, and duty-cycle limitations hindering federated learning (FL) deployment in LoRa-based low-power wide-area networks (LPWANs), this work designs and implements a lightweight FL simulation platform integrating Flower and LoRaSim. We propose a fine-grained, link-level LoRa channel model that accurately captures receiver sensitivity, multi-source interference, and block fading effects. Systematic evaluation is conducted on the impact of forward error correction (FEC), update sparsification, quantization compression, and duty cycling on FL convergence behavior and over-the-air transmission time. Experimental results demonstrate that judicious FEC configuration significantly improves both convergence speed and stability while reducing device communication overhead. This work provides a reproducible simulation framework and key design guidelines for efficient FL protocol development in resource-constrained LPWAN environments.
📝 Abstract
Federated learning (FL) over long-range (LoRa) low-power wide area networks faces unique challenges due to limited bandwidth, interference, and strict duty-cycle constraints. We develop a Python-based simulator that integrates and extends the Flower and LoRaSim frameworks to evaluate centralized FL over LoRa networks. The simulator employs a detailed link-level model for FL update transfer over LoRa channels, capturing LoRa's receiver sensitivity, interference characteristics, block-fading effects, and constraints on the maximum transmission unit. It supports update sparsification, quantization, compression, forward frame-erasure correction (FEC), and duty cycling. Numerical results illustrate the impact of transmission parameters (spreading factor, FEC rate) and interference on FL performance. Demonstrating the critical role of FEC in enabling FL over LoRa networks, we perform an in-depth evaluation of the impact of FEC on FL convergence and device airtime, providing insights for communication protocol design for FL over LoRa networks.