Seeing the Future, Perceiving the Future: A Unified Driving World Model for Future Generation and Perception
Dingkang Liang, Dingyuan Zhang, Xin Zhou, Sifan Tu, Tianrui Feng, Xiaofan Li, Yumeng Zhang, Mingyang Du, Xiao Tan, Xiang Bai
TL;DR
UniFuture presents a unified driving world model that simultaneously generates future scenes and performs depth-aware perception. It introduces Dual-Latent Sharing to place image and depth in a common latent space and Multi-scale Latent Interaction to enable bidirectional, multi-scale refinement between modalities. Empirical results on nuScenes show superior generation quality (lower FID) and depth perception accuracy, with strong zero-shot generalization to Waymo, highlighting the value of integrating appearance priors with geometric priors. The approach enables coherent 4D scene modeling and points to future work incorporating semantic reasoning for richer scene understanding.
Abstract
We present UniFuture, a simple yet effective driving world model that seamlessly integrates future scene generation and perception within a single framework. Unlike existing models focusing solely on pixel-level future prediction or geometric reasoning, our approach jointly models future appearance (i.e., RGB image) and geometry (i.e., depth), ensuring coherent predictions. Specifically, during the training, we first introduce a Dual-Latent Sharing scheme, which transfers image and depth sequence in a shared latent space, allowing both modalities to benefit from shared feature learning. Additionally, we propose a Multi-scale Latent Interaction mechanism, which facilitates bidirectional refinement between image and depth features at multiple spatial scales, effectively enhancing geometry consistency and perceptual alignment. During testing, our UniFuture can easily predict high-consistency future image-depth pairs by only using the current image as input. Extensive experiments on the nuScenes dataset demonstrate that UniFuture outperforms specialized models on future generation and perception tasks, highlighting the advantages of a unified, structurally-aware world model. The project page is at https://github.com/dk-liang/UniFuture.
