English

Non-Iterative SLAM

Robotics 2017-09-05 v2

Abstract

The goal of this paper is to create a new framework for dense SLAM that is light enough for micro-robot systems based on depth camera and inertial sensor. Feature-based and direct methods are two mainstreams in visual SLAM. Both methods minimize photometric or reprojection error by iterative solutions, which are computationally expensive. To overcome this problem, we propose a non-iterative framework to reduce computational requirement. First, the attitude and heading reference system (AHRS) and axonometric projection are utilized to decouple the 6 Degree-of-Freedom (DoF) data, so that point clouds can be matched in independent spaces respectively. Second, based on single key-frame training, the matching process is carried out in frequency domain by Fourier transformation, which provides a closed-form non-iterative solution. In this manner, the time complexity is reduced to O(nlogn)\mathcal{O}(n \log{n}), where nn is the number of matched points in each frame. To the best of our knowledge, this method is the first non-iterative and online trainable approach for data association in visual SLAM. Compared with the state-of-the-arts, it runs at a faster speed and obtains 3-D maps with higher resolution yet still with comparable accuracy.

Keywords

Cite

@article{arxiv.1701.05294,
  title  = {Non-Iterative SLAM},
  author = {Chen Wang and Junsong Yuan and Lihua Xie},
  journal= {arXiv preprint arXiv:1701.05294},
  year   = {2017}
}

Comments

This paper got the best paper award in robotic planning on 18th International Conference on Advanced Robotics (ICAR 2017)

R2 v1 2026-06-22T17:53:49.791Z