ITAILGAug 5, 2021

Multi-task Federated Edge Learning (MtFEEL) in Wireless Networks

arXiv:2108.02517v3
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient personalized learning in wireless federated edge networks, offering a solution with theoretical guarantees, though it is incremental in improving existing FL methods.

The paper tackles the suboptimal performance of standard federated learning for edge devices by proposing a communication-efficient algorithm for personalized learning with convergence guarantees, achieving better performance than local training, FedAvg, and FedSGD under practical SNR conditions.

Federated Learning (FL) has evolved as a promising technique to handle distributed machine learning across edge devices. A single neural network (NN) that optimises a global objective is generally learned in most work in FL, which could be suboptimal for edge devices. Although works finding a NN personalised for edge device specific tasks exist, they lack generalisation and/or convergence guarantees. In this paper, a novel communication efficient FL algorithm for personalised learning in a wireless setting with guarantees is presented. The algorithm relies on finding a ``better`` empirical estimate of losses at each device, using a weighted average of the losses across different devices. It is devised from a Probably Approximately Correct (PAC) bound on the true loss in terms of the proposed empirical loss and is bounded by (i) the Rademacher complexity, (ii) the discrepancy, (iii) and a penalty term. Using a signed gradient feedback to find a personalised NN at each device, it is also proven to converge in a Rayleigh flat fading (in the uplink) channel, at a rate of the order max{1/SNR,1/sqrt(T)} Experimental results show that the proposed algorithm outperforms locally trained devices as well as the conventionally used FedAvg and FedSGD algorithms under practical SNR regimes.

Foundations

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

Your Notes