Occupancy Grid Mapping without Ray-Casting for High-resolution LiDAR Sensors
Yixi Cai, Fanze Kong, Yunfan Ren, Fangcheng Zhu, Jiarong Lin, Fu Zhang

TL;DR
This paper introduces D-Map, an efficient occupancy mapping framework for high-resolution LiDAR sensors that uses depth images and an on-tree update strategy to improve computational efficiency and reduce map size, enabling real-time applications.
Contribution
The paper presents a novel occupancy mapping method that replaces ray-casting with depth images, employs an on-tree update strategy, and removes known cells to enhance efficiency and enable decremental map updates.
Findings
D-Map achieves higher efficiency than existing methods.
Maintains comparable mapping accuracy.
Demonstrates real-time performance on various platforms.
Abstract
Occupancy mapping is a fundamental component of robotic systems to reason about the unknown and known regions of the environment. This article presents an efficient occupancy mapping framework for high-resolution LiDAR sensors, termed D-Map. The framework introduces three main novelties to address the computational efficiency challenges of occupancy mapping. Firstly, we use a depth image to determine the occupancy state of regions instead of the traditional ray-casting method. Secondly, we introduce an efficient on-tree update strategy on a tree-based map structure. These two techniques avoid redundant visits to small cells, significantly reducing the number of cells to be updated. Thirdly, we remove known cells from the map at each update by leveraging the low false alarm rate of LiDAR sensors. This approach not only enhances our framework's update efficiency by reducing map size but…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
