paper-with-me

홈 › Papers

Federated Learning Aggregation: New Robust Algorithms with Guarantees

2022-05-22 · Adnan Ben Mansour, Gaia Carenini, Alexandre Duplessis, David Naccache

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.

📄 PDF Abstract BibTeX arXiv:2205.10864

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Securing Secure Aggregation: Mitigating Multi-Round Privacy Leakage in Federated Learning

2021-06-07 · Jinhyun So, Ramy E. Ali, Basak Guler, Jiantao Jiao 외

Secure aggregation is a critical component in federated learning (FL), which enables the server to learn the aggregate model of the users without observing their local models. Conventionally, secure aggregation algorithm…

FairnessFederated Learning

Encoded Gradients Aggregation against Gradient Leakage in Federated Learning

2022-05-26 · Dun Zeng, Shiyu Liu, Siqi Liang, Zonghang Li 외

Federated learning enables isolated clients to train a shared model collaboratively by aggregating the locally-computed gradient updates. However, privacy information could be leaked from uploaded gradients and be expose…

Federated Learning

Knowledge Distillation for Federated Learning: a Practical Guide

2022-11-09 · Alessio Mora, Irene Tenison, Paolo Bellavista, Irina Rish

Federated Learning (FL) enables the training of Deep Learning models without centrally collecting possibly sensitive raw data. This paves the way for stronger privacy guarantees when building predictive models. The most …

Federated LearningKnowledge Distillation

Federated Learning with Differential Privacy: An Utility-Enhanced Approach

2025-03-27 · Kanishka Ranaweera, Dinh C. Nguyen, Pubudu N. Pathirana, David Smith 외

Federated learning has emerged as an attractive approach to protect data privacy by eliminating the need for sharing clients' data while reducing communication costs compared with centralized machine learning algorithms.…

Federated Learning

Scalable Robust Federated Learning with Provable Security Guarantees

2021-09-29 · Andrew Liu, Jacky Y. Zhang, Nishant Kumar, Dakshita Khurana 외

Federated averaging, the most popular aggregation approach in federated learning, is known to be vulnerable to failures and adversarial updates from clients that wish to disrupt training. While median aggregation remains…

Federated Learning