AB
AiBoss
project

Ctrl-World - A embodied world model jointly developed by Tsinghua University and Stanford University

Ctrl-World is an embodied world model jointly developed by Chen Jianyu from Tsinghua University and Chelsea Finn's team from Stanford University. In the authoritative evaluation by WorldArena, it won first place globally in embodied task capability and second place globally in video generation quality.

What is Ctrl-World?

Ctrl-World, a embodied world model jointly developed by Chen Jianyu from Tsinghua University and Chelsea Finn's team from Stanford University, achieved the world's first place in embodied task capability and second place globally in video generation quality in the authoritative WorldArena evaluation. The model employs a motion-conditional architecture and physics engine constraints, explicitly injecting robotic arm motion parameters into the generation process. This achieves centimeter-level trajectory accuracy, a policy evaluation consistency of 0.986, and a depth accuracy of 0.93, making virtual testing nearly equivalent to real testing. It provides a high-fidelity "digital twin" environment for robot policy training and evaluation, significantly reducing development costs.

Ctrl-World's main functions

  • Strategy EvaluationIt supports testing robot strategies in a virtual environment, with evaluation results showing a consistency of up to 0.986 with the real physical environment. Developers can complete strategy verification without building an expensive real environment.
  • Motion planningBased on physically accurate trajectory generation, it plans executable action sequences for robots, supporting precision operation tasks under closed-loop control.
  • Data SynthesisIt supports the generation of physically plausible video-motion data, which can be directly used to train real robot strategies, solving the pain point of "virtual training, real failure" of traditional synthetic data.
  • Multi-view predictionIt jointly generates multi-view RGB video, depth map and point cloud to provide the robot with complete spatial perception capabilities.

The technical principles of Ctrl-World

  • Action Conditioning ArchitectureThe robot's joint angles, gripper opening and closing angles, and other physical parameters are explicitly injected into the generation process, forcing the learning of the causal physical chain of actions and state changes, fundamentally avoiding errors that violate physical laws, such as objects penetrating or adsorbing through the air.
  • Physics engine constraint embeddingDuring training, a physics engine is introduced to supervise the process, internalizing Newton's laws of mechanics into hard constraints for generation, ensuring that the model output is not only visually realistic, but also conforms to the physical conservation laws of mass, friction, and collision.
  • Memory-enhanced multi-view predictionBy retrieving sparse historical frames and using pose-conditional projection, long-term temporal consistency is maintained; at the same time, multi-view RGB, depth map and point cloud structure are jointly predicted to achieve accurate 3D spatial cognition and centimeter-level trajectory accuracy.

Ctrl-World's project address

  • Project official websitehttps://ctrl-world.github.io/
  • GitHub repositoryhttps://github.com/Robert-gyj/Ctrl-World
  • arXiv technical paperhttps://arxiv.org/pdf/2510.10125

Use cases of Ctrl-World

  • Virtual simulation testingDevelopers can directly evaluate the performance of robot strategies in Ctrl-World without having to build an expensive real physical environment, which greatly reduces development costs and time.
  • Strategy training data synthesisThe model generates physically plausible video-action sequences that can be directly used to train real robot strategies, solving the problems of high cost and low efficiency in collecting real data.
  • Motion planning and closed-loop controlCtrl-World can generate precise motion sequences for robotic arms, supporting precision operations such as grasping, stacking, and insertion, and can adjust the plan based on real-time feedback during execution.
  • Robotics skills learningBy generating diverse scene and object interaction data, it helps robots learn highly generalized operational skills and adapt to unfamiliar object shapes, spatial positions, and task instructions.