paper-with-me

Papers

Can Sequential Bayesian Inference Solve Continual Learning?

2021-11-22 · pproximateinference AABI Symposium 2022 2 · Samuel Kessler, Adam D. Cobb, Stefan Zohren, Stephen J. Roberts

Previous work in Continual Learning (CL) has used sequential Bayesian inference to prevent forgetting and accumulate knowledge from previous tasks. A limiting factor to performing Bayesian CL has been exact inference in a Bayesian Neural Network (NN). We perform sequential Bayesian inference with a Bayesian NN using Hamiltonian Monte Carlo (HMC) and propagate the posterior as a prior for a new task by fitting a density estimator on HMC samples. We find that this approach fails to prevent forgetting. We propose an alternative view of the CL problem which directly models the data generating process and decomposes the CL problem in task specific and shared parameters. This method named Prototypical Bayesian CL and performs well compared to the latest Bayesian CL methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceContinual LearningSequential Bayesian Inference

Similar Papers 제목 키워드 기반

On Sequential Bayesian Inference for Continual Learning

2023-01-04 · Samuel Kessler, Adam Cobb, Tim G. J. Rudner, Stefan Zohren 외

Sequential Bayesian inference can be used for continual learning to prevent catastrophic forgetting of past tasks and provide an informative prior when learning new tasks. We revisit sequential Bayesian inference and tes…

Bayesian InferenceContinual LearningSequential Bayesian Inference

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

The Bayesian Approach to Continual Learning: An Overview

2025-07-11 · Tameem Adel

Continual learning is an online paradigm where a learner continually accumulates knowledge from different tasks encountered over sequential time steps. Importantly, the learner is required to extend and update its knowle…

Bayesian Inferenceclass-incremental learningClass Incremental LearningContinual Learning+4

Continual Learning via Sequential Function-Space Variational Inference

2023-12-28 · Tim G. J. Rudner, Freddie Bickford Smith, Qixuan Feng, Yee Whye Teh 외

Sequential Bayesian inference over predictive functions is a natural framework for continual learning from streams of data. However, applying it to neural networks has proved challenging in practice. Addressing the drawb…

Bayesian InferenceContinual LearningSequential Bayesian InferenceVariational Inference

Facilitating Bayesian Continual Learning by Natural Gradients and Stein Gradients

2019-04-24 · Yu Chen, Tom Diethe, Neil Lawrence

Continual learning aims to enable machine learning models to learn a general solution space for past and future tasks in a sequential manner. Conventional models tend to forget the knowledge of previous tasks while learn…

Continual LearningTask 2