paper-with-me

홈 › Papers

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 inaccessible due to privacy constraints. We hypothesize that Federated Averaging underestimates the full extent of heterogeneity of data when the aggregation is performed. We propose Precision-weighted Federated Learning a novel algorithm that takes into account the variance of the stochastic gradients when computing the weighted average of the parameters of models trained in a Federated Learning setting. With Precision-weighted Federated Learning, we provide an alternate averaging scheme that leverages the heterogeneity of the data when it has a large diversity of features in its composition. Our method was evaluated using standard image classification datasets with two different data partitioning strategies (IID/non-IID) to measure the performance and speed of our method in resource-constrained environments, such as mobile and IoT devices. We obtained a good balance between computational efficiency and convergence rates with Precision-weighted Federated Learning. Our performance evaluations show 9% better predictions with MNIST, 18% with Fashion-MNIST, and 5% with CIFAR-10 in the non-IID setting. Further reliability evaluations ratify the stability in our method by reaching a 99% reliability index with IID partitions and 96% with non-IID partitions. In addition, we obtained a 20x speedup on Fashion-MNIST with only 10 clients and up to 37x with 100 clients participating in the aggregation concurrently per communication round. The results indicate that Precision-weighted Federated Learning is an effective and faster alternative approach for aggregating private data, especially in domains where data is highly heterogeneous.

📄 PDF Abstract BibTeX arXiv:2107.09627

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFederated Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Adaptive Intrusion Detection in the Networking of Large-Scale LANs with Segmented Federated Learning

2020-12-16 · IEEE Open Journal of the Communications Society (Conference version: IJCNN) 2020 12 · Yuwei Sun, Hiroshi Esaki, Hideya Ochiai.

Predominant network intrusion detection systems (NIDS) aim to identify malicious traffic patterns based on a handcrafted dataset of rules. Recently, the application of machine learning in NIDS helps alleviate the enormou…

Federated LearningIntrusion DetectionNetwork Intrusion DetectionPersonalized Federated Learning

Distributed Networked Learning with Correlated Data

2019-10-28 · Lingzhou Hong, Alfredo Garcia, Ceyhun Eksin

We consider a distributed estimation method in a setting with heterogeneous streams of correlated data distributed across nodes in a network. In the considered approach, linear models are estimated locally (i.e., with on…

Federated Learning

Federated Learning on Adaptively Weighted Nodes by Bilevel Optimization

2022-07-21 · Yankun Huang, Qihang Lin, Nick Street, Stephen Baek

We propose a federated learning method with weighted nodes in which the weights can be modified to optimize the model's performance on a separate validation set. The problem is formulated as a bilevel optimization where …

Bilevel OptimizationFederated Learning

$\alpha$-Weighted Federated Adversarial Training

2021-09-29 · Jianing Zhu, Jiangchao Yao, Tongliang Liu, Kunyang Jia 외

Federated Adversarial Training (FAT) helps us address the data privacy and governance issues, meanwhile maintains the model robustness to the adversarial attack. However, the inner-maximization optimization of Adversaria…

Adversarial AttackFederated Learning

Federated Continual Learning with Weighted Inter-client Transfer

2020-03-06 · Jaehong Yoon, Wonyong Jeong, Giwoong Lee, Eunho Yang 외

There has been a surge of interest in continual learning and federated learning, both of which are important in deep neural networks in real-world scenarios. Yet little research has been done regarding the scenario where…

Continual LearningFederated LearningTransfer Learning