Robot Policy Evaluation · World Models

RoboWorld
Fast and Reliable Neural Simulators
for Generalist Robot Policy Evaluation

Byeongguk Jeon*1,2, Seonghyeon Ye*1, JaeHyeok Doo1, Sungdong Kim1,2, Minjoon Seo1,2, Hyungmok Son2, Kimin Lee1,2

1KAIST     2Config     *Equal contribution     Corresponding author: byeongguk@kaist.ac.kr

ICML 2026 F2S Workshop on Long-Horizon Video Generation

Overview A 3-minute introduction to RoboWorld

RoboWorld vs. the real world

π₀.₅: RoboWorld (left) vs. Real (right)
PaliGemma Fast: RoboWorld (left) vs. Real (right)
RoboWorld vs. RoboArena correlation
r = 0.989 RoboWorld rankings match the real RoboArena leaderboard

Same task, different outcome. From one shared initial frame, each rollout plays until its result and freezes. π₀.₅ succeeds while PaliGemma Fast fails, and RoboWorld reproduces both, matching the real environment.

Abstract

Evaluating robot policies without the robots

Video world models are emerging as a scalable alternative for evaluating generalist robot policies, bypassing the physical constraints and engineering burden of real-world deployment. Yet evaluation with world models remains hard: model artifacts make long rollouts unreliable, and slow iterative denoising limits throughput.

We introduce RoboWorld, an automated evaluation pipeline that pairs a fast autoregressive video world model with a task-progress-aware vision-language model (VLM) judge. To make long-horizon action-conditioned rollouts both fast and reliable, we propose Step Forcing, which combines anchored and one-step self-forwarded contexts to reduce the train–test mismatch while preserving action–observation dynamics. Together, these components let RoboWorld align strongly with real-world robot evaluation across tasks and environments.

0.989
Pearson r vs. RoboArena
0.970
Spearman ρ vs. RoboArena
15.3
FPS rollout (4-step)

What's new

Three ingredients

01

Step Forcing

A training scheme that denoises from one-step self-forwarded priors under the same few-step schedule used at inference, while interleaving data-grounded anchor steps to keep strict action controllability.

02

Fast autoregressive world model

A pretrained video diffusion model adapted with frame-causal attention, action cross-attention, and KV-caching, enabling reliable 4-step long-horizon open-loop rollouts at 15.3 FPS.

03

Task-progress VLM judge

A 0–5 rubric that isolates world-model error to the wrist view while scoring real task progress from fixed external views, fairly crediting policies under imperfect rollouts, unlike binary success.

Method

Step Forcing

Autoregressive world models suffer a train–test context mismatch: training conditions on clean or noised ground-truth contexts (Teacher / Diffusion Forcing), whereas inference conditions on the model's own generations, so errors accumulate. Training directly on self-generated contexts (Self Forcing) fixes drift but is expensive and weakens action following, because the same action is supervised from model-induced rather than data-grounded states.

Step Forcing trains the model to denoise from a one-step self-forwarded prior under a fixed discrete schedule, which aligns training with inference and enables efficient few-step (e.g., 4-step) denoising, while a probabilistic anchor step falls back to the data-grounded latent to preserve action–observation dynamics.

Step Forcing schematic
(a) Diffusion Forcing conditions on noisy ground truth (red). (b) Self Forcing conditions on self-generated context (green) via repeated forward rollouts. (c) Step Forcing conditions on the one-step self-forwarded prior (green) or the anchor step (red), sharing one noise schedule across training and inference.

Diagnostic study

Controllability meets long-horizon stability

On BAIR Robot Pushing, Step Forcing preserves action controllability while staying visually sharp over the whole horizon, achieving the best SSIM and LPIPS on both in-horizon (ID) and extrapolation (OOD) frames.

