CVMar 17, 2025

Seeing the Future, Perceiving the Future: A Unified Driving World Model for Future Generation and Perception

arXiv:2503.13587v115 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for coherent future prediction in autonomous driving, though it is incremental as it builds on existing world model concepts.

The paper tackles the problem of predicting future driving scenes by proposing UniFuture, a unified world model that jointly generates future RGB images and depth maps, achieving state-of-the-art performance on the nuScenes dataset.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes