RONov 13, 2020

Online Object-Oriented Semantic Mapping and Map Updating

arXiv:2011.06895v416 citations
AI Analysis

This work addresses the need for efficient and accurate semantic mapping for household robots, though it appears incremental as it builds on existing methods with refinements.

The paper tackles the problem of creating and maintaining accurate semantic maps for service robots in indoor environments, achieving a runtime of over 10 Hz and outperforming an existing approach in metrics like intersection over union and distance.

Creating and maintaining an accurate representation of the environment is an essential capability for every service robot. Especially for household robots acting in indoor environments, semantic information is important. In this paper, we present a semantic mapping framework with modular map representations. Our system is capable of online mapping and object updating given object detections from RGB-D data and provides various 2D and 3D~representations of the mapped objects. To undo wrong data associations, we perform a refinement step when updating object shapes. Furthermore, we maintain an existence likelihood for each object to deal with false positive and false negative detections and keep the map updated. Our mapping system is highly efficient and achieves a run time of more than 10 Hz. We evaluated our approach in various environments using two different robots, i.e., a Toyota HSR and a Fraunhofer Care-O-Bot-4. As the experimental results demonstrate, our system is able to generate maps that are close to the ground truth and outperforms an existing approach in terms of intersection over union, different distance metrics, and the number of correct object mappings

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