paper-with-me

Papers

Enhanced SMC$^2$: Leveraging Gradient Information from Differentiable Particle Filters Within Langevin Proposals

2024-07-24 · Conor Rosato, Joshua Murphy, Alessandro Varsi, Paul Horridge, Simon Maskell

Sequential Monte Carlo Squared (SMC$^2$) is a Bayesian method which can infer the states and parameters of non-linear, non-Gaussian state-space models. The standard random-walk proposal in SMC$^2$ faces challenges, particularly with high-dimensional parameter spaces. This study outlines a novel approach by harnessing first-order gradients derived from a Common Random Numbers - Particle Filter (CRN-PF) using PyTorch. The resulting gradients can be leveraged within a Langevin proposal without accept/reject. Including Langevin dynamics within the proposal can result in a higher effective sample size and more accurate parameter estimates when compared with the random-walk. The resulting algorithm is parallelized on distributed memory using Message Passing Interface (MPI) and runs in $\mathcal{O}(\log_2N)$ time complexity. Utilizing 64 computational cores we obtain a 51x speed-up when compared to a single core. A GitHub link is given which provides access to the code.

📄 PDF Abstract BibTeX arXiv:2407.17296

Code (1)

j-j-murphy/smc-squared-langevin 공식 구현 pytorch

Tasks

State Space Models

Similar Papers 제목 키워드 기반

Differentiable Particle Filtering via Entropy-Regularized Optimal Transport

2021-02-15 · Adrien Corenflos, James Thornton, George Deligiannidis, Arnaud Doucet

Particle Filtering (PF) methods are an established class of procedures for performing inference in non-linear state-space models. Resampling is a key ingredient of PF, necessary to obtain low variance likelihood and stat…

State Space ModelsVariational Inference

End-to-end Differentiable Calibration and Reconstruction for Optical Particle Detectors

2026-02-27 · Omar Alterkait, César Jesús-Valls, Ryo Matsumoto, Patrick de Perio 외 arxiv

Large-scale homogeneous detectors with optical readouts are widely used in particle detection, with Cherenkov and scintillator neutrino detectors as prominent examples. Analyses in experimental physics rely on high-fidel…

Computational Efficiency

Towards Differentiable Resampling

2020-04-24 · Michael Zhu, Kevin Murphy, Rico Jonschkowski

Resampling is a key component of sample-based recursive state estimation in particle filters. Recent work explores differentiable particle filters for end-to-end learning. However, resampling remains a challenge in these…

State Estimation

An overview of differentiable particle filters for data-adaptive sequential Bayesian inference

2023-02-19 · Xiongjie Chen, Yunpeng Li

By approximating posterior distributions with weighted samples, particle filters (PFs) provide an efficient mechanism for solving non-linear sequential state estimation problems. While the effectiveness of particle filte…

Bayesian InferenceSequential Bayesian InferenceState Estimation

Variational Marginal Particle Filters

2021-09-30 · Jinlin Lai, Justin Domke, Daniel Sheldon

Variational inference for state space models (SSMs) is known to be hard in general. Recent works focus on deriving variational objectives for SSMs from unbiased sequential Monte Carlo estimators. We reveal that the margi…

State Space ModelsVariational Inference