Semi-Supervised Vision-Centric 3D Occupancy World Model for Autonomous Driving
Xiang Li, Pengfei Li, Yupeng Zheng, Wei Sun, Yan Wang, Yilun Chen
TL;DR
The paper tackles the high cost of 3D occupancy labeling for autonomous driving and the need to forecast future scenes from vision. It introduces PreWorld, a semi-supervised vision-centric 3D occupancy world model, featuring a two-stage training paradigm that leverages abundant 2D labels for self-supervised pre-training and 3D occupancy labels for fine-tuning, enabling end-to-end forecasting from image inputs. A simple state-conditioned forecasting module allows joint optimization with the occupancy network, reducing information loss typical of token-based forecasters. Empirical results on Occ3D-nuScenes show competitive 3D occupancy prediction, state-of-the-art 4D occupancy forecasting, and strong motion planning, validating the approach and its scalability for large-scale training in autonomous driving scenarios.
Abstract
Understanding world dynamics is crucial for planning in autonomous driving. Recent methods attempt to achieve this by learning a 3D occupancy world model that forecasts future surrounding scenes based on current observation. However, 3D occupancy labels are still required to produce promising results. Considering the high annotation cost for 3D outdoor scenes, we propose a semi-supervised vision-centric 3D occupancy world model, PreWorld, to leverage the potential of 2D labels through a novel two-stage training paradigm: the self-supervised pre-training stage and the fully-supervised fine-tuning stage. Specifically, during the pre-training stage, we utilize an attribute projection head to generate different attribute fields of a scene (e.g., RGB, density, semantic), thus enabling temporal supervision from 2D labels via volume rendering techniques. Furthermore, we introduce a simple yet effective state-conditioned forecasting module to recursively forecast future occupancy and ego trajectory in a direct manner. Extensive experiments on the nuScenes dataset validate the effectiveness and scalability of our method, and demonstrate that PreWorld achieves competitive performance across 3D occupancy prediction, 4D occupancy forecasting and motion planning tasks.
