HyperAIHyperAI

Command Palette

Search for a command to run...

Agent
Multimodal

Transférer l'intelligence des VLM au contrôle robotique

Meng-Hao Guo Zhe-Han Mo Jia-Jun Wang Yi Zhang Kejin Wang Yi-Xuan Deng Jia-Peng Zhang Yongming Rao Shi-Min Hu

Résumé

Les humains peuvent s'adapter de manière fluide aux mondes physique et numérique, ce qui suggère que, même s'il existe un écart entre le numérique et le réel en termes d'incarnation, d'environnement et de tâche, l'intelligence humaine elle-même peut se transférer à travers cet écart. Cela soulève naturellement une question fondamentale : l'intelligence des modèles vision-langage (VLM) peut-elle, de manière analogue, se généraliser du monde numérique au monde physique pour le contrôle robotique ? Nous étudions cette question au moyen de RoboDawn, une interface intuitive pour l'humain qui expose le contrôle robotique à un VLM agentique par un ensemble compact de commandes discrètes de translation, de rotation et de pince. À l'aide de cette interface, le VLM contrôle un robot en boucle fermée : il observe l'état visuel courant, raisonne sur l'action suivante, l'exécute, puis adapte ses décisions ultérieures à l'état résultant. En outre, nous introduisons un schéma d'apprentissage en contexte (ICL) qui utilise quelques démonstrations pour ancrer le VLM à la fois dans l'utilisation de l'interface et dans les stratégies de résolution des tâches. Des expériences sur RoboTwin 2.0 C2R et RoboDojo montrent que RoboDawn obtient de solides performances sans entraînement robotique spécifique à la tâche. Dans le cadre zéro-shot, RoboDawn surpasse plusieurs politiques robustes entraînées sur des données robotiques spécifiques au benchmark, tandis qu'une seule démonstration en contexte produit des gains de performance substantiels et établit des résultats à l'état de l'art (SOTA). Sur RoboTwin 2.0 C2R, le taux de réussite passe de 53,2 % en zéro-shot à 73,6 % en one-shot, dépassant la solide référence π0.5\pi _ { 0. 5 }π0.5 (46,0 %). Des gains similaires sont observés sur RoboDojo, où le taux de réussite passe de 35,67 % en zéro-shot à 47,17 % en one-shot. Le même cadre se transfère également à des robots du monde réel, réalisant des tâches de mise d'un bloc dans un panier et d'empilement de blocs sur un robot Franka.

One-sentence Summary

Researchers from Tsinghua University and Tencent Hunyuan propose RoboDawn, an interface that lets an agentic VLM perform closed-loop robotic control through discrete translation, rotation, and gripper commands with an in-context learning scheme, and on RoboTwin 2.0 C2R and RoboDojo it surpasses baselines, improving from 53.2% zero-shot to 73.6% one-shot, exceeding π0.5\pi _ { 0. 5 }π0.5 (46.0%), and transferring to real Franka robots.

Key Contributions

  • RoboDawn introduces a human-intuitive interface that exposes an agentic vision-language model to a compact set of discrete translation, rotation, and gripper commands for closed-loop robotic control without task-specific robot training.
  • An in-context learning scheme uses a few demonstrations to ground the VLM in both interface usage and task-solving strategies, improving manipulation performance without parameter updates.
  • On RoboTwin 2.0 C2R and RoboDojo, zero-shot RoboDawn outperforms several strong benchmark-specific trained policies. One demonstration raises success rates from 53.2% to 73.6% on RoboTwin 2.0 C2R and from 35.67% to 47.17% on RoboDojo, and the framework also transfers to real Franka robots for block-in-basket and block stacking.

Introduction

The authors study whether pretrained vision-language models can transfer their digital-world reasoning and perception capabilities directly to physical robot control, without robot-specific training. Prior approaches such as vision-language-action models and world-action models require large robot action datasets that are costly, embodiment-specific, and may degrade the model’s general reasoning abilities through overfitting. To address this, the authors introduce RoboDawn, a lightweight interface that exposes discrete motion primitives to a frozen agentic VLM and supports closed-loop manipulation through a few in-context demonstrations. Their experiments show that this zero-shot approach can outperform robot-trained policies and that even one demonstration substantially improves success rates across simulated and real-world tasks.

