Skip to content

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents

Agentic Real2Sim is a framework that converts a real-world recording of object-robot interaction into a runnable simulatable “episodic twin” — a simulation preserving observations, geometries, robot interactions, and object states — using vision-language agents to orchestrate the perception + physics stack instead of manual tuning. The pitch is that today’s real2sim work is bottlenecked by workflow glue (VFM tuning, mesh cleanup, coordinate-frame alignment, simulator brittleness) rather than by any single perception model, and that a VLM agent is the right kind of glue. The project claims generality across rigid-object manipulation, deformable-object interaction, and humanoid motion — three scene types that current pipelines typically handle with separate specialised recipes. Notably, an open-weight VLM backend is reported to reach comparable conversion success rate to frontier VLMs at a small fraction of the cost.

  • Real2Sim conversion requires more than visual reconstruction — it must recover scene geometry AND object states, infer physical parameters, and assemble actors, cameras, poses, trajectories into a runnable physical simulation [§Abstract].
  • A vision-language agent framework can replace the manual glue (VFM tuning, mesh cleanup, coordinate-frame alignment, workflow brittleness) currently required to compose visual perception tools with physics simulators [§Abstract].
  • The framework produces a simulatable episodic twin — a per-episode simulation that preserves observations, geometries, robot interactions, and object states — from a single real-world recording [§Abstract].
  • Coverage spans three heterogeneous scene domains in one framework: rigid-object manipulation, deformable-object interaction, and humanoid motion, which are usually addressed by separate real2sim pipelines [§Abstract].
  • Agentic decisions can be driven by an open-weight VLM backend at a small fraction of the cost of frontier VLMs, with comparable conversion success rate [§Abstract].
  • Downstream target is robot policy learning and evaluation on the real-world-aligned twins [§Abstract].

The public project page describes the framework only at the block-diagram level. Agentic Real2Sim treats real-to-sim as an orchestration problem: given a video of an object-robot interaction, a VLM agent invokes visual foundation models (segmentation, geometry, pose), decides on physical parameters, and drives assembly of actors, cameras, poses, and trajectories into a physics simulator. The output is a per-episode simulatable twin — geometry + state + interactions — rather than a single static scene. No architecture, agent-loop, tool-set, or ablation details are disclosed on the project page; the paper PDF is not linked at filing time.

Only headline-level claims are given: comparable conversion success rate between an open-weight VLM backend and frontier VLMs, and demonstrated coverage of three scene classes (rigid, deformable, humanoid) that usually require separate real2sim pipelines [§Abstract]. No quantitative sim-to-real transfer numbers, policy-training results, or reconstruction metrics are exposed on the project page. Videos on the site show per-domain qualitative examples of the real→sim twinning.

Agentic Real2Sim stakes out a specific position in the crowded “synthetic data for manipulation” space: the bottleneck is orchestration, not any individual perception or physics component. Two adjacent points on the wiki make the framing concrete. SimFoundry: Modular and Automated Scene Generation for Policy Learning and Evaluation (NVIDIA GEAR SimFoundry) uses a fixed, modular pipeline of hand-composed 2D foundation models + physics-validated assembly to generate digital twins and their affordance-preserving cousins — the composition itself is engineered, not agentic. Introducing SimReadyGen — Agentic Simulation Generation for Physical AI (Lightwheel SimReadyGen) instead treats each asset as the load-bearing artifact and attacks per-asset physical accuracy via a measurement pipeline; both are less concerned with per-episode twinning than with reusable scene/asset generation. Agentic Real2Sim complements both by targeting the episode-level real2sim conversion and by putting a VLM agent in charge of tool selection and parameter inference — the closest cousin on the “agent-driven scene composition” axis is SAGE: Scalable Agentic 3D Scene Generation for Embodied AI (SAGE), which uses a critic-gated LLM loop to compose 3D scenes from text. Agentic Real2Sim differs by conditioning on video rather than text and by producing episodic twins rather than static scenes. The open-weight-VLM-competitive-with-frontier claim is the most consequential engineering claim: if it holds up under scrutiny, the marginal cost of episodic-twin generation drops significantly, and the recipe becomes viable as a per-demonstration data-multiplication engine of the kind Worlds in One Demo: A Synthetic Data Engine for Learning Open-World Mobile Manipulation (WANDA) is chasing on the mobile-manipulation side.