Multi-Resolution 3D Mapping with Explicit Free Space Representation for Fast and Accurate Mobile Robot Motion Planning
Nils Funk, Juan Tarrio, Sotiris Papatheodorou, Marija Popovic, Pablo F. Alcantarilla, Stefan Leutenegger
TL;DR
The paper addresses the need for real-time, high-resolution 3D maps that support fast, collision-aware planning for mobile robots. It proposes a multi-resolution occupancy mapping framework based on a two-tier octree with log-odds occupancy, plus a map-to-camera allocation strategy that adaptively allocates resolution where needed. Key contributions include a conservative, depth-span–driven allocation and a weighted-mean log-odds fusion scheme, a scalable integration scale with hysteresis, and fast multi-resolution ray-casting and meshing for planning and tracking. The approach achieves competitive surface reconstruction accuracy while enabling real-time planning at centimetre-scale resolutions, without the heavy ESDF construction required by many existing methods, thereby facilitating tighter integration between mapping and planning in constrained robotic platforms.
Abstract
With the aim of bridging the gap between high quality reconstruction and mobile robot motion planning, we propose an efficient system that leverages the concept of adaptive-resolution volumetric mapping, which naturally integrates with the hierarchical decomposition of space in an octree data structure. Instead of a Truncated Signed Distance Function (TSDF), we adopt mapping of occupancy probabilities in log-odds representation, which allows to represent both surfaces, as well as the entire free, i.e. observed space, as opposed to unobserved space. We introduce a method for choosing resolution -- on the fly -- in real-time by means of a multi-scale max-min pooling of the input depth image. The notion of explicit free space mapping paired with the spatial hierarchy in the data structure, as well as map resolution, allows for collision queries, as needed for robot motion planning, at unprecedented speed. We quantitatively evaluate mapping accuracy, memory, runtime performance, and planning performance showing improvements over the state of the art, particularly in cases requiring high resolution maps.
