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

Planning with Reasoning using Vision Language World Model

arXiv 25.9 2025 63.2 method

TLDR

Introduces VLWM, a vision-language world model for planning that achieves state-of-the-art on Visual Planning for Assistance benchmarks.

Reasoning

Strengths: novel integration of vision-language model for world modeling with system-1 and system-2 planning, strong empirical results on multiple benchmarks. Weaknesses: limited details on methodology and limitations in abstract; reliance on LLM self-refine and Tree of Captions may be computationally expensive.

Read-first score

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

Recency 8%
86.7

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

Topical relevance 42%
74.3

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

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

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

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 255.

Keyword Scores

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

Deep Analysis

Innovations

  • Training a foundation model for language-based world modeling on natural videos
  • Using iterative LLM Self-Refine conditioned on Tree of Captions to extract trajectory targets
  • Learning both an action policy and a dynamics model for reactive system-1 and reflective system-2 planning
  • Self-supervised critic model to measure semantic distance between hypothetical future states and goal state

Methodology

The Vision Language World Model (VLWM) first infers overall goal achievements from visual observations, then predicts a trajectory of interleaved actions and world state changes. Targets are extracted via iterative LLM Self-Refine conditioned on compressed future observations represented by Tree of Captions. The model learns both an action policy (for system-1 plan decoding) and a dynamics model (for system-2 planning via cost minimization), with cost measured by a self-supervised critic model.

Key Results

VLWM achieves state-of-the-art Visual Planning for Assistance (VPA) performance on benchmark evaluations and PlannerArena human evaluations, where system-2 improves Elo score by +27% over system-1. It also outperforms strong VLM baselines on RoboVQA and WorldPrediction benchmarks.

Tags