paper-with-me

Papers

A unifying framework for generalised Bayesian online learning in non-stationary environments

2024-11-15 · Gerardo Duran-Martin, Leandro Sánchez-Betancourt, Alexander Y. Shestopaloff, Kevin Murphy

We propose a unifying framework for methods that perform probabilistic online learning in non-stationary environments. We call the framework BONE, which stands for generalised (B)ayesian (O)nline learning in (N)on-stationary (E)nvironments. BONE provides a common structure to tackle a variety of problems, including online continual learning, prequential forecasting, and contextual bandits. The framework requires specifying three modelling choices: (i) a model for measurements (e.g., a neural network), (ii) an auxiliary process to model non-stationarity (e.g., the time since the last changepoint), and (iii) a conditional prior over model parameters (e.g., a multivariate Gaussian). The framework also requires two algorithmic choices, which we use to carry out approximate inference under this framework: (i) an algorithm to estimate beliefs (posterior distribution) about the model parameters given the auxiliary variable, and (ii) an algorithm to estimate beliefs about the auxiliary variable. We show how the modularity of our framework allows for many existing methods to be reinterpreted as instances of BONE, and it allows us to propose new methods. We compare experimentally existing methods with our proposed new method on several datasets, providing insights into the situations that make each method more suitable for a specific task. We provide a Jax open source library to facilitate the adoption of this framework.

📄 PDF Abstract BibTeX arXiv:2411.10153

Code (1)

gerdm/BONE 공식 구현 jax

Tasks

Continual LearningMulti-Armed Bandits

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Adaptive, Robust and Scalable Bayesian Filtering for Online Learning

2025-05-12 · Gerardo Duran-Martin

In this thesis, we introduce Bayesian filtering as a principled framework for tackling diverse sequential machine learning problems, including online (continual) learning, prequential (one-step-ahead) forecasting, and co…

Continual LearningMulti-Armed Bandits

Robust and Scalable Bayesian Online Changepoint Detection

2023-02-09 · Matias Altamirano, François-Xavier Briol, Jeremias Knoblauch

This paper proposes an online, provably robust, and scalable Bayesian approach for changepoint detection. The resulting algorithm has key advantages over previous work: it provides provable robustness by leveraging the g…

Online Generalised Predictive Coding

2026-05-04 · Mehran H. Z. Bazargani, Szymon Urbas, Adeel Razi, Thomas Brendan Murphy 외 arxiv

This paper introduces an extension of generalised filtering for online applications. Generalised filtering refers to data assimilation schemes that jointly infer latent states, learn unknown model parameters, and estimat…

Outlier-robust Kalman Filtering through Generalised Bayes

2024-05-09 · Gerardo Duran-Martin, Matias Altamirano, Alexander Y. Shestopaloff, Leandro Sánchez-Betancourt 외

We derive a novel, provably robust, and closed-form Bayesian update rule for online filtering in state-space models in the presence of outliers and misspecified measurement models. Our method combines generalised Bayesia…

Bayesian InferenceComputational EfficiencyObject TrackingState Estimation+1

Unifying Clustered and Non-stationary Bandits

2020-09-05 · Chuanhao Li, Qingyun Wu, Hongning Wang

Non-stationary bandits and online clustering of bandits lift the restrictive assumptions in contextual bandits and provide solutions to many important real-world scenarios. Though the essence in solving these two problem…

Change DetectionClusteringMulti-Armed BanditsOnline Clustering