HIF: Height Interval Filtering for Efficient Dynamic Points Removal
Shufang Zhang, Tao Jiang, Jiazheng Wu, Ziyu Meng, Ziyang Zhang, Shan An
TL;DR
HIF introduces a real-time dynamic object removal method for 3D point clouds by modeling vertical occupancy with pillar-based height intervals and Bayesian interval filtering. A low-height preservation strategy enhances robustness in occluded regions, enabling accurate retention of static structures without ground segmentation or ray-tracing. Extensive experiments on KITTI, SemanticKITTI, and AV2 show substantial runtime improvements (6–7×) while maintaining competitive accuracy. The approach offers practical benefits for real-time SLAM and autonomous navigation, with future work aimed at adaptive pillar representations and filtering to further boost performance.
Abstract
3D point cloud mapping plays a essential role in localization and autonomous navigation. However, dynamic objects often leave residual traces during the map construction process, which undermine the performance of subsequent tasks. Therefore, dynamic object removal has become a critical challenge in point cloud based map construction within dynamic scenarios. Existing approaches, however, often incur significant computational overhead, making it difficult to meet the real-time processing requirements. To address this issue, we introduce the Height Interval Filtering (HIF) method. This approach constructs pillar-based height interval representations to probabilistically model the vertical dimension, with interval probabilities updated through Bayesian inference. It ensures real-time performance while achieving high accuracy and improving robustness in complex environments. Additionally, we propose a low-height preservation strategy that enhances the detection of unknown spaces, reducing misclassification in areas blocked by obstacles (occluded regions). Experiments on public datasets demonstrate that HIF delivers a 7.7 times improvement in time efficiency with comparable accuracy to existing SOTA methods. The code will be publicly available.
