Skip to content

Hydra-0: Action Flow for Generalist World Modeling and Control

Hydra-0 is an NVIDIA + Brown/Columbia generalist world model conditioned on action flow — robot actions expressed as pixel motion — as a shared visual interface across embodiments, tasks, environments, and video-generation backbones. Compared to an action-conditioned baseline, the best configuration reports 90.4% lower robot-motion error and 60.2% lower object-motion error, plus a Pearson r = 0.96 between replayed and reference success rates on RoboLab. The paper also reports an emergent inverse mode: predict compatible robot motion from a desired object flow transferred from a human demonstration, with a trained action head mapping the resulting latent features to executable actions without task-specific expert robot demos.

  • Action flow (pixel motion) is a shared visual interface that lets one world model learn action consequences across embodiments, tasks, environments, and video-generation backbones [Abstract].
  • Best configuration achieves 90.4% lower robot-motion error and 60.2% lower object-motion error than an action-conditioned baseline [Abstract].
  • Supports zero-shot composition and data-efficient adaptation [Abstract].
  • Reports Pearson r = 0.96 between replayed and reference success rates on the RoboLab benchmark, positioning Hydra-0 as a policy-evaluation substrate [Abstract].
  • Emergent inverse mode: given an object flow transferred from a human demonstration, the world action model predicts compatible robot motion [Abstract].
  • A trained action head maps the latent features from the inverse mode to executable robot actions without task-specific expert robot demonstrations [Abstract].

Hydra-0 conditions a video-generation backbone on action flow — a per-pixel motion field that expresses “what the robot did” in the same visual coordinate system as the observation. Because the interface is pixel motion rather than joint targets or end-effector poses, the same signal is meaningful across different embodiments, environments, and backbones. The forward mode consumes an action-flow field and generates the resulting video; the inverse mode consumes a desired object flow (e.g. lifted from a human demonstration) and produces the robot motion (also as flow) that would induce it, with a trained action head decoding those flow-shaped latents into executable actions. Full architectural and training details are not accessible without the PDF; only the abstract-level description is filed here.

  • Robot-motion error: −90.4% vs action-conditioned baseline (best configuration) [Abstract].
  • Object-motion error: −60.2% vs action-conditioned baseline (best configuration) [Abstract].
  • RoboLab: Pearson r = 0.96 between replayed and reference success rates [Abstract].
  • Inverse mode: reported as functional for extracting executable robot actions from human-demo-transferred object flow, without task-specific expert robot demos [Abstract].

Per-benchmark numbers, ablations, and full comparisons against named baselines are not surfaced in the abstract.

Hydra-0 stakes out a new position on the “what should the shared cross-embodiment interface be?” axis that Human-to-Robot Retargeting tracks. Where μ₀: A Scalable 3D Interaction-Trace World Model (µ₀) uses 3D interaction traces as the shared substrate and UMA: Unified Motion-Action Modeling for Heterogeneous Robot Learning uses 3D object motion, Hydra-0 uses 2D pixel motion — cheaper to extract from arbitrary video, and native to the video-generation backbone’s own output space. The r = 0.96 RoboLab replay correlation places it alongside RoboWorld: Fast and Reliable Neural Simulators for Generalist Robot Policy Evaluation (r = 0.989 on RoboArena) and DriftWorld: Fast World Modeling through Drifting (r ≥ 0.92) in the “WFM-as-policy-evaluator” thread of World Foundation Models. The inverse-mode “predict robot motion from human-demo object flow” is the closest filed cousin to LUCID: Learning Embodiment-Agnostic Intent Models from Unstructured Human Videos for Scalable Dexterous Robot Skill Acquisition LUCID’s short-horizon object-flow-as-intent recipe — but Hydra-0 folds the intent-to-action mapping inside a single video-generation backbone rather than delegating it to a separate sim-trained sensorimotor policy.