World models for robot rollout and training
World-model work is the main technical center of the day. RAW-Dream trains a VLA policy with reinforcement learning inside a task-agnostic video world model, then uses Qwen3-VL as a zero-shot reward judge. On LIBERO, its zero-shot world model raises average success to 52.3% against 43.4% for 1-shot supervised fine-tuning, using 10 target demonstrations and no target rollouts for world-model training.
OrbiSim takes a different route. It predicts explicit physical states and renders pixels from those states, so the learned simulator can expose gradients for policy and parameter optimization. On robosuite Push, it reports lower trajectory error than Vid2World and AdaWorld, and better long-horizon video metrics than its own version without dynamics-vision separation.
The WAM survey gives this activity a shared definition. It defines World Action Models (WAMs) as models that predict future observations and actions together, then separates cascaded and joint designs. CoME adds a memory angle for diffusion world models, using short-term, long-term, and spatial experts to keep generated futures consistent with prior observations.