Dataset

The authors construct an in-context demonstration dataset from two levels:

  • Shared command primer: illustrates all basic command effects for the model.
  • Task-level demonstrations: collected from scenes disjoint from evaluation, using scripted expert trajectories in simulation and human teleoperation on real robots. In simulation, these are the same trajectories used to train the robot policies used for comparison.
  • Demonstration format: each task demonstration has NmN_mNm interaction rounds. Each round records the visual observation, robot state, issued commands, the physical effect of those commands, and a short rationale. The physical effect is derived from consecutive states as the change in GIP pose and gripper opening.
  • Processing of raw trajectories: raw expert trajectories are converted into the semantic command space. A trajectory is first reduced to end-effector waypoints and gripper states, then each waypoint is expressed as a short sequence of translation, rotation, and gripper commands. Rationales are written afterward by a VLM that reviews the recorded episode with a task-agnostic prompt.
  • Filtering and image sparsification: visual observations may be empty in some rounds while the full textual trajectory is retained. For long-horizon RoboDojo trajectories, the in-context image budget is set to 16 observations per round. If exceeded, images are kept only for semantically informative rounds such as grasping, rotation, and task completion, while visually redundant transition rounds are omitted.
  • Usage in the model: the full context is D=DprimDtaskD = D_{\mathrm{prim}} \oplus D_{\mathrm{task}}D=DprimDtask. Task-level demonstrations support zero-shot, one-shot, and few-shot settings through ND=0N_D = 0ND=0, ND=1N_D = 1ND=1, and ND>1N_D > 1ND>1. The primer shows primitive command effects, while task demonstrations show how primitives are composed into complete behaviors.

Method

The authors propose RoboDawn, a framework that leverages a pretrained Vision-Language Model (VLM) for closed-loop robotic manipulation without requiring task-specific parameter updates. The system conditions the VLM on a human-intuitive semantic action interface and in-context demonstrations to bridge multimodal reasoning and physical robot control.

As shown in the figure below:

At each decision round ttt, the VLM receives annotated visual observations ItI_tIt, the measured robot state xtx_txt, execution feedback Ft1F_{t-1}Ft1 from previous rounds, and an interaction memory MtM_tMt. The model is additionally conditioned on two forms of fixed context throughout an episode: a robot-environment profile EEE and an in-context demonstration set DDD. The profile EEE describes interface conventions such as workspace constraints and gripper properties, while DDD provides examples of how to interact with the environment. The closed-loop interaction is formalized as:

(yt,at)=πθ(L,E,D;It,xt,Ft1,Mt),(st+1,Ft)=EP(st,at),(It+1,xt+1)=OP(st+1),Mt+1=U(Mt,at,yt,Ft,xt+1).\begin{aligned} (y_t, \mathbf{a}_t) &= \pi_\theta \left(L, E, D; I_t, x_t, F_{t-1}, M_t\right), \\ (s_{t+1}, F_t) &= \mathcal{E}_P \left(s_t, \mathbf{a}_t\right), \\ (I_{t+1}, x_{t+1}) &= \mathcal{O}_P (s_{t+1}), \\ M_{t+1} &= \mathcal{U} \left(M_t, \mathbf{a}_t, y_t, F_t, x_{t+1}\right). \end{aligned}(yt,at)(st+1,Ft)(It+1,xt+1)Mt+1=πθ(L,E,D;It,xt,Ft1,Mt),=EP(st,at),=OP(st+1),=U(Mt,at,yt,Ft,xt+1).

Here, πθ\pi_\thetaπθ denotes the pretrained VLM with frozen parameters. It outputs a sequence of semantic action commands at\mathbf{a}_tat alongside a structured response yty_tyt, which contains task progress estimates, the current plan, and a compact scratchpad. The execution operator EP\mathcal{E}_PEP parses these commands, grounds them into robot motions, and converts the physical outcome into feedback FtF_tFt. The observation operator OP\mathcal{O}_POP constructs the next visual and proprioceptive observation, and U\mathcal{U}U updates the interaction memory. The environment state sts_tst formalizes physical transitions but is not directly exposed to the VLM, ensuring online control does not rely on privileged object poses.

