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

Fast LeWorldModel

arXiv 2026 51.2 method

TLDR

Fast-LeWM accelerates latent world model planning by replacing autoregressive rollout with parallel action-prefix prediction, reducing error accumulation and planning time.

Reasoning

The paper presents a clear methodological improvement over LeWM, with empirical evidence of higher success rates and lower latent loss. However, the abstract lacks details on real-world evaluation, and the scope is limited to latent state planning without addressing generative or video-based world models.

Read-first score

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

Recency 6%
100

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

Citation impact 18%
95.7

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.95654014

Topical relevance 29%
50

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

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

Reproducibility 18%
38

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

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontier

Rank sensitivity

Stability: volatile; rank range: 461.

Keyword Scores

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

Deep Analysis

Innovations

  • Replacing repeated local rollout with action-prefix prediction
  • Parallel prediction of future latents from encoded action prefixes
  • Prefix-level supervision forcing the model to learn state evolution under different action prefixes

Methodology

Fast-LeWM encodes action prefixes and predicts the future latents reached after executing those prefixes in parallel, using prefix-level supervision to model state evolution over multiple horizons. During planning, the predictor uses the last prefix token from the encoded action sequence to evaluate the corresponding future latent without explicit rollout through intermediate states.

Key Results

Fast-LeWM improves average success over LeWM while substantially reducing planning time, achieving lower open-loop latent loss whose growth becomes significantly slower as the rollout horizon increases.

Tags