Auxiliary particle filter

From Wikipedia, the free encyclopedia

In statistics, the auxiliary particle filter (APF) is a particle filter algorithm introduced by Michael K. Pitt and Neil Shephard in 1999 to improve upon the sequential importance resampling (SIR) method, a technique in Bayesian filtering that uses random samples (or "particles") to track underlying patterns in noisy data. SIR can falter when observations come from heavy-tailed distributions—where extreme values are more common than in typical models—leading to poor performance. The APF enhances this by using an auxiliary variable (an extra step to focus on likely samples) to guide the sampling process, making it more effective for complex state-space models (systems tracking hidden patterns over time).

For example, in tracking a stock price with sudden jumps, APF adapts to erratic changes better than SIR. This method is widely used in time series analysis and signal processing.

Particle filters approximate continuous random variable by particles with discrete probability mass , say for uniform distribution. The random sampled particles can be used to approximate the probability density function of the continuous random variable if the value .

The empirical prediction density is produced as the weighted summation of these particles:[1]

, and we can view it as the "prior" density. Note that the particles are assumed to have the same weight .

Combining the prior density and the likelihood , the empirical filtering density can be produced as:

, where .

On the other hand, the true filtering density which we want to estimate is

.

The prior density can be used to approximate the true filtering density :

  • The particle filters draw samples from the prior density . Each sample are drawn with equal probability.
  • Assign each sample with the weights . The weights represent the likelihood function .
  • If the number , than the samples converge to the desired true filtering density.
  • The particles are resampled to particles with the weight .

The weakness of the particle filters includes:

  • If the weight {} has a large variance, the sample amount must be large enough for the samples to approximate the empirical filtering density. In other words, while the weight is widely distributed, the SIR method will be imprecise and the adaption is difficult.

Therefore, the auxiliary particle filter is proposed to solve this problem.

Auxiliary particle filter

References

Sources

Related Articles

Wikiwand AI