Homepage
Research
Students
Courses
Robots
Papers
Videos
Press
Talks
Faq
CV
Lab
Travel
Contact
Personal
Links


Variable resolution particle filter.

V. Verma, R. Simmons, and S. Thrun.

Particle filters are used extensively for tracking the state of non-linear dynamic systems. This paper presents a new particle filter that maintains samples in the state space at dynamically varying resolution for computational efficiency. Resolution within statespace varies by region, depending on the belief that the true state lies within each region. Where belief is strong, resolution is fine. Where belief is low, resolution is coarse, abstracting multiple similar states together. The resolution of the statespace is dynamically updated as the belief changes. The proposed algorithm makes an explicit bias-variance tradeoff to select between maintaining samples in a biased generalization of a region of state space versus in a high variance specialization at fine resolution. Samples are maintained at a coarser resolution when the bias introduced by the generalization to a coarse resolution is outweighed by the gain in terms of reduction in variance, and at a finer resolution when it is not. Maintaining samples in abstraction prevents potential hypotheses from being eliminated prematurely for lack of a sufficient number of particles. Empirical results show that our variable resolution particle filter requires significantly lower computation for performance comparable to a classical particle filter.

The full paper is available in PDF and gzipped Postscript

@INPROCEEDINGS{Verma03a,
  AUTHOR	= {V. Verma and R. Simmons and S. Thrun},
  TITLE		= {Variable Resolution Particle Filter},
  YEAR		= {2003},
  BOOKTITLE     = {Proceedings of the Sixteenth International Joint Conference on Artificial Intelligence (IJCAI)},
  ORGANIZATION	= {IJCAI},
  ADDRESS	= {Acapulco, Mexico}
}