paper-with-me

홈 › Papers

Revisiting Weighted Aggregation in Federated Learning with Neural Networks

2023-02-14 · Zexi Li, Tao Lin, Xinyi Shang, Chao Wu

In federated learning (FL), weighted aggregation of local models is conducted to generate a global model, and the aggregation weights are normalized (the sum of weights is 1) and proportional to the local data sizes. In this paper, we revisit the weighted aggregation process and gain new insights into the training dynamics of FL. First, we find that the sum of weights can be smaller than 1, causing global weight shrinking effect (analogous to weight decay) and improving generalization. We explore how the optimal shrinking factor is affected by clients' data heterogeneity and local epochs. Second, we dive into the relative aggregation weights among clients to depict the clients' importance. We develop client coherence to study the learning dynamics and find a critical point that exists. Before entering the critical point, more coherent clients play more essential roles in generalization. Based on the above insights, we propose an effective method for Federated Learning with Learnable Aggregation Weights, named as FedLAW. Extensive experiments verify that our method can improve the generalization of the global model by a large margin on different datasets and models.

📄 PDF Abstract BibTeX arXiv:2302.10911

Code (1)

zexilee/icml-2023-fedlaw 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

MS Lesion Segmentation: Revisiting Weighting Mechanisms for Federated Learning

2022-05-03 · Dongnan Liu, Mariano Cabezas, Dongang Wang, Zihao Tang 외

Federated learning (FL) has been widely employed for medical image analysis to facilitate multi-client collaborative learning without sharing raw data. Despite great success, FL's performance is limited for multiple scle…

Federated LearningLesion SegmentationMedical Image AnalysisSegmentation

Benchmarking federated strategies in Peer-to-Peer Federated learning for biomedical data

2024-02-15 · Jose L. Salmeron, Irina Arévalo, Antonio Ruiz-Celma

The increasing requirements for data protection and privacy has attracted a huge research interest on distributed artificial intelligence and specifically on federated learning, an emerging machine learning approach that…

BenchmarkingFederated Learning

Communication-Efficient Federated Deep Learning with Asynchronous Model Update and Temporally Weighted Aggregation

2019-03-18 · Yang Chen, Xiaoyan Sun, Yaochu Jin

Federated learning obtains a central model on the server by aggregating models trained locally on clients. As a result, federated learning does not require clients to upload their data to the server, thereby preserving t…

Federated Learning

Attack-Resistant Federated Learning with Residual-based Reweighting

2019-12-24 · Shuhao Fu, Chulin Xie, Bo Li, Qifeng Chen

Federated learning has a variety of applications in multiple domains by utilizing private training data stored on different devices. However, the aggregation process in federated learning is highly vulnerable to adversar…

Federated Learningregression

Precision-Weighted Federated Learning

2021-07-20 · Jonatan Reyes, Lisa Di Jorio, Cecile Low-Kam, Marta Kersten-Oertel

Federated Learning using the Federated Averaging algorithm has shown great advantages for large-scale applications that rely on collaborative learning, especially when the training data is either unbalanced or inaccessib…

Computational EfficiencyFederated Learningimage-classificationImage Classification