John Langford
Given multiple communicating robots attempting to discover their location within a shared map, what is the best way to combine the information from every robot's sensors to localize each robot? Solving this problem in closed form is intractable so approximations are necessary.
If this problem is solved well it will give large improvements in robot localization which is a fundamental problem for robots. If a robot knows where it is in the world then it will be able to make better decisions and better understand the outcomes of actions.
There is an early approach to multirobot localization implemented by Dieter and Hannes. The implementation lacks several optimizations and is not probabilistically sound when used repeatedly.
The approach we take explicitly avoids using the same piece of sensor information twice by keeping seperate parallel belief states. When one robot detects another the detection model is used to construct a belief state for the other robot using a local belief state based only on sensor readings taken since the last detection occurred. This approach scales linearly with the number of robots in general but some techniques can be used to reduce the the amount of computation in the best case to just propagating one belief state as for standard robot localization.
The above technique is not optimal because it doesn't get the maximal use out of the a sequence of observations like robot A detects robot B then robot B detect robot C. The problem seems generally difficult because keeping track of the correct belief space may require propagating a number of belief states equal to the powerset of the number of robots in the worst case. This is pretty bad, but it may be possible to improve both the average and worst cases with some approximation.
This document was generated using the LaTeX2HTML translator Version 98.1p1 release (March 2nd, 1998)
Copyright © 1993, 1994, 1995, 1996, 1997, Nikos Drakos, Computer Based Learning Unit, University of Leeds.
The command line arguments were:
latex2html -debug -white -no_fork -no_navigation -address -split 0 -dir html -external_file mrl mrl.tex.
The translation was initiated by Daniel Nikovski on 2000-04-28