Particle-MALA and Particle-mGRAD: Gradient-based MCMC methods for high-dimensional state-space models
Abstract
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 particles at each time step to exploit the model's 'decorrelation-over-time' property and thus scale favourably with the time horizon, , but break down if the dimension of the latent states, , is large. The latter leverage gradient-/prior-informed local proposals to scale favourably with but exhibit sub-optimal scalability with due to a lack of model-structure exploitation. We introduce methods which combine the strengths of both approaches. The first, Particle-MALA, spreads particles locally around the current state using gradient information, thus extending MALA to time steps and proposals. The second, Particle-mGRAD, additionally incorporates (conditionally) Gaussian prior dynamics into the proposal, thus extending the mGRAD algorithm to time steps and 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 time steps and proposals. In experiments, for both highly and weakly informative prior dynamics, our methods substantially improve upon both CSMC and sophisticated 'classical' MCMC approaches.
Cite
@article{arxiv.2401.14868,
title = {Particle-MALA and Particle-mGRAD: Gradient-based MCMC methods for high-dimensional state-space models},
author = {Adrien Corenflos and Axel Finke},
journal= {arXiv preprint arXiv:2401.14868},
year = {2024}
}
Comments
29 pages + 31 pages appendix. 6 figures and tables (+ 7 in appendix). Code available at https://github.com/AdrienCorenflos/particle_mala/