GaussianWorld: Gaussian World Model for Streaming 3D Occupancy Prediction
Sicheng Zuo, Wenzhao Zheng, Yuanhui Huang, Jie Zhou, Jiwen Lu
TL;DR
Problem: vision-based 3D occupancy prediction benefits from temporal context but prior methods either fuse frames or ignore scene continuity. Approach: GaussianWorld uses a 3D Gaussian scene representation and a world-model that forecasts $4D$ occupancy conditioned on the current RGB observation, explicitly modeling ego-motion alignment, dynamic object motion, and completion of newly observed areas via evolution and refinement layers. Contributions: introduces a unified evolution layer, a streaming training regime with progressive sequence lengths and probabilistic frame dropout, and achieves state-of-the-art results on $nuScenes$ with minimal overhead. Significance: enables efficient, accurate streaming 3D perception for autonomous driving with explicit, interpretable scene evolution.
Abstract
3D occupancy prediction is important for autonomous driving due to its comprehensive perception of the surroundings. To incorporate sequential inputs, most existing methods fuse representations from previous frames to infer the current 3D occupancy. However, they fail to consider the continuity of driving scenarios and ignore the strong prior provided by the evolution of 3D scenes (e.g., only dynamic objects move). In this paper, we propose a world-model-based framework to exploit the scene evolution for perception. We reformulate 3D occupancy prediction as a 4D occupancy forecasting problem conditioned on the current sensor input. We decompose the scene evolution into three factors: 1) ego motion alignment of static scenes; 2) local movements of dynamic objects; and 3) completion of newly-observed scenes. We then employ a Gaussian world model (GaussianWorld) to explicitly exploit these priors and infer the scene evolution in the 3D Gaussian space considering the current RGB observation. We evaluate the effectiveness of our framework on the widely used nuScenes dataset. Our GaussianWorld improves the performance of the single-frame counterpart by over 2% in mIoU without introducing additional computations. Code: https://github.com/zuosc19/GaussianWorld.
