LGAINAMar 26, 2022

SlimFL: Federated Learning with Superposition Coding over Slimmable Neural Networks

arXiv:2203.14094v324 citationsh-index: 83
Originality Incremental advance
AI Analysis

This addresses communication and energy efficiency issues in federated learning for edge devices, but it is incremental as it builds on existing SNN and FL techniques.

The paper tackles the challenges of heterogeneous energy, wireless channel conditions, and non-IID data distributions in federated learning by proposing SlimFL, a framework integrating slimmable neural networks with superposition coding and training. The result is a communication-efficient method that handles non-IID data and poor channels, as proven by convergence analysis and simulations.

Federated learning (FL) is a key enabler for efficient communication and computing, leveraging devices' distributed computing capabilities. However, applying FL in practice is challenging due to the local devices' heterogeneous energy, wireless channel conditions, and non-independently and identically distributed (non-IID) data distributions. To cope with these issues, this paper proposes a novel learning framework by integrating FL and width-adjustable slimmable neural networks (SNN). Integrating FL with SNNs is challenging due to time-varying channel conditions and data distributions. In addition, existing multi-width SNN training algorithms are sensitive to the data distributions across devices, which makes SNN ill-suited for FL. Motivated by this, we propose a communication and energy-efficient SNN-based FL (named SlimFL) that jointly utilizes superposition coding (SC) for global model aggregation and superposition training (ST) for updating local models. By applying SC, SlimFL exchanges the superposition of multiple-width configurations decoded as many times as possible for a given communication throughput. Leveraging ST, SlimFL aligns the forward propagation of different width configurations while avoiding inter-width interference during backpropagation. We formally prove the convergence of SlimFL. The result reveals that SlimFL is not only communication-efficient but also deals with non-IID data distributions and poor channel conditions, which is also corroborated by data-intensive simulations.

Foundations

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

Your Notes