LGOCMLOct 2, 2020

Deep FPF: Gain function approximation in high-dimensional setting

arXiv:2010.01183v110 citations
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in particle filtering for high-dimensional state estimation, offering a scalable method that is incremental in its use of deep learning techniques.

The paper tackles the problem of approximating the gain function in feedback particle filters for high-dimensional settings by representing it as the gradient of a neural network output and solving a variational optimization problem. The result is a stochastic gradient algorithm that processes batches of particles in parallel, showing good scaling with particle numbers and applicability to high-dimensional problems through numerical comparisons.

In this paper, we present a novel approach to approximate the gain function of the feedback particle filter (FPF). The exact gain function is the solution of a Poisson equation involving a probability-weighted Laplacian. The numerical problem is to approximate the exact gain function using only finitely many particles sampled from the probability distribution. Inspired by the recent success of the deep learning methods, we represent the gain function as a gradient of the output of a neural network. Thereupon considering a certain variational formulation of the Poisson equation, an optimization problem is posed for learning the weights of the neural network. A stochastic gradient algorithm is described for this purpose. The proposed approach has two significant properties/advantages: (i) The stochastic optimization algorithm allows one to process, in parallel, only a batch of samples (particles) ensuring good scaling properties with the number of particles; (ii) The remarkable representation power of neural networks means that the algorithm is potentially applicable and useful to solve high-dimensional problems. We numerically establish these two properties and provide extensive comparison to the existing approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes