Memory-Efficient Boundary Map for Large-Scale Occupancy Grid Mapping
Benxu Tang, Yunfan Ren, Yixi Cai, Fanze Kong, Wenyi Liu, Fangcheng Zhu, Longji Yin, Liuyu Shi, Fu Zhang

TL;DR
This paper introduces a memory-efficient boundary map representation for large-scale occupancy grid mapping, focusing on maintaining only the environment's boundary to reduce memory use and enable efficient occupancy queries.
Contribution
The paper presents a novel boundary map data structure and a global-local mapping framework that significantly reduce memory requirements for large-scale occupancy mapping.
Findings
Reduces memory consumption by maintaining only boundary voxels.
Supports efficient occupancy state queries in large environments.
Provides a real-time update algorithm for sensor data integration.
Abstract
Determining the occupancy status of locations in the environment is a fundamental task for safety-critical robotic applications. Traditional occupancy grid mapping methods subdivide the environment into a grid of voxels, each associated with one of three occupancy states: free, occupied, or unknown. These methods explicitly maintain all voxels within the mapped volume and determine the occupancy state of a location by directly querying the corresponding voxel that the location falls within. However, maintaining all grid voxels in high-resolution and large-scale scenarios requires substantial memory resources. In this paper, we introduce a novel representation that only maintains the boundary of the mapped volume. Specifically, we explicitly represent the boundary voxels, such as the occupied voxels and frontier voxels, while free and unknown voxels are automatically represented by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Autonomous Vehicle Technology and Safety · Social Robot Interaction and HRI
