TL;DR
This study evaluates how different levels of quantization affect the accuracy and communication efficiency of federated learning models in aerospace predictive maintenance, demonstrating INT4 as an optimal balance.
Contribution
It provides a comprehensive analysis of quantization effects on FL accuracy and communication, highlighting INT4's effectiveness and FPGA implementation feasibility.
Findings
INT4 quantization maintains accuracy similar to FP32 with 8x reduced communication.
Naive IID partitioning underestimates variance; true Non-IID evaluation shows quantization instability.
INT2 quantization causes instability and non-reproducibility under heterogeneity.
Abstract
Federated learning (FL) enables privacy-preserving predictive maintenance across distributed aerospace fleets, but gradient communication overhead constrains deployment on bandwidth-limited IoT nodes. This paper investigates the impact of symmetric uniform quantization ( bits) on the accuracy--efficiency trade-off of a custom-designed lightweight 1-D convolutional model (AeroConv1D, 9\,697 parameters) trained via FL on the NASA C-MAPSS benchmark under a realistic Non-IID client partition. Using a rigorous multi-seed evaluation ( seeds), we show that INT4 achieves accuracy \emph{statistically indistinguishable} from FP32 on both FD001 () and FD002 ( MAE, NASA score) while delivering an reduction in gradient communication cost (37.88~KiB 4.73~KiB per round). A key methodological finding is that na\"ive IID client…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
