VisionPAD: A Vision-Centric Pre-training Paradigm for Autonomous Driving
Haiming Zhang, Wending Zhou, Yiyao Zhu, Xu Yan, Jiantao Gao, Dongfeng Bai, Yingjie Cai, Bingbing Liu, Shuguang Cui, Zhen Li
TL;DR
VisionPAD addresses the challenge of pre-training vision-centric autonomous driving models without depth supervision. It introduces a 3D Gaussian Splatting decoder that renders multi-view images from voxel-based features, coupled with a self-supervised voxel velocity estimator and a photometric consistency loss to learn motion and 3D geometry from pure image data. The approach yields significant improvements in 3D object detection, semantic occupancy, and map segmentation on nuScenes, outperforming prior image-only pre-training methods while reducing computational overhead compared to NeRF-style renderers. This work establishes a scalable, depth-free paradigm for vision-based perception in autonomous driving with strong data-efficiency and practical impact.
Abstract
This paper introduces VisionPAD, a novel self-supervised pre-training paradigm designed for vision-centric algorithms in autonomous driving. In contrast to previous approaches that employ neural rendering with explicit depth supervision, VisionPAD utilizes more efficient 3D Gaussian Splatting to reconstruct multi-view representations using only images as supervision. Specifically, we introduce a self-supervised method for voxel velocity estimation. By warping voxels to adjacent frames and supervising the rendered outputs, the model effectively learns motion cues in the sequential data. Furthermore, we adopt a multi-frame photometric consistency approach to enhance geometric perception. It projects adjacent frames to the current frame based on rendered depths and relative poses, boosting the 3D geometric representation through pure image supervision. Extensive experiments on autonomous driving datasets demonstrate that VisionPAD significantly improves performance in 3D object detection, occupancy prediction and map segmentation, surpassing state-of-the-art pre-training strategies by a considerable margin.
