paper-with-me

홈 › Papers

Robust One Round Federated Learning with Predictive Space Bayesian Inference

2022-06-20 · Mohsin Hasan, Zehao Zhang, Kaiyang Guo, Mahdi Karami, Guojun Zhang, Xi Chen, Pascal Poupart

Making predictions robust is an important challenge. A separate challenge in federated learning (FL) is to reduce the number of communication rounds, particularly since doing so reduces performance in heterogeneous data settings. To tackle both issues, we take a Bayesian perspective on the problem of learning a global model. We show how the global predictive posterior can be approximated using client predictive posteriors. This is unlike other works which aggregate the local model space posteriors into the global model space posterior, and are susceptible to high approximation errors due to the posterior's high dimensional multimodal nature. In contrast, our method performs the aggregation on the predictive posteriors, which are typically easier to approximate owing to the low-dimensionality of the output space. We present an algorithm based on this idea, which performs MCMC sampling at each client to obtain an estimate of the local posterior, and then aggregates these in one round to obtain a global ensemble model. Through empirical evaluation on several classification and regression tasks, we show that despite using one round of communication, the method is competitive with other FL techniques, and outperforms them on heterogeneous settings. The code is publicly available at https://github.com/hasanmohsin/FedPredSpace_1Round.

📄 PDF Abstract BibTeX arXiv:2206.09526

Code (1)

hasanmohsin/fedpredspace_1round 공식 구현 pytorch

Tasks

Bayesian InferenceFederated Learning

Similar Papers 제목 키워드 기반

Calibrated One Round Federated Learning with Bayesian Inference in the Predictive Space

2023-12-15 · Mohsin Hasan, Guojun Zhang, Kaiyang Guo, Xi Chen 외

Federated Learning (FL) involves training a model over a dataset distributed among clients, with the constraint that each client's dataset is localized and possibly heterogeneous. In FL, small and noisy datasets are comm…

Bayesian InferenceFederated Learning

Federated Variational Inference: Towards Improved Personalization and Generalization

2023-05-23 · Elahe Vedadi, Joshua V. Dillon, Philip Andrew Mansfield, Karan Singhal 외

Conventional federated learning algorithms train a single global model by leveraging all participating clients' data. However, due to heterogeneity in client generative distributions and predictive models, these approach…

Bayesian InferenceFederated LearningGeneralization Boundsimage-classification+2

Forget-SVGD: Particle-Based Bayesian Federated Unlearning

2021-11-23 · Jinu Gong, Osvaldo Simeone, Rahif Kassab, Joonhyuk Kang

Variational particle-based Bayesian learning methods have the advantage of not being limited by the bias affecting more conventional parametric techniques. This paper proposes to leverage the flexibility of non-parametri…

Bayesian InferenceFederated Learning

Subspace Inference for Bayesian Deep Learning

2019-07-17 · Pavel Izmailov, Wesley J. Maddox, Polina Kirichenko, Timur Garipov 외

Bayesian inference was once a gold standard for learning with neural networks, providing accurate full predictive distributions and well calibrated uncertainty. However, scaling Bayesian inference techniques to deep neur…

Bayesian InferenceDeep Learningimage-classificationImage Classification+2

Marginal and Joint Cross-Entropies & Predictives for Online Bayesian Inference, Active Learning, and Active Sampling

2022-05-18 · Andreas Kirsch, Jannik Kossen, Yarin Gal

Principled Bayesian deep learning (BDL) does not live up to its potential when we only focus on marginal predictive distributions (marginal predictives). Recent works have highlighted the importance of joint predictives …

Active LearningBayesian InferenceDecision MakingSequential Decision Making