paper-with-me

Papers

Normalizing Flow-based Differentiable Particle Filters

2024-03-03 · Xiongjie Chen, Yunpeng Li

Recently, there has been a surge of interest in incorporating neural networks into particle filters, e.g. differentiable particle filters, to perform joint sequential state estimation and model learning for non-linear non-Gaussian state-space models in complex environments. Existing differentiable particle filters are mostly constructed with vanilla neural networks that do not allow density estimation. As a result, they are either restricted to a bootstrap particle filtering framework or employ predefined distribution families (e.g. Gaussian distributions), limiting their performance in more complex real-world scenarios. In this paper we present a differentiable particle filtering framework that uses (conditional) normalizing flows to build its dynamic model, proposal distribution, and measurement model. This not only enables valid probability densities but also allows the proposed method to adaptively learn these modules in a flexible way, without being restricted to predefined distribution families. We derive the theoretical properties of the proposed filters and evaluate the proposed normalizing flow-based differentiable particle filters' performance through a series of numerical experiments.

📄 PDF Abstract BibTeX arXiv:2403.01499

Code (1)

xiongjiechen/normalizing-flows-dpfs 공식 구현 pytorch

Tasks

Density EstimationNormalising FlowsState EstimationState Space Modelsvalid

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Differentiable Particle Filters through Conditional Normalizing Flow

2021-07-01 · Xiongjie Chen, Hao Wen, Yunpeng Li

Differentiable particle filters provide a flexible mechanism to adaptively train dynamic and measurement models by learning from observed data. However, most existing differentiable particle filters are within the bootst…

Visual Tracking

Conditional Measurement Density Estimation in Sequential Monte Carlo via Normalizing Flow

2022-03-16 · Xiongjie Chen, Yunpeng Li

Tuning of measurement models is challenging in real-world applications of sequential Monte Carlo methods. Recent advances in differentiable particle filters have led to various efforts to learn measurement models through…

Density EstimationvalidVisual Tracking

Deterministic Langevin Monte Carlo with Normalizing Flows for Bayesian Inference

2022-05-27 · Richard D. P. Grumitt, Biwei Dai, Uros Seljak

We propose a general purpose Bayesian inference algorithm for expensive likelihoods, replacing the stochastic term in the Langevin equation with a deterministic density gradient term. The particle density is evaluated fr…

Bayesian Inference

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

Flow Annealed Importance Sampling Bootstrap meets Differentiable Particle Physics

2024-11-25 · Annalena Kofler, Vincent Stimper, Mikhail Mikhasenko, Michael Kagan 외

High-energy physics requires the generation of large numbers of simulated data samples from complex but analytically tractable distributions called matrix elements. Surrogate models, such as normalizing flows, are gainin…

Computational Efficiency