Long-horizon action-conditioned rollout on BAIR. Each column is the same action sequence rolled out by a different method, played frame-by-frame. The decisive axis is action followability: Teacher and Diffusion Forcing drift and blur over time, while Resampling and Self Forcing stay visually plausible yet follow the commanded actions only loosely. Step Forcing (ours) keeps the rollout tightly aligned to the input actions through t=29.

Two additional held-out rollouts, same column order: Ground Truth · Teacher Forcing · Diffusion Forcing · Resampling Forcing · Self Forcing · Step Forcing (ours).

Efficiency

Best quality at the highest throughput

On long-horizon RoboArena trajectories (300 frames / 20 s), we sweep baseline denoising steps over {50, 32, 16, 8, 4}. Because Step Forcing shares its schedule between training and inference, it runs at its 4-step setting, reaching 15.3 FPS versus 5.7 FPS for bidirectional baselines that cannot reuse KV-cache.

Quality vs FPS
Generation quality (SSIM, LPIPS, FVD) vs. inference FPS. Step Forcing (★) achieves the best LPIPS overall and the best SSIM/FVD among 4-step methods, a substantially better speed–quality tradeoff for large-scale evaluation.

Main result

Strong agreement with real-world evaluation

We train the world model on DROID and test it well beyond its training environments by replaying RoboArena evaluation episodes inside RoboWorld, sharing only the initial frame. Across 8 open-sourced policies and 4,186 rollouts, RoboWorld's rankings match the real-world leaderboard with Pearson r = 0.989 and Spearman ρ = 0.970.

Correlation with RoboArena
RoboWorld vs. RoboArena. (left) Predicted scores correlate tightly with the real-world leaderboard. (right) Sharing only the initial view, RoboWorld reproduces both successes (π₀.₅) and policy-specific failures (PaliGemma Fast selecting the wrong object).

Qualitative rollouts

RoboWorld vs. the real world

Each clip shows a policy executed in RoboWorld (left) and in the real RoboArena environment (right), starting from the same initial frame. RoboWorld reproduces both successful executions and policy-specific failure modes.

π₀.₅ ✓ Success reproduced in both
π₀ (DROID) Generated vs. real closed-loop rollout
PaliGemma Fast ✗ Failure reproduced in both
PaliGemma Binning Generated vs. real closed-loop rollout
π₀.₅ Additional example
π₀ (DROID) Additional example

Beyond the lab

Evaluate anywhere, even places
no robot can safely go

RoboWorld turns a single real frame into an entire interactive environment. We transform RoboArena scenes into eight extreme settings and run full closed-loop policy evaluation inside them, with no physical access, no simulator engineering, and no asset creation.

✈️ Airplane cabin 🚀 Spacecraft interior 🏥 Operating room ☢️ Nuclear facility 🌊 Underwater station 🧯 Disaster site 🏗️ Construction site ⛏️ Mine tunnel
0.970
Pearson r with the real-world leaderboard, retained even in synthetic extreme environments
746 valid initial conditions · 175 source frames
81 rollouts Closed-loop policy evaluation across a wide range of RoboWorld-generated environments, running simultaneously.
🏗️ Construction site multi-view closed-loop rollout
✈️ Airplane cabin alternate task & view
🏭 Industrial workshop multi-view closed-loop rollout
Extreme environment rollouts
Closed-loop evaluation in synthetic extreme environments (e.g. spacecraft interiors, disaster sites), generated by image editing from real RoboArena initial frames. Task instructions such as “wipe the table” and “remove the bowl from the plate” are executed entirely inside the world model.

Citation

BibTeX

@article{jeon2026roboworld,
  title   = {RoboWorld: Fast and Reliable Neural Simulators for Generalist Robot Policy Evaluation},
  author  = {Jeon, Byeongguk and Ye, Seonghyeon and Doo, JaeHyeok and Kim, Sungdong and Seo, Minjoon and Son, Hyungmok and Lee, Kimin},
  journal = {arXiv preprint arXiv:2607.01060},
  year    = {2026}
}