| Michael Kaess | |
| Center for Robotics and Intelligent Machines, Georgia Tech | GT CoC IC GVU RIM@GT BORG |
|
Home Publications Courses Links Contact Personal |
please see my MIT page for up-to-date information
iSAM (incremental Smoothing and Mapping)Update Aug 29, 2010: Open source iSAM library released Update Oct 15, 2010: Our work on the Bayes tree provides a fully incremental algorithmSummaryiSAM is a novel approach to simultaneous localization and mapping (SLAM), which is the problem of mapping an unknown environment with a mobile robot, which simultaneously requires localizing the robot in this incomplete map. iSAM provides an efficient incremental solution to the full SLAM problem (trajectory included, no filtering) based on updating a matrix factorization. Based on this factorized information matrix, iSAM also provides efficient access to the exact uncertainties needed for data association.Publications
Live DemoI have demonstrated my visual odometry and visual SLAM work to the DARPA LAGR program manager in San Antonio, Texas. Visual SLAM performs faster than real-time, using only 20 "interesting" features per frame for efficiency (red iSAM optimized, blue: visual odometry, magenta: IMU+wheel encoder, black: GPS, which drifted outside range).
OverviewSimultaneous Localization and Mapping (SLAM) is a chicken-and-egg problem that is typically solved by filtering-based methods. In contrast, we focus on smoothing, which avoids approximations and allows relinearization. There are two important parts to our work: Efficiency for real-time solutions as well as data association.Efficiency is achieved by incrementally updating a factored representation of the smoothing information matrix. New measurement rows are added by Givens rotations:
In the presence of loops, a good variable ordering is essential to avoid fill-in in the factor matrix:
For data association, it is essential to realize that only a small number of entries of the dense covariance matrix are needed (shown in gray). Our factored representation allows efficient access to these entries, without the need to calculate the complete covariance matrix:
ResultsIn addition to simulation examples (see paper), we have evaluated iSAM on several publicly available sequences. The Victoria park sequence has a very loopy trajectory, on which iSAM performed 3 times faster than real-time, including data association, and running on a laptop. As can be seen on the right, the square root factor R is indeed very sparse:iSAM also works on pose-only data, here obtained by laser scan matching from the Intel lab sequence, again with the sparse R factor: |
|
Last updated: Jan 2, 2010 by kaess @ ieee.org © 2010 Michael Kaess. All Rights Reserved. |