ROOct 15, 2020

RGB-D SLAM with Structural Regularities

arXiv:2010.07997v2104 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust SLAM in structured settings for robotics and AR/VR applications, representing an incremental improvement by integrating Manhattan World assumptions and instance-wise meshing.

The authors tackled the problem of improving tracking and mapping accuracy in structured environments by exploiting geometric features like lines and planes, resulting in enhanced pose estimation and reconstruction performance compared to state-of-the-art methods on public benchmarks.

This work proposes a RGB-D SLAM system specifically designed for structured environments and aimed at improved tracking and mapping accuracy by relying on geometric features that are extracted from the surrounding. Structured environments offer, in addition to points, also an abundance of geometrical features such as lines and planes, which we exploit to design both the tracking and mapping components of our SLAM system. For the tracking part, we explore geometric relationships between these features based on the assumption of a Manhattan World (MW). We propose a decoupling-refinement method based on points, lines, and planes, as well as the use of Manhattan relationships in an additional pose refinement module. For the mapping part, different levels of maps from sparse to dense are reconstructed at a low computational cost. We propose an instance-wise meshing strategy to build a dense map by meshing plane instances independently. The overall performance in terms of pose estimation and reconstruction is evaluated on public benchmarks and shows improved performance compared to state-of-the-art methods. The code is released at \url{https://github.com/yanyan-li/PlanarSLAM}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes