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

Generalized Predictive Model for Autonomous Driving

CVPR 24 2024 61.5 method, benchmark, application

TLDR

First large-scale video prediction model for autonomous driving using web data and latent diffusion, achieving zero-shot generalization and adaptation to planning.

Reasoning

Strengths include large-scale web data, zero-shot generalization, and adaptation to action-conditioned prediction and motion planning. Weaknesses: no explicit comparison to world models, limited evaluation details in abstract.

Read-first score

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

Reproducibility 25%
96

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

Methodology quality 25%
80

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

Recency 8%
75.1

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

Topical relevance 42%
27.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

Field roles

Methodology anchorReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 765.

Keyword Scores

world dynamics prediction
6
video world model
5
generative world model
3
world model
2
world simulator
1
interactive world model
1
model-based reinforcement learning world model
1

Deep Analysis

Innovations

  • First large-scale video prediction model specifically designed for autonomous driving.
  • Use of web-sourced diverse driving videos paired with text descriptions to reduce data collection costs and improve generalization.
  • Novel temporal reasoning blocks integrated into a latent diffusion model (GenAD) to handle complex driving dynamics.
  • Demonstrated zero-shot generalization to multiple unseen driving datasets, outperforming both general and driving-specific video prediction models.
  • Adaptability of GenAD to action-conditioned prediction and motion planning tasks for real-world applications.

Methodology

GenAD is built on a latent diffusion model architecture enhanced with novel temporal reasoning blocks to capture the dynamics of driving scenes. The model is trained on a large-scale dataset of over 2000 hours of web-sourced driving videos from diverse global regions, weather conditions, and traffic scenarios, each paired with high-quality text descriptions. Evaluation is performed in a zero-shot setting on unseen driving datasets, comparing against general video prediction models and driving-specific counterparts.

Key Results

GenAD achieves superior zero-shot generalization to various unseen driving datasets, surpassing both general and driving-specific video prediction models in predictive performance.

Limitations

  • Web-sourced data may contain quality inconsistencies and lack precise annotations, potentially introducing biases.
  • Zero-shot performance, while strong, may not match the accuracy of models fine-tuned on target datasets.
  • The computational cost of latent diffusion models could limit real-time deployment in autonomous driving systems.
  • Adaptation to action-conditioned prediction or motion planning may require additional training or fine-tuning for specific tasks.

Tags