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

Dream to Drive: Model-Based Vehicle Control Using Analytic World Models

arXiv 25.2 2025 44.3 method

TLDR

Proposes Analytic World Models using differentiable simulators for predictive, prescriptive, and counterfactual capabilities in autonomous driving.

Reasoning

The paper introduces a novel approach to world modeling by leveraging differentiable simulators for end-to-end learning of state predictors, odometry, planners, and inverse states. Its strengths lie in the innovative task setups and broad applicability in autonomous driving, but it lacks real-world validation, relying solely on simulated environments.

Read-first score

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

Recency 8%
86.7

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

Topical relevance 42%
47.1

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%
40

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

Reproducibility 25%
30

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

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 405.

Keyword Scores

world model
9
world dynamics prediction
8
world simulator
6
model-based reinforcement learning world model
5
interactive world model
4
generative world model
1
video world model
0

Deep Analysis

Innovations

  • Using differentiable simulators for world modeling (Analytic World Models) rather than just policy gradients
  • Three novel task setups: learning relative odometry, optimal planners, and optimal inverse states via end-to-end computation graph combining differentiable dynamics with a state predictor
  • End-to-end learning of state predictors through differentiable simulation, enabling predictive, prescriptive, and counterfactual capabilities

Methodology

The methodology combines differentiable dynamics within an end-to-end computation graph with a state predictor, not a policy. Three task setups are designed: relative odometry, optimal planners, and optimal inverse states. The models are trained via backpropagation through the differentiable simulator, enabling efficient learning of Analytic World Models (AWMs).

Key Results

The paper demonstrates that differentiable simulation enables efficient, end-to-end learning of Analytic World Models, which have broad applicability in autonomous driving scenarios and can augment decision-making beyond reactive control.

Tags