paper-with-me

Papers

FedBE: Making Bayesian Model Ensemble Applicable to Federated Learning

2020-09-04 · ICLR 2021 1 · Hong-You Chen, Wei-Lun Chao

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.

📄 PDF Abstract BibTeX arXiv:2009.01974

Code (2)

hongyouc/fedbe 공식 구현 pytorch
sabhayjain/FedBE-TPMI-2021

Tasks

Bayesian InferenceFederated Learning

Similar Papers 제목 키워드 기반

FedBEns: One-Shot Federated Learning based on Bayesian Ensemble

2025-03-19 · Jacopo Talpini, Marco Savi, Giovanni Neglia

One-Shot Federated Learning (FL) is a recent paradigm that enables multiple clients to cooperatively learn a global model in a single round of communication with a central server. In this paper, we analyze the One-Shot F…

Bayesian InferenceFederated Learning

Federated Learning with Instance-Dependent Noisy Label

2023-12-16 · Lei Wang, Jieming Bian, Jie Xu

Federated learning (FL) with noisy labels poses a significant challenge. Existing methods designed for handling noisy labels in centralized learning tend to lose their effectiveness in the FL setting, mainly due to the s…

Federated Learning

FedBEVT: Federated Learning Bird's Eye View Perception Transformer in Road Traffic Systems

2023-04-04 · Rui Song, Runsheng Xu, Andreas Festag, Jiaqi Ma 외

Bird's eye view (BEV) perception is becoming increasingly important in the field of autonomous driving. It uses multi-view camera data to learn a transformer model that directly projects the perception of the road enviro…

Autonomous DrivingFederated Learning

Mitigating Catastrophic Forgetting with Adaptive Transformer Block Expansion in Federated Fine-Tuning

2025-06-06 · Yujia Huo, Jianchun Liu, Hongli Xu, Zhenguo Ma 외

Federated fine-tuning (FedFT) of large language models (LLMs) has emerged as a promising solution for adapting models to distributed data environments while ensuring data privacy. Existing FedFT methods predominantly uti…

parameter-efficient fine-tuning

Bias-Eliminating Augmentation Learning for Debiased Federated Learning

2023-01-01 · CVPR 2023 1 · Yuan-Yi Xu, Ci-Siang Lin, Yu-Chiang Frank Wang

Learning models trained on biased datasets tend to observe correlations between categorical and undesirable features, which result in degraded performances. Most existing debiased learning models are designed for cen…

Federated Learningimage-classificationImage Classification