ROCVJun 8, 2022

Receding Moving Object Segmentation in 3D LiDAR Data Using Sparse 4D Convolutions

arXiv:2206.04129v1111 citationsh-index: 81
Originality Incremental advance
AI Analysis

This addresses a key challenge for autonomous vehicles in dynamic environments, but it is incremental as it builds on existing methods with specific improvements.

The paper tackles the problem of distinguishing moving objects from static ones in 3D LiDAR data for autonomous vehicles, using sparse 4D convolutions and a receding horizon strategy, and shows more accurate predictions on the SemanticKITTI challenge and good generalization to the Apollo dataset.

A key challenge for autonomous vehicles is to navigate in unseen dynamic environments. Separating moving objects from static ones is essential for navigation, pose estimation, and understanding how other traffic participants are likely to move in the near future. In this work, we tackle the problem of distinguishing 3D LiDAR points that belong to currently moving objects, like walking pedestrians or driving cars, from points that are obtained from non-moving objects, like walls but also parked cars. Our approach takes a sequence of observed LiDAR scans and turns them into a voxelized sparse 4D point cloud. We apply computationally efficient sparse 4D convolutions to jointly extract spatial and temporal features and predict moving object confidence scores for all points in the sequence. We develop a receding horizon strategy that allows us to predict moving objects online and to refine predictions on the go based on new observations. We use a binary Bayes filter to recursively integrate new predictions of a scan resulting in more robust estimation. We evaluate our approach on the SemanticKITTI moving object segmentation challenge and show more accurate predictions than existing methods. Since our approach only operates on the geometric information of point clouds over time, it generalizes well to new, unseen environments, which we evaluate on the Apollo dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes