UniPAD: A Universal Pre-training Paradigm for Autonomous Driving
Honghui Yang, Sha Zhang, Di Huang, Xiaoyang Wu, Haoyi Zhu, Tong He, Shixiang Tang, Hengshuang Zhao, Qibo Qiu, Binbin Lin, Xiaofei He, Wanli Ouyang
TL;DR
UniPAD introduces a universal self-supervised pre-training paradigm for autonomous driving by leveraging a 3D differentiable rendering decoder to jointly learn geometry and appearance signals. By converting LiDAR and multi-view image inputs into a unified 3D voxel space and applying memory-efficient ray sampling, UniPAD learns robust representations without explicit positive/negative sample mining. The method yields substantial improvements across 3D object detection and 3D semantic segmentation on nuScenes and demonstrates strong transfer to both 2D image backbones and multi-modal detectors. This renderer-based pre-training bridges 2D and 3D domains, enabling scalable, cross-modal representation learning with practical gains in perception tasks.
Abstract
In the context of autonomous driving, the significance of effective feature learning is widely acknowledged. While conventional 3D self-supervised pre-training methods have shown widespread success, most methods follow the ideas originally designed for 2D images. In this paper, we present UniPAD, a novel self-supervised learning paradigm applying 3D volumetric differentiable rendering. UniPAD implicitly encodes 3D space, facilitating the reconstruction of continuous 3D shape structures and the intricate appearance characteristics of their 2D projections. The flexibility of our method enables seamless integration into both 2D and 3D frameworks, enabling a more holistic comprehension of the scenes. We manifest the feasibility and effectiveness of UniPAD by conducting extensive experiments on various downstream 3D tasks. Our method significantly improves lidar-, camera-, and lidar-camera-based baseline by 9.1, 7.7, and 6.9 NDS, respectively. Notably, our pre-training pipeline achieves 73.2 NDS for 3D object detection and 79.4 mIoU for 3D semantic segmentation on the nuScenes validation set, achieving state-of-the-art results in comparison with previous methods. The code will be available at https://github.com/Nightmare-n/UniPAD.
