paper-with-me

Papers

Federated Bayesian Deep Learning: The Application of Statistical Aggregation Methods to Bayesian Models

2024-03-22 · John Fischer, Marko Orescanin, Justin Loomis, Patrick McClure

Federated learning (FL) is an approach to training machine learning models that takes advantage of multiple distributed datasets while maintaining data privacy and reducing communication costs associated with sharing local datasets. Aggregation strategies have been developed to pool or fuse the weights and biases of distributed deterministic models; however, modern deterministic deep learning (DL) models are often poorly calibrated and lack the ability to communicate a measure of epistemic uncertainty in prediction, which is desirable for remote sensing platforms and safety-critical applications. Conversely, Bayesian DL models are often well calibrated and capable of quantifying and communicating a measure of epistemic uncertainty along with a competitive prediction accuracy. Unfortunately, because the weights and biases in Bayesian DL models are defined by a probability distribution, simple application of the aggregation methods associated with FL schemes for deterministic models is either impossible or results in sub-optimal performance. In this work, we use independent and identically distributed (IID) and non-IID partitions of the CIFAR-10 dataset and a fully variational ResNet-20 architecture to analyze six different aggregation strategies for Bayesian DL models. Additionally, we analyze the traditional federated averaging approach applied to an approximate Bayesian Monte Carlo dropout model as a lightweight alternative to more complex variational inference methods in FL. We show that aggregation strategy is a key hyperparameter in the design of a Bayesian FL system with downstream effects on accuracy, calibration, uncertainty quantification, training stability, and client compute requirements.

📄 PDF Abstract BibTeX arXiv:2403.15263

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Monte Carlo Dropout 설명 없음
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Information-Geometric Barycenters for Bayesian Federated Learning

2024-12-16 · Nour Jamoussi, Giuseppe Serra, Photios A. Stavrou, Marios Kountouris

Federated learning (FL) is a widely used and impactful distributed optimization framework that achieves consensus through averaging locally trained models. While effective, this approach may not align well with Bayesian …

Bayesian InferenceDistributed OptimizationFairnessFederated Learning+1

Federated Learning from Heterogeneous Data via Controlled Bayesian Air Aggregation

2023-03-30 · Tomer Gafni, Kobi Cohen, Yonina C. Eldar

Federated learning (FL) is an emerging machine learning paradigm for training models across multiple edge devices holding local data sets, without explicitly exchanging the data. Recently, over-the-air (OTA) FL has been …

Federated Learning

How to Combine Variational Bayesian Networks in Federated Learning

2022-06-22 · Atahan Ozer, Kadir Burak Buldu, Abdullah Akgül, Gozde Unal

Federated Learning enables multiple data centers to train a central model collaboratively without exposing any confidential data. Even though deterministic models are capable of performing high prediction accuracy, their…

Federated Learningimage-classificationImage Classification

Emerging Trends in Federated Learning: From Model Fusion to Federated X Learning

2021-02-25 · Shaoxiong Ji, Yue Tan, Teemu Saravirta, Zhiqin Yang 외

Federated learning is a new learning paradigm that decouples data collection and model training via multi-party computation and model aggregation. As a flexible learning setting, federated learning has the potential to i…

Federated LearningMeta-Learningreinforcement-learningReinforcement Learning (RL)+1

Secure Bayesian Federated Analytics for Privacy-Preserving Trend Detection

2021-07-28 · Amit Chaulwar, Michael Huth

Federated analytics has many applications in edge computing, its use can lead to better decision making for service provision, product development, and user experience. We propose a Bayesian approach to trend detection i…

Decision MakingEdge-computingPrivacy Preserving