GaussianDWM: 3D Gaussian Driving World Model for Unified Scene Understanding and Multi-Modal Generation
Tianchen Deng, Xuefeng Chen, Yi Chen, Qu Chen, Yuyao Xu, Lijin Yang, Le Xu, Yu Zhang, Bo Zhang, Wuxiong Huang, Hesheng Wang
TL;DR
GaussianDWM tackles the lack of explicit 3D–language alignment in driving world models by introducing a 3D Gaussian scene representation where each $G_i=(x_i,o_i,s_i,r_i,f_i)$ embeds language features. It uses a World Tokenizer, a Language-augmented Scene Understanding module, and a dual-condition diffusion-based Multi-modal Generator to perform spatial and temporal scene generation guided by high-level world knowledge and low-level visual cues. The model achieves state-of-the-art performance on NuScenes and NuInteract for both scene understanding and generation, with ablations confirming the effectiveness of 3D Gaussians, task-aware sampling, and world-knowledge conditioning. This work enables more interpretable, semantically coherent driving scene reasoning and synthesis, with practical implications for simulation, risk assessment, and planning in autonomous driving.
Abstract
Driving World Models (DWMs) have been developing rapidly with the advances of generative models. However, existing DWMs lack 3D scene understanding capabilities and can only generate content conditioned on input data, without the ability to interpret or reason about the driving environment. Moreover, current approaches represent 3D spatial information with point cloud or BEV features do not accurately align textual information with the underlying 3D scene. To address these limitations, we propose a novel unified DWM framework based on 3D Gaussian scene representation, which enables both 3D scene understanding and multi-modal scene generation, while also enabling contextual enrichment for understanding and generation tasks. Our approach directly aligns textual information with the 3D scene by embedding rich linguistic features into each Gaussian primitive, thereby achieving early modality alignment. In addition, we design a novel task-aware language-guided sampling strategy that removes redundant 3D Gaussians and injects accurate and compact 3D tokens into LLM. Furthermore, we design a dual-condition multi-modal generation model, where the information captured by our vision-language model is leveraged as a high-level language condition in combination with a low-level image condition, jointly guiding the multi-modal generation process. We conduct comprehensive studies on the nuScenes, and NuInteract datasets to validate the effectiveness of our framework. Our method achieves state-of-the-art performance. We will release the code publicly on GitHub https://github.com/dtc111111/GaussianDWM.
