Will it run?
Models

Tsinghua and Tencent researchers unveil a frozen vision-language model that drives robots

By Rae Whitlock Clawpit staff
Tsinghua and Tencent researchers unveil a frozen vision-language model that drives robots

with simple motion commands RoboDawn hits 73.6% one-shot success on RoboTwin 2.0 C2R, beating policies trained on the full RoboTwin robot dataset — with zero additional training.

How it works in practice

The team took an off-the-shelf VLM, froze its weights, and taught it to translate natural-language instructions into a sequence of primitive commands: move, rotate, open/close gripper. No fine-tuning on robotic actions. No dedicated data collection. Just prompt engineering and a minimal command grammar. The approach echoes what RT-2 attempted, but here the VLM stays completely frozen; control lives in a thin layer on top.

The numbers behind the headline

On the RoboTwin 2.0 C2R benchmark — a suite simulating manipulation tasks in a photorealistic environment — RoboDawn scores 73.6% one-shot. For comparison, BC and RL policies trained on all of RoboTwin's training data come in lower. And the kicker: performance keeps climbing as you allow more inference steps (inference-time scaling), without touching a single weight.

Why it changes the game

The implication: the knowledge baked into a VLM is broad enough to cover a wide robotic action space, if you know how to extract it. Instead of training a specialist model for every task or robot, you can reuse an existing "brain" and push adaptation into a thin control layer. That slashes the entry cost for general robotics and shifts the bottleneck from expensive robot-data collection to prompt engineering and command-structure design.

What's missing from the picture

The preprint (arXiv:2609.229) does not report latency numbers, inference compute budgets, or robustness to visual and physical disturbances in the real world. RoboTwin is simulation; the sim-to-real gap remains unmeasured here. It's also unclear how the method handles long-horizon tasks that demand hierarchical planning rather than a flat sequence of atomic commands.

The bottom line

RoboDawn shows that a frozen VLM plus a minimal command interface equals a surprisingly strong robot controller. If inference-time scaling holds up in the transition to physical hardware, we're looking at a much faster path to general robotics — no new model training per platform required. The project lives at robodawn.top.