paper-with-me

홈 › Papers

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

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

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 common, highlighting the need for well-calibrated models that represent the uncertainty of predictions. The closest FL techniques to achieving such goals are the Bayesian FL methods which collect parameter samples from local posteriors, and aggregate them to approximate the global posterior. To improve scalability for larger models, one common Bayesian approach is to approximate the global predictive posterior by multiplying local predictive posteriors. In this work, we demonstrate that this method gives systematically overconfident predictions, and we remedy this by proposing $\beta$-Predictive Bayes, a Bayesian FL algorithm that interpolates between a mixture and product of the predictive posteriors, using a tunable parameter $\beta$. This parameter is tuned to improve the global ensemble's calibration, before it is distilled to a single model. Our method is evaluated on a variety of regression and classification datasets to demonstrate its superiority in calibration to other baselines, even as data heterogeneity increases. Code available at https://github.com/hasanmohsin/betaPredBayesFL

📄 PDF Abstract BibTeX arXiv:2312.09817

Code (2)

hasanmohsin/betapredbayes_fl 공식 구현 pytorch
hasanmohsin/betapredbayesfl 공식 구현 pytorch

Tasks

Bayesian InferenceFederated Learning

Similar Papers 제목 키워드 기반

Federated Generalised Variational Inference: A Robust Probabilistic Federated Learning Framework

2025-02-02 · Terje Mildner, Oliver Hamelijnck, Paris Giampouras, Theodoros Damoulas

We introduce FedGVI, a probabilistic Federated Learning (FL) framework that is robust to both prior and likelihood misspecification. FedGVI addresses limitations in both frequentist and Bayesian FL by providing unbiased …

Federated LearningUncertainty QuantificationVariational Inference

Federated Generalized Bayesian Learning via Distributed Stein Variational Gradient Descent

2020-09-11 · Rahif Kassab, Osvaldo Simeone

This paper introduces Distributed Stein Variational Gradient Descent (DSVGD), a non-parametric generalized Bayesian inference framework for federated learning. DSVGD maintains a number of non-random and interacting parti…

Bayesian InferenceFederated LearningScheduling

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

Efficient Bayesian Deep Ensembles via Analytic Predictive Inference

2026-07-07 · Sina Aghaee Dabaghan Fard, Marie Maros, Jaesung Lee arxiv

We introduce an efficient Bayesian deep ensemble method for predictive regression designed to enhance interpretability while maintaining competitive predictive performance and computational efficiency. Our method combine…

Computational EfficiencyBayesian Inference

Robust One Round Federated Learning with Predictive Space Bayesian Inference

2022-06-20 · Mohsin Hasan, Zehao Zhang, Kaiyang Guo, Mahdi Karami 외

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 …

Bayesian InferenceFederated Learning