Bayesian Federated Learning for Continual Training
Usevalad Milasheuski, Luca Barbieri, Sanaz Kianoush, Monica Nicoli, Stefano Savazzi
TL;DR
The paper tackles continual learning under non-stationary data distributions in a privacy-preserving federated setting by developing a Bayesian Federated Learning (BFL) framework. It uses Stochastic Gradient Langevin Dynamics (SGLD) to sample from the posterior and exploits the previous day’s posterior as the prior for the next day, forming Posterior-aided Continual Learning (P-CL). The approach is demonstrated on a radar-based human sensing use case with a TD-MIMO FMCW radar network, showing that P-CL delivers competitive accuracy while improving calibration (lower ECE) and reducing convergence iterations compared to transfer learning and full retraining. This indicates practical potential for uncertainty-aware, continual adaptation in safety-critical, privacy-conscious distributed systems; future work explores more expressive priors and privacy-preserving extensions.
Abstract
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, offering insights into model reliability. However, current BFL methods neglect continual learning challenges in dynamic environments where data distributions shift over time. We propose a continual BFL framework applied to human sensing with radar data collected over several days. Using Stochastic Gradient Langevin Dynamics (SGLD), our approach sequentially updates the model, leveraging past posteriors to construct the prior for the new tasks. We assess the accuracy, the expected calibration error (ECE) and the convergence speed of our approach against several baselines. Results highlight the effectiveness of continual Bayesian updates in preserving knowledge and adapting to evolving data.
