Visual Point Cloud Forecasting enables Scalable Autonomous Driving
Zetong Yang, Li Chen, Yanan Sun, Hongyang Li
TL;DR
This work tackles the scarcity of scalable pre-training for visual autonomous driving by introducing visual point cloud forecasting as a pre-text task. It presents ViDAR, a three-component framework that learns semantic, geometric, and temporal representations from historical Image-LiDAR sequences to forecast future point clouds and BEV features, enabling effective pre-training of visual encoders. A key contribution is Latent Rendering, which overcomes the limitations of differentiable ray-casting by producing discriminative 3D geometric latent space and is complemented by an autoregressive Future Decoder. Empirical results on nuScenes show that ViDAR improves downstream 3D detection, semantic occupancy, motion forecasting, and open-loop planning, demonstrating strong data efficiency and end-to-end benefits for scalable visual autonomous driving.
Abstract
In contrast to extensive studies on general vision, pre-training for scalable visual autonomous driving remains seldom explored. Visual autonomous driving applications require features encompassing semantics, 3D geometry, and temporal information simultaneously for joint perception, prediction, and planning, posing dramatic challenges for pre-training. To resolve this, we bring up a new pre-training task termed as visual point cloud forecasting - predicting future point clouds from historical visual input. The key merit of this task captures the synergic learning of semantics, 3D structures, and temporal dynamics. Hence it shows superiority in various downstream tasks. To cope with this new problem, we present ViDAR, a general model to pre-train downstream visual encoders. It first extracts historical embeddings by the encoder. These representations are then transformed to 3D geometric space via a novel Latent Rendering operator for future point cloud prediction. Experiments show significant gain in downstream tasks, e.g., 3.1% NDS on 3D detection, ~10% error reduction on motion forecasting, and ~15% less collision rate on planning.
