ROCVJun 29, 2020

Confidence-rich grid mapping

arXiv:2006.15754v137 citations
Originality Incremental advance
AI Analysis

This work addresses the need for reliable environment mapping in robotics, particularly for motion planning, and is incremental as it extends traditional grid mapping with confidence values.

The paper tackles the problem of representing unknown environments for autonomous robots by introducing confidence-rich mapping (CRM), a grid-based algorithm that augments occupancy with confidence values, resulting in more accurate maps and higher consistency between error and reported confidence for reliable collision risk evaluation.

Representing the environment is a fundamental task in enabling robots to act autonomously in unknown environments. In this work, we present confidence-rich mapping (CRM), a new algorithm for spatial grid-based mapping of the 3D environment. CRM augments the occupancy level at each voxel by its confidence value. By explicitly storing and evolving confidence values using the CRM filter, CRM extends traditional grid mapping in three ways: first, it partially maintains the probabilistic dependence among voxels. Second, it relaxes the need for hand-engineering an inverse sensor model and proposes the concept of sensor cause model that can be derived in a principled manner from the forward sensor model. Third, and most importantly, it provides consistent confidence values over the occupancy estimation that can be reliably used in collision risk evaluation and motion planning. CRM runs online and enables mapping environments where voxels might be partially occupied. We demonstrate the performance of the method on various datasets and environments in simulation and on physical systems. We show in real-world experiments that, in addition to achieving maps that are more accurate than traditional methods, the proposed filtering scheme demonstrates a much higher level of consistency between its error and the reported confidence, hence, enabling a more reliable collision risk evaluation for motion planning.

Foundations

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

Your Notes