To facilitate this interaction, the authors design a human-intuitive interface centered around the gripper interaction point (GIP), defined as the midpoint between the two fingertips. This GIP is used consistently for visual annotations, state reporting, and motion commands. Instead of predicting joint-level actions or high-frequency continuous controls, the VLM interacts through a compact vocabulary of parameterized semantic commands:

A={<arm> move <axis> <d>,<arm> rotate <rot> <\theta>,<arm> point <pose>,<arm> gripper <g>,<arm> home, wait, done}.\begin{aligned} \mathcal{A} = \{&\text{<arm> move <axis> <d>,} \\ &\text{<arm> rotate <rot> <\theta>,} \\ &\text{<arm> point <pose>,} \\ &\text{<arm> gripper <g>,} \\ &\text{<arm> home, wait, done}\}. \end{aligned}A={<arm> move <axis> <d>,<arm> rotate <rot> <\theta>,<arm> point <pose>,<arm> gripper <g>,<arm> home, wait, done}.

In this grammar, translation and rotation axes refer to the world frame, and all spatial commands specify incremental changes to the GIP pose. Translation and rotation magnitudes are clipped to 20 cm and 90 degrees per command, respectively. Each semantic motion command is translated into a complete planned motion to a target GIP pose and executed until the robot reaches a stationary state, abstracting away low-level trajectory generation.

To further resolve ambiguities in action semantics and granularity, the authors implement an in-context learning design. The demonstration context is decomposed into D=DprimDtaskD = D_{\mathrm{prim}} \oplus D_{\mathrm{task}}D=DprimDtask, where DprimD_{\mathrm{prim}}Dprim is a shared command primer illustrating basic command effects, and DtaskD_{\mathrm{task}}Dtask contains task-level demonstrations. This formulation supports zero-shot, one-shot, and few-shot settings by varying the number of task examples. Raw expert trajectories are converted into the semantic command space by reducing them to end-effector waypoints and generating corresponding translation, rotation, and gripper commands. Each complete demonstration consists of NmN_mNm interaction rounds:

D(m)={(Ij(m),xj(m),rj(m),aj(m),fj(m))}j=1Nm\mathcal{D}^{(m)} = \left\{\left(I_j^{(m)}, x_j^{(m)}, r_j^{(m)}, \mathbf{a}_j^{(m)}, f_j^{(m)}\right) \right\}_{j=1}^{N_m}D(m)={(Ij(m),xj(m),rj(m),aj(m),fj(m))}j=1Nm

where Ij(m)I_j^{(m)}Ij(m) is the visual observation, xj(m)x_j^{(m)}xj(m) the robot state, aj(m)\mathbf{a}_j^{(m)}aj(m) the issued commands, fj(m)f_j^{(m)}fj(m) the physical effect derived from consecutive states, and rj(m)r_j^{(m)}rj(m) a short rationale generated by a VLM. To manage the in-context image budget, visually redundant transition rounds are omitted, retaining images only for semantically informative steps such as grasping or task completion.

Experiment

RoboDawn is evaluated in the RoboTwin 2.0 and RoboDojo simulation benchmarks and on real robots to test zero-shot and few-shot manipulation without task-specific parameter updates. In simulation, it matches or exceeds robot-trained and agentic baselines, with ablations showing that reasoning, spatial grounding, stronger vision-language models, and more demonstrations improve performance, while additional test-time commands further boost success. Real-world deployment transfers to block manipulation tasks but struggles with cloth folding due to precise orientation demands, and failure analysis highlights limited fine-grained control, IK-related execution errors, and incorrect success judgment.

On RoboTwin 2.0 C2R, many robot-trained baselines post-trained on full demonstration sets achieve only modest success under domain randomization, while RoboDawn performs control without task-specific parameter updates. In zero-shot mode, RoboDawn outperforms several strong robot policies, and adding a single in-context demonstration raises its success by a large margin, exceeding an agentic VLA baseline. This suggests pretrained vision-language models can transfer general-purpose reasoning into bimanual manipulation through a lightweight action interface. Full-set post-trained robot policies often show limited clean-to-randomized generalization compared with in-context VLM control. RoboDawn in zero-shot mode already surpasses strong robot policies such as π0.5 and LingBot-VLA despite no task-specific training. A single in-context demonstration yields a large success gain and places RoboDawn clearly above the compared agentic VLA method. The results indicate that pretrained reasoning can substitute for task-specific demonstration training when paired with a lightweight action interface.

