Reduced complexity multi-scale path-planning on probabilistic maps
Florian Hauer, Panagiotis Tsiotras
Abstract
We present several modifications to the previously proposed MSPP algorithm that can speed-up its execution considerably. The MSPP algorithm leverages a multi-scale representation of the environment in n dimensions encoded in tree structure constructed by recursive dyadic partitioning of the search space. We first present a new method to compute the graph neighbors in order to reduce the complexity of each iteration, from O(|V|2) to O(|V| log |V|). We then show how to delay expensive intermediate computations until we know that new information will be required, hence saving time by not operating on information that is never used during the search. Finally, we present a way to remove the very expensive need to calculate a full multi-scale map with the use of sampling and derive an upper bound on the probability of failure as a function of the number of samples.
BibTeX
@inproceedings{icra2016_reducedcomplexit,
title = {Reduced complexity multi-scale path-planning on probabilistic maps},
author = {Florian Hauer and Panagiotis Tsiotras},
booktitle = {ICRA 2016},
year = {2016}
}