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

DriveDreamer: Towards Real-world-driven World Models for Autonomous Driving

ECCV 24 2024 66.9 method, application

TLDR

DriveDreamer is a world model for autonomous driving using diffusion models and real-world data to generate controllable driving videos.

Reasoning

The paper introduces a novel world model derived from real-world driving scenarios, leveraging diffusion models and a two-stage training pipeline for video generation and future state prediction. Its strengths include the use of real-world data (nuScenes) and controllable generation, but it lacks interactive or reinforcement learning components, limiting its scope to video generation rather than full world simulation.

Read-first score

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

Recency 8%
75.1

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

Reproducibility 25%
73

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

Topical relevance 42%
65.7

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

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: 124.

Keyword Scores

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

Deep Analysis

Innovations

  • First world model entirely derived from real-world driving scenarios, addressing the limitation of prior work focused on gaming or simulated environments.
  • Harnesses diffusion models to construct a comprehensive representation of complex driving environments, reducing the overwhelming search space.
  • Introduces a two-stage training pipeline: first stage learns structured traffic constraints, second stage enables future state anticipation.

Methodology

DriveDreamer uses a diffusion model as the backbone to represent complex driving environments. It employs a two-stage training pipeline: the first stage learns structured traffic constraints from real-world data, and the second stage trains the model to anticipate future states. The model is instantiated and evaluated on the nuScenes benchmark.

Key Results

DriveDreamer enables precise, controllable video generation that faithfully captures structural constraints of real-world traffic scenarios, and also generates realistic and reasonable driving policies, opening avenues for interaction and practical applications.

Tags