ROOct 19, 2017

C-blox: A Scalable and Consistent TSDF-based Dense Mapping Approach

arXiv:1710.07242v333 citations
Originality Incremental advance
AI Analysis

This work addresses map consistency and scalability for robotic platforms, representing an incremental improvement over existing dense mapping methods.

The paper tackles the problem of maintaining consistent dense 3D maps in robotics by addressing accumulated camera tracking errors and delayed loop closures, resulting in a system that reduces map growth while maintaining consistency and runs in real-time on a lightweight MAV.

In many applications, maintaining a consistent dense map of the environment is key to enabling robotic platforms to perform higher level decision making. Several works have addressed the challenge of creating precise dense 3D maps from visual sensors providing depth information. However, during operation over longer missions, reconstructions can easily become inconsistent due to accumulated camera tracking error and delayed loop closure. Without explicitly addressing the problem of map consistency, recovery from such distortions tends to be difficult. We present a novel system for dense 3D mapping which addresses the challenge of building consistent maps while dealing with scalability. Central to our approach is the representation of the environment as a collection of overlapping TSDF subvolumes. These subvolumes are localized through feature-based camera tracking and bundle adjustment. Our main contribution is a pipeline for identifying stable regions in the map, and to fuse the contributing subvolumes. This approach allows us to reduce map growth while still maintaining consistency. We demonstrate the proposed system on a publicly available dataset and simulation engine, and demonstrate the efficacy of the proposed approach for building consistent and scalable maps. Finally we demonstrate our approach running in real-time on-board a lightweight MAV.

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