paper-with-me

Papers

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 works, as it is inherently non-differentiable. We address this challenge by replacing traditional resampling with a learned neural network resampler. We present a novel network architecture, the particle transformer, and train it for particle resampling using a likelihood-based loss function over sets of particles. Incorporated into a differentiable particle filter, our model can be end-to-end optimized jointly with the other particle filter components via gradient descent. Our results show that our learned resampler outperforms traditional resampling techniques on synthetic data and in a simulated robot localization task.

📄 PDF Abstract BibTeX arXiv:2004.11938

Code (0)

등록된 구현이 없습니다.

Tasks

State Estimation

Similar Papers 제목 키워드 기반

Diffusion differentiable resampling

2025-12-11 · Jennifer Rosina Andersson, Zheng Zhao arxiv

This paper is concerned with differentiable resampling in the context of sequential Monte Carlo (e.g., particle filtering). Drawing on reparametrisation, we propose a new resampling method that is informative and instant…

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

Differentiable Particle Filtering using Optimal Placement Resampling

2024-02-26 · Domonkos Csuzdi, Olivér Törő, Tamás Bécsi

Particle filters are a frequent choice for inference tasks in nonlinear and non-Gaussian state-space models. They can either be used for state inference by approximating the filtering distribution or for parameter infere…

parameter estimationState Space Models

Resampling Gradients Vanish in Differentiable Sequential Monte Carlo Samplers

2023-04-27 · Johannes Zenn, Robert Bamler

Annealed Importance Sampling (AIS) moves particles along a Markov chain from a tractable initial distribution to an intractable target distribution. The recently proposed Differentiable AIS (DAIS) (Geffner and Domke, 202…

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