Current state of the art solutions of the SLAM
problem are based on efficient sparse optimization techniques
and represent the problem as probabilistic constraint graphs.
For example in pose graphs the nodes represent poses and the
edges between them express spatial information (e.g. obtained
from odometry) and information on loop closures. The task
of constructing the graph is delegated to a front-end that has
access to the available sensor information.
The optimizer, the so
called back-end of the system, relies heavily on the topological
correctness of the graph structure and is not robust against
misplaced constraint edges. Especially edges representing false
positive loop closures will lead to the divergence of current
solvers.
Our solution
We developed a novel problem formulation that allows the back-end
to change parts of the topological structure of the graph
during the optimization process. The back-end can thereby
discard loop closures and converge towards correct solutions
even in the presence of false positive loop closures. This largely
increases the overall robustness of the SLAM system and closes
a gap between the sensor-driven front-end and the back-end
optimizers.
We propose to augment the original optimization problem by a new set of hidden variables. These switch variables allow the optimizer to estimate the optimal graph topology and the optimal covariance for each potential outlier constraint. Despite the increased number of variables, the sparse structure of the problem is maintained, which allows efficient calculations.
Please see the publications below for further details.
Results on various datasets
For the evaluation we added false positive loop closures to several standard datasets that are commonly used in the SLAM community. These false positive loop closures were added following different policies to achieve a realistic distribution. Despite a vast number of false loop closure constraints, our proposed robust method is able to converge to a correct solution, discarding all outlier constraints.
This works for a large real-world dataset as well. We tested it on the St. Lucia Dataset which covers 66 km of suburban roads. The only sensor information are the images of a webcam mounted on top of a car. The vehicle's ego-motion and the place recognition were performed using very simple methods (like BRIEF-Gist) on these images. Despite the large number of false positive loop closure detections caused by the simplistic place recognition module, the SLAM system is able to perform well and create a semi-metric map that is almost correct. (Thanks to Michael Milford for providing the dataset.)
Download the Datasets
We will provide the datasets with false positive loop closures so that you can test your own robust approach to SLAM.
Coming soon.
Contact
Please contact Niko Sünderhauf for any additional information.
Publications
Sünderhauf, N., Protzel, P. (2012). Towards a Robust Back-End for Pose Graph SLAM. Proc. of IEEE International Conference on Robotics and Automation (ICRA), St. Paul, USA. (to appear)