首页 /研究 /i-Octree: A Fast, Lightweight, and Dynamic Octree for Proximity Search
OTHER

i-Octree: A Fast, Lightweight, and Dynamic Octree for Proximity Search

Jun Zhu, Hongyi Li, Zhepeng Wang, Shengjie Wang, Tao Zhang

发表年份
2024
引用次数
14

摘要

Establishing the correspondences between newly acquired points and historically accumulated data (i.e., the map) through nearest neighbor search is crucial in numerous robotic applications. However, static tree data structures are inadequate to handle large and dynamically growing maps in real-time. To address this issue, we present the i-Octree, a dynamic octree data structure that supports both fast nearest neighbor search and real-time dynamic updates, such as point insertion, deletion, and on-tree down-sampling. The i-Octree is built upon a leaf-based octree and has two key features: a local spatially continuous storing strategy that allows for fast access to points while minimizing memory usage, and local on-tree updates that significantly reduce computation time compared to existing static or dynamic tree structures. The experiments show that the i-Octree outperforms contemporary state-of-the-art approaches by achieving, on average, a 19% reduction in runtime on real-world open datasets.

关键词

OctreeComputer scienceComputer graphics (images)Artificial intelligence

相关论文

查看 OTHER 分类全部论文