An Efficient Convex Hull-based Vehicle Pose Estimation Method for 3D LiDAR
Ningning Ding
TL;DR
This work tackles real-time 3D LiDAR vehicle pose estimation under sparse observations by converting 3D clusters to 2D convex hulls and evaluating pose with a minimum occlusion-area criterion. The method uses visible-edge selection and occlusion-area calculation to search the yaw orientation over a restricted range, achieving superior accuracy and speed on KITTI and a custom industrial dataset compared to RANSAC L-shape and CHH baselines. The approach yields mean absolute orientation errors around 1.7° on KITTI and ~1.3° on the authors’ dataset, with sub-millisecond per-object runtimes, supporting real-time deployment. These results suggest strong robustness to occlusion and sparse data, and the method is well-suited for obstacle avoidance and path planning, with future work to integrate tracking and outlier-resilient techniques.
Abstract
Vehicle pose estimation with LiDAR is essential in the perception technology of autonomous driving. However, due to incomplete observation measurements and sparsity of the LiDAR point cloud, it is challenging to achieve satisfactory pose extraction based on 3D LiDAR with the existing pose estimation methods. In addition, the demand for real-time performance further increases the difficulty of the pose estimation task. In this paper, we propose a novel vehicle pose estimation method based on the convex hull. The extracted 3D cluster is reduced to the convex hull, reducing the subsequent computation burden while preserving essential contour information. Subsequently, a novel criterion based on the minimum occlusion area is developed for the search-based algorithm, enabling accurate pose estimation. Additionally, this criterion renders the proposed algorithm particularly well-suited for obstacle avoidance. The proposed algorithm is validated on the KITTI dataset and a manually labeled dataset acquired at an industrial park. The results demonstrate that our proposed method can achieve better accuracy than the classical pose estimation method while maintaining real-time speed.
