Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

BEVWorld: A Multimodal World Model for Autonomous Driving via Unified BEV Latent Space

arXiv 24.7 2024 74.3 method, application

TLDR

BEVWorld transforms multimodal sensor inputs into unified BEV latent space for autonomous driving, using a tokenizer and diffusion model to forecast future scenes.

Reasoning

Strengths include a novel unified BEV latent space enabling joint modeling of LiDAR and images, self-supervised reconstruction, and temporally consistent forecasting conditioned on actions. Weaknesses are not explicitly discussed in the abstract, but the approach appears promising for autonomous driving world models.

Read-first score

Read-first score 74.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 55.

Reproducibility 25%
81

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=code,github

Topical relevance 42%
78.6

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,experiment

Field roles

Reproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 75.

Keyword Scores

world model
10
generative world model
9
world dynamics prediction
9
world simulator
8
interactive world model
8
video world model
7
model-based reinforcement learning world model
4

Deep Analysis

Innovations

  • Unified and compact Bird's Eye View (BEV) latent space for holistic environment modeling from multimodal sensor inputs
  • Multi-modal tokenizer with ray-casting rendering for self-supervised reconstruction of LiDAR and surround-view images
  • Latent BEV sequence diffusion model for temporally consistent future scene forecasting conditioned on high-level action tokens

Methodology

BEVWorld transforms multimodal sensor inputs into a unified BEV latent space using a multi-modal tokenizer that encodes heterogeneous data and a decoder that reconstructs LiDAR and surround-view images via ray-casting rendering in a self-supervised manner. A latent BEV sequence diffusion model then performs temporally consistent forecasting of future scenes, conditioned on high-level action tokens, enabling scene-level reasoning over time.

Key Results

Extensive experiments on autonomous driving benchmarks demonstrate the effectiveness of BEVWorld in realistic future scene generation and its benefits for downstream tasks such as perception and motion prediction.

Tags