HiMo: High-Speed Objects Motion Compensation in Point Clouds
Qingwen Zhang, Ajinkya Khoche, Yi Yang, Li Ling, Sina Sharif Mansouri, Olov Andersson, Patric Jensfelt
TL;DR
The paper addresses non-ego motion distortions in LiDAR point clouds caused by fast-moving objects, which are especially problematic in highway and multi-LiDAR setups. It introduces HiMo, a pipeline that repurposes self-supervised scene flow estimation to undistort dynamic regions, coupled with SeFlow++ to improve scene flow under high-speed conditions. Two novel evaluation metrics—compensation accuracy at the point level and object shape similarity—assess non-ego motion compensation, with extensive experiments on Scania highway data, Argoverse 2, and ZOD demonstrating improvements in geometric consistency and downstream perception tasks. The work provides open-source code and velocity-aware ground-truth strategies, highlighting substantial benefits for segmentation and 3D detection when processing HiMo-corrected data.
Abstract
LiDAR point cloud is essential for autonomous vehicles, but motion distortions from dynamic objects degrade the data quality. While previous work has considered distortions caused by ego motion, distortions caused by other moving objects remain largely overlooked, leading to errors in object shape and position. This distortion is particularly pronounced in high-speed environments such as highways and in multi-LiDAR configurations, a common setup for heavy vehicles. To address this challenge, we introduce HiMo, a pipeline that repurposes scene flow estimation for non-ego motion compensation, correcting the representation of dynamic objects in point clouds. During the development of HiMo, we observed that existing self-supervised scene flow estimators often produce degenerate or inconsistent estimates under high-speed distortion. We further propose SeFlow++, a real-time scene flow estimator that achieves state-of-the-art performance on both scene flow and motion compensation. Since well-established motion distortion metrics are absent in the literature, we introduce two evaluation metrics: compensation accuracy at a point level and shape similarity of objects. We validate HiMo through extensive experiments on Argoverse 2, ZOD, and a newly collected real-world dataset featuring highway driving and multi-LiDAR-equipped heavy vehicles. Our findings show that HiMo improves the geometric consistency and visual fidelity of dynamic objects in LiDAR point clouds, benefiting downstream tasks such as semantic segmentation and 3D detection. See https://kin-zhang.github.io/HiMo for more details.
