paper-with-me

Papers

Particle-MALA and Particle-mGRAD: Gradient-based MCMC methods for high-dimensional state-space models

2024-01-26 · Adrien Corenflos, Axel Finke

State-of-the-art methods for Bayesian inference in state-space models are (a) conditional sequential Monte Carlo (CSMC) algorithms; (b) sophisticated 'classical' MCMC algorithms like MALA, or mGRAD from Titsias and Papaspiliopoulos (2018, arXiv:1610.09641v3 [stat.ML]). The former propose $N$ particles at each time step to exploit the model's 'decorrelation-over-time' property and thus scale favourably with the time horizon, $T$ , but break down if the dimension of the latent states, $D$, is large. The latter leverage gradient-/prior-informed local proposals to scale favourably with $D$ but exhibit sub-optimal scalability with $T$ due to a lack of model-structure exploitation. We introduce methods which combine the strengths of both approaches. The first, Particle-MALA, spreads $N$ particles locally around the current state using gradient information, thus extending MALA to $T > 1$ time steps and $N > 1$ proposals. The second, Particle-mGRAD, additionally incorporates (conditionally) Gaussian prior dynamics into the proposal, thus extending the mGRAD algorithm to $T > 1$ time steps and $N > 1$ proposals. We prove that Particle-mGRAD interpolates between CSMC and Particle-MALA, resolving the 'tuning problem' of choosing between CSMC (superior for highly informative prior dynamics) and Particle-MALA (superior for weakly informative prior dynamics). We similarly extend other 'classical' MCMC approaches like auxiliary MALA, aGRAD, and preconditioned Crank-Nicolson-Langevin (PCNL) to $T > 1$ time steps and $N > 1$ proposals. In experiments, for both highly and weakly informative prior dynamics, our methods substantially improve upon both CSMC and sophisticated 'classical' MCMC approaches.

📄 PDF Abstract BibTeX arXiv:2401.14868

Code (1)

adriencorenflos/particle_mala 공식 구현 jax

Tasks

Bayesian InferenceState Space Models

Similar Papers 제목 키워드 기반

Efficient Learning of the Parameters of Non-Linear Models using Differentiable Resampling in Particle Filters

2021-11-02 · Conor Rosato, Vincent Beraud, Paul Horridge, Thomas B. Schön 외

It has been widely documented that the sampling and resampling steps in particle filters cannot be differentiated. The {\itshape reparameterisation trick} was introduced to allow the sampling step to be reformulated into…

State Space Models

Particle Optimization in Stochastic Gradient MCMC

2017-11-29 · Changyou Chen, Ruiyi Zhang

Stochastic gradient Markov chain Monte Carlo (SG-MCMC) has been increasingly popular in Bayesian learning due to its ability to deal with large data. A standard SG-MCMC algorithm simulates samples from a discretized-time…

A Unified Particle-Optimization Framework for Scalable Bayesian Sampling

2018-05-29 · Changyou Chen, Ruiyi Zhang, Wenlin Wang, Bai Li 외

There has been recent interest in developing scalable Bayesian sampling methods such as stochastic gradient MCMC (SG-MCMC) and Stein variational gradient descent (SVGD) for big-data analysis. A standard SG-MCMC algorithm…

Stochastic Gradient MCMC for Nonlinear State Space Models

2019-01-29 · Christopher Aicher, Srshti Putcha, Christopher Nemeth, Paul Fearnhead 외

State space models (SSMs) provide a flexible framework for modeling complex time series via a latent stochastic process. Inference for nonlinear, non-Gaussian SSMs is often tackled with particle methods that do not scale…

Bayesian InferenceState Space ModelsTime SeriesTime Series Analysis

Augmentation Schemes for Particle MCMC

2014-08-29 · Paul Fearnhead, Loukia Meligkotsidou

Particle MCMC involves using a particle filter within an MCMC algorithm. For inference of a model which involves an unobserved stochastic process, the standard implementation uses the particle filter to propose new value…