Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Bayesian Federated Learning
Machine learningMachine learning

Bayesian Federated Learning

Bayesian Federated Learning (Probabilistic Federated Model Aggregation) · Also known as: BFL, probabilistic federated learning, Bayesian nonparametric federated learning, federated Bayesian inference

Bayesian Federated Learning combines federated learning — where model training is distributed across multiple clients without sharing raw data — with Bayesian inference, so that each client maintains a posterior distribution over model parameters rather than a single point estimate. This yields principled uncertainty quantification and more robust model aggregation across heterogeneous, privacy-preserving data silos.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Bayesian Federated Learning
Bayesian Logistic Regres…Bayesian Transfer Learni…Federated LearningGaussian ProcessSemi-supervised Federate…Robust Federated Learning

When to use it

Use Bayesian Federated Learning when data are distributed across multiple clients or institutions that cannot share raw records (medical, legal, financial settings), when calibrated predictive uncertainty is required for downstream decisions, or when client datasets are heterogeneous in size and distribution and you want aggregation to weight evidence appropriately. Prefer it over standard federated averaging when model uncertainty matters, when some clients are likely unreliable or adversarial, or when you need to detect out-of-distribution inputs at deployment. Do NOT use it when clients are numerous (thousands), communication budgets are very tight, and posteriors cannot be summarised cheaply; or when labels are fully observed at a central location and federated constraints do not apply — plain Bayesian inference on pooled data is simpler and more powerful in that case.

Strengths & limitations

Strengths
  • Principled uncertainty quantification: the model outputs calibrated confidence intervals rather than just point predictions.
  • Evidence-weighted aggregation naturally down-weights data-sparse or low-quality clients without ad-hoc tuning.
  • Privacy-preserving: only posterior summaries (not raw data) are communicated between clients and server.
  • Robust to heterogeneous client data distributions (non-IID settings) because the Bayesian framework accommodates different local likelihoods.
  • Bayesian nonparametric variants (PFNM) allow each client to have differently-sized models, enabling heterogeneous architectures.
Limitations
  • Computing exact local posteriors is intractable for large neural networks; approximations (variational inference, Laplace) introduce bias.
  • Communication cost per round is higher than FedAvg when posterior summaries (full covariance matrices) are transmitted.
  • Scalability to thousands of clients is limited; most published results involve tens to a few hundred participants.
  • Requires choosing a prior that is appropriate for all clients; a misspecified global prior can degrade all local posteriors.

Frequently asked

How does Bayesian Federated Learning differ from standard FedAvg?

FedAvg aggregates point-estimate weight vectors by averaging. Bayesian FL aggregates posterior distributions, which carry uncertainty information. The result is a global model that can express confidence levels and that weights contributions by statistical evidence rather than treating all clients equally.

Is Bayesian Federated Learning feasible for deep neural networks?

Yes, but with approximations. Exact Bayesian inference is intractable for deep nets, so practitioners use Laplace approximations, mean-field variational inference, or MC Dropout. These approximations introduce bias but are computationally manageable and still substantially outperform point estimates in uncertainty calibration.

How many clients are needed?

Published results typically involve 10 to a few hundred clients. The Bayesian framework provides its clearest advantage in heterogeneous, small-client-count settings. With thousands of clients, communication overhead and approximation quality become bottlenecks.

What output does the method produce?

The global posterior over model parameters. In practice this is usually summarised as predictive means and variances (or credible intervals) for each test point. Some implementations also provide client-level posteriors for personalized prediction.

Can this method defend against adversarial or poisoned clients?

Bayesian aggregation is more naturally robust than simple averaging because data-sparse or anomalous clients contribute posteriors with high variance, which are down-weighted in precision-weighted aggregation. However, it is not a complete defense against sophisticated attacks and should be combined with explicit Byzantine-robust aggregation rules when adversarial clients are expected.

Sources

  1. Yurochkin, M., Agarwal, M., Ghosh, S., Greenewald, K., Hoang, N., & Khazaeni, Y. (2019). Bayesian Nonparametric Federated Learning of Neural Networks. Proceedings of the 36th International Conference on Machine Learning (ICML 2019), PMLR 97, 7101–7110. link ↗
  2. Corinzia, L., & Buhmann, J. M. (2019). Variational Federated Multi-Task Learning. arXiv preprint arXiv:1906.06268. link ↗

How to cite this page

ScholarGate. (2026, June 3). Bayesian Federated Learning (Probabilistic Federated Model Aggregation). ScholarGate. https://scholargate.app/en/machine-learning/bayesian-federated-learning

Related methods

Bayesian Logistic RegressionBayesian Transfer LearningFederated LearningGaussian ProcessSemi-supervised Federated learning

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Bayesian Logistic RegressionBayesian↔ compare
  • Bayesian Transfer LearningMachine learning↔ compare
  • Federated LearningPrivacy↔ compare
  • Gaussian ProcessMachine learning↔ compare
  • Semi-supervised Federated learningMachine learning↔ compare
Compare side by side →

Referenced by

Robust Federated Learning

Similar methods

Ensemble Federated LearningFederated LearningActive Learning Federated LearningRegularized Federated LearningOnline Federated LearningRobust Federated LearningBayesian Few-Shot LearningBayesian Semi-supervised Learning

Related reference concepts

Variational InferenceBayesian Model AveragingHierarchical Bayesian ModelsBayesian Inference FoundationsGaussian Process ModelsBayesian Nonparametrics

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Bayesian Federated Learning (Bayesian Federated Learning (Probabilistic Federated Model Aggregation)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/bayesian-federated-learning · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Yurochkin, M. et al.; McMahan, H. B. et al. (foundational federated learning)
Year
2019
Type
Probabilistic federated ensemble
DataType
Distributed tabular, image, or text data across silos
Subfamily
Machine learning
Related methods
Bayesian Logistic RegressionBayesian Transfer LearningFederated LearningGaussian ProcessSemi-supervised Federated learning
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account