Introduction to particle filters

Those slides are an introduction to particle filters, with an homemade example of trajectory tracking. The presentation has been given in 2014 for the Colloque Inter’Actions 2014.

Source code of simulations are available on my github.

In the slides, I describe two important algorithms for particle filtering: the Sequential Importance Sampling algorithm (SIS) and the Sequential Importance Sampling Resampling algorithm (SISR). The example intends to show how the algorithms work, and to focus on the difference between them, especially through the weights degeneracy problem.

I think it’s preferable to have read the previous presentation (on discrete hidden Markov models) before this one (on continuous hidden Markov models).

Related contents:

Written on July 11, 2014