RoboDawn has the highest inference latency in the comparison but issues far fewer actions per episode than the VLA baselines, while its motion execution time remains comparable. Policies such as π0.5, StarVLA, X-VLA, and FastWAM maintain low inference-to-motion ratios below 0.5, indicating potential for overlapping reasoning with motion. RoboDawn and LingBot-VA show ratios well above that threshold, reflecting a different efficiency tradeoff. RoboDawn incurs longer inference latency than all compared policies, but produces only a few high-level commands per episode instead of many low-level steps. Its motion execution time is similar to that of several baselines, so the added latency comes primarily from model inference rather than physical execution. Several evaluated policies have inference-to-motion ratios under 0.5, suggesting their inference can be overlapped with robot motion for streaming execution. RoboDawn and LingBot-VA exceed the 0.5 inference-to-motion threshold by a large margin, indicating limited overlap between inference and motion.

The RoboDawn ablation on RoboTwin 2.0 shows that providing a small number of in-context demonstrations improves task success, with the largest gain moving from zero-shot to one-shot. Further demonstrations beyond one produce diminishing returns, and performance slightly declines at eight demonstrations, suggesting long context can interfere. The choice of VLM also has a strong effect on success rate. With the Gemini-3.8-Flash model, success rises from 47.0 percent zero-shot to 62.2 percent with one demonstration, then to 65.4 percent with four demonstrations before falling to 62.7 percent with eight. Under the one-shot setting, success varies widely by VLM strength, improving from 14.4 percent with a weaker VLM to 43.2 percent with a stronger one.

On RoboDojo, RoboDawn attains stronger task success than full-set post-trained baselines without task-specific post-training. Its success rate reaches 35.67% zero-shot and 47.17% with a single demonstration, compared with 19.34% for the best listed full-set method. RoboDawn also shows consistent test-time scaling, improving as the command budget increases. RoboDawn's zero-shot and one-shot success rates exceed every reported full-set post-trained baseline. A single demonstration yields a large improvement over RoboDawn's zero-shot performance. Increasing the test-time command budget improves RoboDawn's success in both zero-shot and one-shot settings.

RoboDawn with Gemini 3.8 Flash was evaluated zero-shot on real robots across three manipulation tasks. It performed best on block-in-basket, moderately on block stacking, and did not succeed on cloth folding. The paper attributes the lower block stacking performance to precision and spatial alignment demands, and cloth folding difficulty to substantial end-effector rotation and orientation adjustment. Block-in-basket achieved the highest real-world success rate, followed by block stacking. Cloth folding recorded no successful trials and was considered considerably more challenging due to frequent end-effector rotation and orientation adjustment.

The paper evaluates RoboDawn on RoboTwin 2.0 C2R and RoboDojo simulations and on real robots. It shows that zero-shot and one-shot VLM control can outperform full-set post-trained robot policies without task-specific parameter updates, with a single in-context demonstration providing the largest gain and additional examples yielding diminishing returns. Efficiency tests indicate longer inference latency but far fewer high-level actions per episode than VLA baselines, with limited overlap between inference and motion. Real-robot results are strongest on block-in-basket, moderate on block stacking, and unsuccessful on cloth folding due to precision and orientation demands.


Créer de l'IA avec l'IA

De l'idée au lancement — accélérez votre développement IA avec le co-codage IA gratuit, un environnement prêt à l'emploi et le meilleur prix pour les GPU.

Codage assisté par IA
GPU prêts à l’emploi
Tarifs les plus avantageux

HyperAI Newsletters

Abonnez-vous à nos dernières mises à jour
Nous vous enverrons les dernières mises à jour de la semaine dans votre boîte de réception à neuf heures chaque lundi matin
Propulsé par MailChimp