LGDCJun 22, 2022

Quantization Robust Federated Learning for Efficient Inference on Heterogeneous Devices

arXiv:2206.10844v123 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the energy demands and hardware constraints for on-device learning in federated settings, though it is incremental as it builds on existing federated averaging methods.

The authors tackled the problem of enabling trained federated learning models to be quantized to various bit-widths for efficient on-device inference, resulting in models that are significantly more robust to different bit-widths with only limited reduction in full precision accuracy.

Federated Learning (FL) is a machine learning paradigm to distributively learn machine learning models from decentralized data that remains on-device. Despite the success of standard Federated optimization methods, such as Federated Averaging (FedAvg) in FL, the energy demands and hardware induced constraints for on-device learning have not been considered sufficiently in the literature. Specifically, an essential demand for on-device learning is to enable trained models to be quantized to various bit-widths based on the energy needs and heterogeneous hardware designs across the federation. In this work, we introduce multiple variants of federated averaging algorithm that train neural networks robust to quantization. Such networks can be quantized to various bit-widths with only limited reduction in full precision model accuracy. We perform extensive experiments on standard FL benchmarks to evaluate our proposed FedAvg variants for quantization robustness and provide a convergence analysis for our Quantization-Aware variants in FL. Our results demonstrate that integrating quantization robustness results in FL models that are significantly more robust to different bit-widths during quantized on-device inference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes