CVROMar 7, 2018

Fast and Accurate Semantic Mapping through Geometric-based Incremental Segmentation

arXiv:1803.02784v136 citations
Originality Incremental advance
AI Analysis

This addresses the problem of real-time semantic mapping for robotics or AR/VR applications, though it appears incremental as it builds on existing SLAM and segmentation approaches.

The paper tackles real-time dense semantic 3D mapping by proposing an efficient method that runs at over 30Hz while performing SLAM, segmentation, and recognition, achieving high accuracy validated on the NYUv2 dataset.

We propose an efficient and scalable method for incrementally building a dense, semantically annotated 3D map in real-time. The proposed method assigns class probabilities to each region, not each element (e.g., surfel and voxel), of the 3D map which is built up through a robust SLAM framework and incrementally segmented with a geometric-based segmentation method. Differently from all other approaches, our method has a capability of running at over 30Hz while performing all processing components, including SLAM, segmentation, 2D recognition, and updating class probabilities of each segmentation label at every incoming frame, thanks to the high efficiency that characterizes the computationally intensive stages of our framework. By utilizing a specifically designed CNN to improve the frame-wise segmentation result, we can also achieve high accuracy. We validate our method on the NYUv2 dataset by comparing with the state of the art in terms of accuracy and computational efficiency, and by means of an analysis in terms of time and space complexity.

Foundations

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

Your Notes