Online Variational Filtering and Parameter Learning
Andrew Campbell, Yuyang Shi, Tom Rainforth, Arnaud Doucet

TL;DR
This paper introduces an online variational filtering method for state-space models that efficiently updates state estimates and parameters in real-time without revisiting past data, suitable for high-dimensional and sequential data applications.
Contribution
It presents a novel online variational approach that maintains constant update costs and handles growing posterior dimensions using backward decompositions and Bellman recursions.
Findings
Effective in high-dimensional SSMs
Performs well on sequential Variational Auto-Encoders
Maintains constant update cost over time
Abstract
We present a variational method for online state estimation and parameter learning in state-space models (SSMs), a ubiquitous class of latent variable models for sequential data. As per standard batch variational techniques, we use stochastic gradients to simultaneously optimize a lower bound on the log evidence with respect to both model parameters and a variational approximation of the states' posterior distribution. However, unlike existing approaches, our method is able to operate in an entirely online manner, such that historic observations do not require revisitation after being incorporated and the cost of updates at each time step remains constant, despite the growing dimensionality of the joint posterior distribution of the states. This is achieved by utilizing backward decompositions of this joint posterior distribution and of its variational approximation, combined with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Bayesian Methods and Mixture Models · Markov Chains and Monte Carlo Methods
