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

Semi-Supervised Vision-Centric 3D Occupancy World Model for Autonomous Driving

ICLR 25 2025 66.1 method, application

TLDR

Proposes a semi-supervised 3D occupancy world model using 2D labels and volume rendering for autonomous driving forecasting and planning.

Reasoning

Strengths include a novel semi-supervised paradigm reducing annotation cost and integration of forecasting and planning tasks. Weaknesses are reliance on a single dataset and lack of explicit comparison to fully-supervised baselines in the abstract.

Read-first score

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

Methodology quality 25%
90

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

Recency 8%
86.7

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

Reproducibility 25%
81

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

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

Field roles

FrontierMethodology anchorReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 570.

Keyword Scores

world model
10
world dynamics prediction
9
generative world model
6
world simulator
2
interactive world model
0
video world model
0
model-based reinforcement learning world model
0

Deep Analysis

Innovations

  • Semi-supervised learning paradigm for 3D occupancy world model using only 2D labels during pre-training
  • Two-stage training: self-supervised pre-training with attribute projection head and volume rendering, followed by fully-supervised fine-tuning
  • Attribute projection head that generates RGB, density, and semantic fields from 3D occupancy to enable temporal supervision from 2D labels
  • State-conditioned forecasting module for recursive prediction of future occupancy and ego trajectory

Methodology

PreWorld employs a two-stage training paradigm. In the self-supervised pre-training stage, an attribute projection head generates RGB, density, and semantic fields from 3D occupancy, and volume rendering provides temporal supervision from 2D labels. In the fully-supervised fine-tuning stage, 3D occupancy labels are used. A state-conditioned forecasting module recursively predicts future occupancy and ego trajectory. Experiments are conducted on the nuScenes dataset.

Key Results

PreWorld achieves competitive performance on 3D occupancy prediction, 4D occupancy forecasting, and motion planning tasks on the nuScenes dataset, demonstrating effectiveness and scalability.

Limitations

  • Still requires 3D occupancy labels for the fine-tuning stage, limiting full label efficiency
  • Evaluation is limited to the nuScenes dataset; generalization to other datasets or conditions is not demonstrated

Tags