paper-with-me

Papers

Variational Bayes for Federated Continual Learning

2024-05-23 · Dezhong Yao, Sanmu Li, Yutong Dai, Zhiqiang Xu, Shengshan Hu, Peilin Zhao, Lichao Sun

Federated continual learning (FCL) has received increasing attention due to its potential in handling real-world streaming data, characterized by evolving data distributions and varying client classes over time. The constraints of storage limitations and privacy concerns confine local models to exclusively access the present data within each learning cycle. Consequently, this restriction induces performance degradation in model training on previous data, termed "catastrophic forgetting". However, existing FCL approaches need to identify or know changes in data distribution, which is difficult in the real world. To release these limitations, this paper directs attention to a broader continuous framework. Within this framework, we introduce Federated Bayesian Neural Network (FedBNN), a versatile and efficacious framework employing a variational Bayesian neural network across all clients. Our method continually integrates knowledge from local and historical data distributions into a single model, adeptly learning from new data distributions while retaining performance on historical distributions. We rigorously evaluate FedBNN's performance against prevalent methods in federated learning and continual learning using various metrics. Experimental analyses across diverse datasets demonstrate that FedBNN achieves state-of-the-art results in mitigating forgetting.

📄 PDF Abstract BibTeX arXiv:2405.14291

Code (1)

lassino/fedbnn_code 공식 구현 pytorch

Tasks

Continual LearningFederated Learning

Similar Papers 제목 키워드 기반

Partitioned Variational Inference: A unified framework encompassing federated and continual learning

2018-11-27 · Thang D. Bui, Cuong V. Nguyen, Siddharth Swaroop, Richard E. Turner

Variational inference (VI) has become the method of choice for fitting many modern probabilistic models. However, practitioners are faced with a fragmented literature that offers a bewildering array of algorithmic option…

Continual LearningDistributed ComputingFederated LearningVariational Inference

Bayesian Federated Learning for Continual Training

2025-04-21 · Usevalad Milasheuski, Luca Barbieri, Sanaz Kianoush, Monica Nicoli 외

Bayesian Federated Learning (BFL) enables uncertainty quantification and robust adaptation in distributed learning. In contrast to the frequentist approach, it estimates the posterior distribution of a global model, offe…

Continual LearningFederated LearningUncertainty Quantification

Variational Auto-Regressive Gaussian Processes for Continual Learning

2020-06-09 · Sanyam Kapoor, Theofanis Karaletsos, Thang D. Bui

Through sequential construction of posteriors on observing data online, Bayes' theorem provides a natural framework for continual learning. We develop Variational Auto-Regressive Gaussian Processes (VAR-GPs), a principle…

Bayesian InferenceContinual LearningGaussian Processes

ImprovedVBGS: Real-time Continual Variational Bayes Gaussian Splatting

2026-07-17 · Damani Mguni-Coker arxiv

On-the-fly reconstruction is a key requirement for many applications in robotics and autonomous navigation. Variational Bayes Gaussian Splatting (VBGS) enables continual learning without replay buffers using Coordinate A…

Continual Learning

Variational Bayes: A report on approaches and applications

2019-05-26 · Manikanta Srikar Yellapragada, Chandra Prakash Konkimalla

Deep neural networks have achieved impressive results on a wide variety of tasks. However, quantifying uncertainty in the network's output is a challenging task. Bayesian models offer a mathematical framework to reason a…

Bayesian InferenceContinual Learningreinforcement-learningReinforcement Learning+2