MLLGMay 22, 2022

Federated Learning Aggregation: New Robust Algorithms with Guarantees

arXiv:2205.10864v218 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust model aggregation in federated learning for distributed edge computing, presenting incremental improvements over existing methods.

The paper tackled the problem of improving model aggregation in federated learning by developing new algorithms that adjust contributions based on client losses, and demonstrated their performance in classification tasks under IID and Non-IID settings.

Federated Learning has been recently proposed for distributed model training at the edge. The principle of this approach is to aggregate models learned on distributed clients to obtain a new more general "average" model (FedAvg). The resulting model is then redistributed to clients for further training. To date, the most popular federated learning algorithm uses coordinate-wise averaging of the model parameters for aggregation. In this paper, we carry out a complete general mathematical convergence analysis to evaluate aggregation strategies in a federated learning framework. From this, we derive novel aggregation algorithms which are able to modify their model architecture by differentiating client contributions according to the value of their losses. Moreover, we go beyond the assumptions introduced in theory, by evaluating the performance of these strategies and by comparing them with the one of FedAvg in classification tasks in both the IID and the Non-IID framework without additional hypothesis.

Foundations

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

Your Notes