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


Robust Monte Carlo Localization for Mobile Robots

Sebastian Thrun, Dieter Fox, Wolfram Burgard, and Frank Dellaert

Mobile robot localization is the problem of determining a robot's pose from sensor data. Monte Carlo Localization is a family of algorithms for localization based on particle filters, which are approximate Bayes filters that use random samples for posterior estimation. Recently, they have been applied with great success for robot localization. Unfortunately, regular particle filters perform poorly in certain situations. Mixture-MCL, the algorithm described here, overcomes these problems by using a "dual" sampler, integrating two complimentary ways of generating samples in the estimation. To apply this algorithm for mobile robot localization, a kd-tree is learned from data that permits fast dual sampling. Systematic empirical results obtained using data collected in crowded public places illustrate superior performance, robustness, and efficiency, when compared to other state-of-the-art localization algorithms.

The full paper is available in gzipped Postscript and PDF

@ARTICLE{Thrun00j,
  AUTHOR         = {Thrun, S. and Fox, D. and Burgard, W. and Dellaert, F.},
  TITLE          = {Robust Monte Carlo Localization for Mobile Robots},
  YEAR           = {2000},
  JOURNAL        = {Artificial Intelligence},
  VOLUME         = {128},
  NUMBER         = {1-2},
  PAGES          = {99--141}
}