CVSPFeb 25, 2023

Point Cloud Forecasting as a Proxy for 4D Occupancy Forecasting

CMU
arXiv:2302.13130v390 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses the scalability issue in motion planning for autonomous vehicles by enabling predictions without reliance on annotated data, though it is incremental as it builds on existing point cloud forecasting methods.

The paper tackles the problem of predicting future world states for autonomous systems by proposing 4D occupancy forecasting as a self-supervised task, showing it can be trained and evaluated using unannotated LiDAR sequences without costly human labels.

Predicting how the world can evolve in the future is crucial for motion planning in autonomous systems. Classical methods are limited because they rely on costly human annotations in the form of semantic class labels, bounding boxes, and tracks or HD maps of cities to plan their motion and thus are difficult to scale to large unlabeled datasets. One promising self-supervised task is 3D point cloud forecasting from unannotated LiDAR sequences. We show that this task requires algorithms to implicitly capture (1) sensor extrinsics (i.e., the egomotion of the autonomous vehicle), (2) sensor intrinsics (i.e., the sampling pattern specific to the particular LiDAR sensor), and (3) the shape and motion of other objects in the scene. But autonomous systems should make predictions about the world and not their sensors. To this end, we factor out (1) and (2) by recasting the task as one of spacetime (4D) occupancy forecasting. But because it is expensive to obtain ground-truth 4D occupancy, we render point cloud data from 4D occupancy predictions given sensor extrinsics and intrinsics, allowing one to train and test occupancy algorithms with unannotated LiDAR sequences. This also allows one to evaluate and compare point cloud forecasting algorithms across diverse datasets, sensors, and vehicles.

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