Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FedBE: Making Bayesian Model Ensemble Applicable to Federated Learning

About

Federated learning aims to collaboratively train a strong global model by accessing users' locally trained models but not their own data. A crucial step is therefore to aggregate local models into a global model, which has been shown challenging when users have non-i.i.d. data. In this paper, we propose a novel aggregation algorithm named FedBE, which takes a Bayesian inference perspective by sampling higher-quality global models and combining them via Bayesian model Ensemble, leading to much robust aggregation. We show that an effective model distribution can be constructed by simply fitting a Gaussian or Dirichlet distribution to the local models. Our empirical studies validate FedBE's superior performance, especially when users' data are not i.i.d. and when the neural networks go deeper. Moreover, FedBE is compatible with recent efforts in regularizing users' model training, making it an easily applicable module: you only need to replace the aggregation method but leave other parts of your federated learning algorithm intact. Our code is publicly available at https://github.com/hongyouc/FedBE.

Hong-You Chen, Wei-Lun Chao• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationEMNIST
Accuracy88.37
90
Image ClassificationCIFAR-10-LT (IF 50)
Top-1 Accuracy59.55
88
Image ClassificationCIFAR-100 LT (IF=50)
Top-1 Acc36.39
82
PersonalizationCIFAR-100 (test)
Accuracy79.82
80
Image ClassificationCIFAR-10-LT IF 100
Top-1 Accuracy55.79
78
ClassificationFMNIST
Accuracy80.35
68
Image ClassificationCIFAR-100 LT (IF=100)
Top-1 Acc31.97
55
Image ClassificationCIFAR-10-LT IF 10
Top-1 Accuracy77.78
46
Image ClassificationCIFAR-100 LT IF=10
Top-1 Accuracy46.25
25
Global PredictionCIFAR-100 initial (test)
Accuracy42.49
24
Showing 10 of 12 rows

Other info

Follow for update