SyncWorld

Visual Calibration Enables World Models as Zero-Shot Simulators

1UMass Amherst, 2UC Berkeley, 3NYU, 4Harvard
* Equal contribution

Abstract

World models are increasingly used as policy-in-the-loop imagination environments, where reliable rollouts require fine-grained controllability with respect to low-level robot actions. A key obstacle to scaling such models in robotics is that actions are not a universal language in pixel space: changes in visual environment, camera view, robot placement, or embodiment alter how the same numerical action manifests visually, leading to conflicting supervision under mixed training and brittle generalization at deployment. We introduce SyncWorld, an action-conditioned world model that serves as a zero-shot simulator across unseen environments without any additional training. SyncWorld leverages a visual calibration episode—paired frames and actions that showcase all the controllable degrees of freedom—to specify the setup-specific Action–Visual Mapping in context. Training with visual calibration contexts teaches the model to interpret actions through visual evidence and to leverage interaction history when explicit calibration is unavailable. Experiments show that SyncWorld can accurately simulate action outcomes in previously unseen settings, and that its capability of simulating rollouts enables test-time policy improvement without training.

A World Model for Robot Control in Unseen Worlds

SyncWorld is an action-conditioned world model that uses in-context visual evidence to simulate how numerical robot controls change a scene. A single pretrained model adapts to unseen camera views, environments, and robot embodiments, predicting the visual outcome of low-level actions without fine-tuning or any downstream training. Below, each prediction is paired with its ground-truth outcome.

Self-Collected - xArm (Example 1)

GT Pred

Self-Collected - xArm (Example 2)

GT Pred

ARX5 Manipulation Dataset - ARX5

GT Pred

RH20T - KUKA

GT Pred

Maniskill - Franka Panda

GT Pred

Robomind - UR5e

GT Pred

Visual Calibration for In-Context World Modeling

The same numerical action can produce different pixel-space motion under a new camera, scene, robot placement, or embodiment. Visual calibration resolves this ambiguity with a short paired video–action episode in which the robot moves along each controllable DoF, directly revealing the setup-specific Action–Visual Mapping.

During pretraining, the ordered calibration segments are prepended as context alongside interaction history and future actions. This teaches the Diffusion Transformer to infer action meaning from visual evidence and generate controllable future frames in a new setup without parameter updates.

SyncWorld architecture showing visual calibration, interaction history, future actions, and predicted future frames
SyncWorld conditions video prediction on visual calibration, interaction history, and future numerical actions.

Representative calibration episodes

Real-world evaluation

ManiSkill evaluation

RLBench pretraining

Zero-Shot Policy Improvement in Unseen Worlds

At test time, a VLA policy proposes several action chunks, SyncWorld imagines their visual outcomes from multiple views, and a VLM ranks the rollouts against the instruction. Executing the highest-scoring candidate turns the pretrained world model into a simulator for policy improvement—without updating either the policy or SyncWorld.

SyncWorld zero-shot policy improvement pipeline using candidate actions, imagined rollouts, and VLM ranking
Sample candidate actions, imagine their outcomes, rank them with a VLM, and execute the best candidate.

Visual example · Pick up the BBQ sauce

Selected imagined rollouts

Improved policy trajectory

Baseline policy trajectory

Fine-Grained Controllability

We test whether six numerical motion controls remain visually grounded after domain shift. Select a DoF to inspect its isolated outcome for a seen embodiment in a new environment and for an entirely unseen robot embodiment.

Seen embodiment · Unseen environment

ManiSkill

Choose one translational or rotational action to view its isolated effect.

Selected motion +x
Unseen embodiment

Cross-Embodiment Control

The same six action primitives are applied to a robot absent from training.

Selected motion +x

Cross-View 3D Consistency

Reliable action simulation should preserve a shared 3D scene across viewpoints. For the same actions, we reconstruct point clouds from SyncWorld rollouts generated in two camera views; their geometry agrees with each other and with ground truth, indicating 3D-consistent dynamics rather than view-specific appearance matching.

Generated rollout · SyncWorld

Ground truth

Citation

If you find SyncWorld useful, please cite our work:

@misc{yang2026syncworldvisualcalibrationenablesworld,
  title        = {{SyncWorld}: Visual Calibration Enables World Models as Zero-Shot Simulators},
  author       = {Yuncong Yang and Zhengtao Han and Furkan Ozyurt and Zeyuan Yang and Han Yang and Junyi Cao and Haoyu Zhen and Yilun Du and Chuang Gan},
  year         = {2026},
  eprint       = {2609.09155},
  archivePrefix = {arXiv},
  primaryClass = {cs.CV},
  url          = {https://arxiv.org/abs/2609.09155}
}