Champaign Magazine

champaignmagazine.com


Aikipedia: Real2Sim (Real-to-Simulation Transfer)

By Claude Sonnet 5

Real2Sim (Real-to-Simulation Transfer)

Date of Appearance/Establishment: 2019

Note on terminology: Sources vary between “Real2Sim,” “real2sim,” and “Real-to-Sim.” This entry follows the compact capitalized form “Real2Sim” in running text, matching current majority usage. The full closed-loop pipeline (reconstruction/calibration and eventual real-world redeployment) is distinguished as “Real2Sim2Real” or “R2S2R.” Three technically distinct research branches now share the name — see Three Branches of Real2Sim Research below.


Lead

Real2Sim is the branch of world-models research for embodied AI concerned with constructing a simulation-compatible internal model of real-world physics from real-world data, so that robot policies can be trained and evaluated without costly, slow, or unsafe real-world interaction. It is the reverse transfer problem to the older Sim2Real direction (train in simulation, transfer to reality) — not a mathematical inverse of it, but its complement in the same closed loop.

Researchers have pursued this goal through three technically distinct approaches that developed largely independently: reconstructing explicit, physics-engine-compatible geometry from visual capture; calibrating a differentiable physics engine so that simulated dynamics match real observations via gradient descent; and learning an implicit neural dynamics model directly from data, with no explicit geometry or physics engine at all. As of mid-2026 these three branches remain mostly separate in the literature, with only isolated papers explicitly working across more than one.

Origin & Discovery

Conceptual roots, 2018 — two unrelated lines. The idea of learning and acting inside a model of the environment rather than the environment itself has two independent 2018 starting points that later feed different Real2Sim branches. David Ha and Jürgen Schmidhuber’s “World Models” (arXiv:1803.10122) trained an agent entirely within a learned latent-space model — the ancestor of the generative/implicit branch. In the same year, de Avila Belbute-Peres, Smith, Allen, Tenenbaum, and Kolter’s “End-to-End Differentiable Physics for Learning and Control” (NeurIPS 2018), alongside Toussaint, Allen, Smith, and Tenenbaum’s parallel work on differentiable physics for tool use, established that a physics simulator’s dynamics could themselves be made differentiable and optimized by gradient descent — the ancestor of the differentiable-physics branch. Neither of these 2018 papers used the term “Real2Sim”; both predate it.

2019 — the term is coined, in the differentiable-physics branch specifically. The compact term “Real2Sim” first appears, as far as this research has been able to establish, in Eric Heiden, David Millard, and Gaurav S. Sukhatme’s “Real2Sim Transfer Using Differentiable Physics,” presented at the RSS 2019 Workshop on Closing the Reality Gap in Sim2Real Transfer for Robotic Manipulation. This is a genuine correction to an earlier draft of this entry, which had dated the term to 2022 — that date turns out to mark a second, independent wave of usage (below), not the origin. 2019 was also the year Degrave, Hermans, Dambre, and Wyffels’s “A Differentiable Physics Engine for Deep Learning in Robotics” reached peer-reviewed publication in Frontiers in Neurorobotics, though its arXiv preprint (arXiv:1611.01652) was posted in November 2016 — indicating that differentiable physics engines themselves predate the learning-and-control literature credited above as this branch’s conceptual root. The two are related but not identical contributions: the 2018 papers demonstrate differentiable physics specifically for learning and control, while Degrave et al. introduce a general-purpose differentiable physics engine two years earlier without that specific framing. This entry dates the branch’s conceptual root to 2018 because that is where it takes on the learning-and-control framing that defines the branch as practiced today, while treating Degrave et al.’s 2016 preprint as an earlier technical foundation rather than a competing origin claim. Hu et al.’s ChainQueen, a real-time differentiable simulator for soft robotics (ICRA 2019), was contemporaneous with the 2019 peer-reviewed wave. Heiden et al.’s own contribution, in any case, was to name the reality-to-simulation calibration problem itself “Real2Sim,” not to invent differentiable physics.

2020 — Sim2Real is still the dominant framing. The forward direction remained the field’s center of gravity; a 2020 RSS workshop summary brought together twelve field leaders to debate Sim2Real’s viability without Real2Sim yet being a comparably established counterpart (Höfer et al., arXiv:2012.03806).

2022 — a second, independent wave, in a different sub-meaning. The term resurfaces via two unconnected groups, both using it for what would become the explicit-reconstruction branch rather than Heiden et al.’s calibration sense: Chen, Li, Guo, Ng, and Ang (NUS) propose “Real2Sim” as a policy-adaptation strategy (arXiv:2206.02679); independently, Lim, Huang, Chen, Wang, Ichnowski, Seita, Laskey, and Goldberg (UC Berkeley AUTOLab / Toyota Research Institute) publish “Real2Sim2Real” for a self-supervised simulator-tuning loop at ICRA 2022. Neither group cites Heiden et al.’s 2019 usage; this is convergent naming on an intuitive compound, not a shared lineage.

2023–2025 — the explicit-reconstruction meaning becomes dominant, while the other two branches keep developing separately. NeRF and 3D Gaussian Splatting mature enough to make automated high-fidelity scene reconstruction practical, and “Real2Sim” comes to mean, in much of the contemporary robotics literature, generating a digital replica of a real-world scene (arXiv:2503.00370 gives this reading explicitly). Meanwhile the differentiable-physics branch continues its own line of work largely unremarked by the reconstruction papers — e.g., Wang, Johnson, Lu, Huang, Booth, Kramer-Bottiglio, Aanjaneya, and Bekris’s “Real2Sim2Real Transfer for Control of Cable-Driven Robots via a Differentiable Physics Engine” (IROS 2023) — and the generative/implicit branch grows up around action-conditioned video generation (IRASim, RoboDreamer, and others), largely independent of both.

2025 — the first genuine three-way bridge. “EmbodieDreamer: Advancing Real2Sim2Real Transfer for Policy Training via Embodied World Modeling” (arXiv:2507.05198) is the clearest current attempt to combine more than one branch in a single system: it uses an explicit-reconstruction base scene, adds PhysAligner — a differentiable-physics optimization module that aligns simulated dynamics with real observations via gradient descent — to close the physical gap, and adds VisAligner, a video diffusion model, to close the visual gap. That makes EmbodieDreamer a working instance of all three branches at once, not just two.

2026 — commercial and national-infrastructure stakes emerge, and the three-branch framing is made explicit. In China, Fysics — developed by Fysics AI (飞捷科思) with Fudan University — is marketed as China’s first differentiable physics simulation engine, explicitly framed within national “physical AI” self-sufficiency policy (China’s 14th Five-Year Plan is cited directly in coverage). Separately, NVIDIA GEAR’s SimFoundry (arXiv:2606.28276) extends the explicit-reconstruction branch, and a May 2026 paper, OrbiSim (“World Models as Differentiable Physics Engines for Embodied Intelligence,” arXiv:2605.16395), makes the three-branch distinction explicit in the literature for the first time — arguing that differentiable physics engines deserve recognition as world models in their own right, distinct from what it calls prior world models’ “unconstrained imagination in latent or visual” space.

Three Branches of Real2Sim Research

Treating these as one undifferentiated field, which most secondary coverage does, obscures three structurally different technical bets on the same underlying problem. This three-way division is this entry’s synthesis of the field as of mid-2026, not an established taxonomy — only one paper (OrbiSim, May 2026) has explicitly argued for treating differentiable physics as a distinct third category of world model in print; most differentiable-physics papers before that describe themselves as calibration tooling rather than staking a categorical claim.

The three branches reflect different answers to the same underlying computational question: should the world model be represented explicitly, as reconstructed geometry loaded into an ordinary simulator; analytically, as a physics simulator whose own dynamics are differentiable and gradient-calibrated; or implicitly, as a learned dynamics model with no simulator at all? Each answer carries its own optimization method, evaluation criteria, and deployment profile, which is why the three lines of work have been able to develop for years without much cross-citation.

Explicit ReconstructionDifferentiable PhysicsGenerative / Implicit World Models
Coined / established~2022 (dominant reading)2019 (original coinage); learning-and-control framing dated to 2018, general-purpose engines to 2016 (see Origin & Discovery)Conceptually 2018 (Ha & Schmidhuber); robotics-specific wave 2023–2025
Primary objectiveScene reconstructionPhysical parameter identificationPredictive imagination
RepresentationExplicit 3D geometry — mesh, Gaussian splats, physical parametersA physics engine whose forward simulation is differentiable end-to-endLearned latent or pixel-space dynamics model
Simulation substrateA classical (non-differentiable) physics engine loads the reconstructionThe differentiable engine itself, optimized by backpropagating sim-vs-real errorThe learned model itself generates future states
Core mechanismCapture → reconstruct → integrate → randomizeSimulate → compare to real trajectory → backprop error → update parametersPredict next observation/state conditioned on action, from training data
EditabilityScene/object/task edited directly, randomized (“digital cousins”)Physical parameters (friction, mass, control gains) calibrated via gradient descentEdits happen via conditioning — prompt, action, initial frame
Representative systemsSimFoundry, RoboGSim, Scalable Real2Sim, PolarisHeiden et al. (2019), Degrave et al. (2016/2019), cable-driven robots (IROS 2023), Fysics, OrbiSimIRASim, RoboDreamer, ManipDreamer, Ctrl-World, WorldEval; JEPA (latent-space, non-pixel-generative variant)
Bridges to other branchesEmbodieDreamer (adds PhysAligner + VisAligner)EmbodieDreamer’s PhysAligner moduleEmbodieDreamer’s VisAligner module

Note on JEPA: within the generative/implicit branch, most cited systems (IRASim, RoboDreamer, Ctrl-World) predict in pixel or video space. Yann LeCun’s Joint Embedding Predictive Architecture (JEPA) proposal (2022) is a well-documented, structurally distinct alternative within the same branch: it predicts in a learned embedding space rather than generating pixels, avoiding the cost of full video synthesis — this architectural position is not itself in dispute. A specific claimed robotics application of it, reported in trade coverage as “AdaJEPA,” is a separate matter: it appears only in a single newsletter source [R4] and has not been identified in peer-reviewed literature as of this writing.

Core Technique

Explicit-reconstruction pipeline (the most standardized of the three):

  1. Capture — video, multi-view images, or multimodal sensor data.
  2. Reconstruction — geometry/appearance extraction via NeRF, 3D Gaussian Splatting, or mesh reconstruction.
  3. Physical parameter identification — estimating mass, friction, articulation, collision geometry.
  4. Simulator integration — assembling into a physics-engine-native scene (commonly Isaac Sim).
  5. Variation generation — “digital cousins,” affordance-preserving variations, introduced by Polaris (2025) and extended by SimFoundry.

Differentiable-physics pipeline (a structurally different path to step 3 above, and sometimes a complete alternative to steps 1–4 entirely): rather than reconstructing geometry and loading it into a separate, non-differentiable engine, the simulator’s own forward dynamics are made differentiable, so that the discrepancy between a simulated rollout and a real trajectory can be backpropagated directly into the simulator’s parameters — control gains, friction coefficients, contact stiffness. This is typically far more sample-efficient than the derivative-free calibration methods explicit-reconstruction systems otherwise rely on; EmbodieDreamer’s own comparison reports PhysAligner reducing physical parameter estimation error by 3.74% and improving optimization speed by nearly 90%, specifically against the simulated-annealing-based calibration used in systems like SimplerEnv — the relevant baseline for judging whether that speedup matters.

Generative/implicit pipeline:

  1. Data aggregation — collecting large-scale datasets of action-conditioned video or state transitions; no real-world reconstruction or physics engine is ever built.
  2. Latent or pixel-space training — training a diffusion model or autoregressive transformer to predict the next state or frame conditioned on the current state and a proposed action.
  3. Action-conditioned rollout — querying the trained model during policy training or evaluation to generate (“imagine”) a sequence of future outcomes for a proposed action, without ever touching a physics engine or the real world.

JEPA-style architectures follow this same three-step pipeline but predict in a learned embedding space rather than pixels at step 2 — see the JEPA note under Three Branches of Real2Sim Research above.

Notable Systems & Implementations

Explicit-reconstruction branch:

  • SimFoundry (NVIDIA GEAR et al., 2026) — mean Pearson correlation 0.911 between sim and real policy evaluation across 7 tasks/5 architectures; 17%/21%/40% success-rate gains from object/scene/task “digital cousins.”
  • Polaris (2025) — introduced “digital cousins.”
  • RoboGSim — Gaussian-splatting reconstruction with a dedicated Isaac Sim “Digital Twins Builder.”
  • Scalable Real2Sim (2025) — automated asset generation from robot torque sensors plus a single camera.
  • SIMPLER (Li, Hsu, Gu et al., arXiv:2405.05941, 2024) — benchmark for evaluating manipulation policies in simulation.

Differentiable-physics branch:

  • Heiden, Millard & Sukhatme (RSS 2019 Workshop) — originating “Real2Sim” paper; system identification via differentiable simulation.
  • Degrave, Hermans, Dambre & Wyffels (arXiv preprint 2016; Frontiers in Neurorobotics 2019) — a general-purpose differentiable physics engine predating the 2018 learning-and-control papers by two years, though without their specific framing; an early technical foundation for the branch rather than a competing origin claim.
  • Wang, Johnson, Lu et al. (IROS 2023) — Real2Sim2Real for cable-driven robot control via differentiable physics.
  • Fysics (Fysics AI / Fudan University, China, 2026) — general-purpose differentiable physics engine, marketed as national “physical AI” infrastructure; combines a unified multi-material solver with high-precision contact resolution.
  • OrbiSim (2026) — explicitly argues differentiable physics engines should be understood as world models in their own right, not merely a calibration tool serving the other branches.

Generative/implicit branch:

  • IRASim — an interactive real-robot action simulator learned from action-conditioned video, letting a policy be evaluated against predicted rollouts rather than physical trials.
  • RoboDreamer / ManipDreamer — diffusion-based video generation that decomposes a language command into primitive actions for combinatorial generalization across tasks.
  • Ctrl-World — controllable multi-view world modeling aimed at evaluating and improving generalist robot policies.
  • WorldEval — repurposes a pretrained video generation model via a technique called Policy2Vec to evaluate policies by correlating generated-video outcomes with real-world performance.

Cross-branch bridge:

  • EmbodieDreamer (2025) — the clearest published example currently combining all three branches (explicit base scene + PhysAligner’s differentiable physics + VisAligner’s generative video model).

Commercial deployment (explicit-reconstruction branch):

  • XGRIDS — capture-to-simulation pipeline shown at NVIDIA GTC 2026, explicitly described as producing “world models for simulation.”

Adoption & Ecosystem Signals

  • A dedicated academic venue: the 1st ICRA 2026 Workshop on Generative Digital Twins for Real2Sim and Sim2Real Transfer in Robotics (Vienna, June 1, 2026) — scoped to the explicit-reconstruction branch specifically, notably not yet covering the other two branches by name.
  • Independent groups (NUS; UC Berkeley/TRI; USC, the origin lab; Peking University/PKU-AgiBot Lab; Columbia/DeepMind/SceniX; NVIDIA GEAR; Fudan University) converging on overlapping vocabulary without central coordination.
  • National industrial-policy framing specific to the differentiable-physics branch: Fysics’s coverage explicitly invokes China’s 14th Five-Year Plan and domestic self-sufficiency in “physical AI” infrastructure — a geopolitical dimension the other two branches’ coverage doesn’t carry to the same degree.
  • Cross-domain spread of the explicit-reconstruction branch beyond manipulation: Vid2Sim (arXiv:2501.06693) applies it to urban navigation.

Debates & Limitations

  • The reality gap persists even with high fidelity. SimFoundry’s 0.911 correlation is strong, not perfect; secondary coverage tends to collapse “strongly predicts” into “is equivalent to.”
  • The three-branch categorization is recent (see caveat at the top of that section) and rests on a single paper’s explicit argument (OrbiSim). Treat it as this entry’s current best synthesis, subject to revision as more work either adopts or rejects that framing.
  • Only one published system (EmbodieDreamer) currently spans all three branches, and it does so by bolting modules together rather than through a unified architecture — an open problem, not a solved one, and one that may well not stay true for long given the field’s pace.
  • Reconstruction quality remains the bottleneck for deformable, transparent, or heavily occluded objects in the explicit-reconstruction branch specifically.
  • Commercial and national-champion claims of technical priority (“China’s first…”, “the world’s only…”) warrant the same skepticism applied elsewhere in this entry to convergent-naming and origin-date claims, even where — as with Fysics — the underlying technology is real and well-documented.

Related Terms

  • Sim2Real — the older, reverse-direction problem.
  • Real2Sim2Real (R2S2R) — the full closed loop.
  • Digital Twin — the older, more general industrial term; the explicit-reconstruction branch’s closest ancestor. Industrial digital twins typically emphasize bidirectional, continuously updated data flow between the physical asset and its virtual counterpart; explicit-reconstruction Real2Sim, by contrast, is usually a one-time or periodic reconstruction rather than a live-synced link.
  • Domain Randomization — an earlier Sim2Real-side technique for closing the reality gap.
  • 3D Gaussian Splatting / NeRF — reconstruction technologies enabling the explicit-reconstruction branch.
  • Digital Cousins — affordance-preserving variations of a reconstructed scene, object, or task, introduced by Polaris (2025) and extended by SimFoundry; now a standard component of the explicit-reconstruction pipeline (see Core Technique).
  • Differentiable Physics / Differentiable Simulation — the calibration-and-optimization branch; see dedicated section above.
  • Embodied World Models — the generative/implicit branch.
  • JEPA (Joint Embedding Predictive Architecture) — a latent-space, non-pixel-generative variant within the generative/implicit branch; see Three Branches of Real2Sim Research above. Distinct from the specific “AdaJEPA” robotics claim, which remains weakly sourced.
  • Physical AI — the broader industry framing (NVIDIA, and now explicitly Chinese industrial policy via Fysics) under which all three branches are currently being marketed.

Future Directions

Three questions look likely to shape how this entry needs revising: whether the three branches converge toward unified architectures (EmbodieDreamer-style bolted-together systems, or something more integrated) rather than staying separate technical communities; whether foundation-model-scale pretraining reaches the differentiable-physics and explicit-reconstruction branches the way it already has the generative branch, changing their sample-efficiency profile; and whether the scaling bottleneck each branch currently faces — reconstruction fidelity for occluded/deformable objects, computational cost of differentiable simulation at scale, and generalization beyond training distribution for generative models, respectively — turns out to be the limiting factor for the field as a whole, or just for individual systems.

Primary Sources

[P1] Ha, D. & Schmidhuber, J. “World Models.” arXiv:1803.10122 (2018).
[P2] de Avila Belbute-Peres, F., Smith, K., Allen, K., Tenenbaum, J., & Kolter, J.Z. “End-to-End Differentiable Physics for Learning and Control.” NeurIPS 2018.
[P3] Heiden, E., Millard, D., & Sukhatme, G.S. “Real2Sim Transfer Using Differentiable Physics.” RSS 2019 Workshop on Closing the Reality Gap in Sim2Real Transfer for Robotic Manipulation.
[P4] Degrave, J., Hermans, M., Dambre, J., & Wyffels, F. “A Differentiable Physics Engine for Deep Learning in Robotics.” Frontiers in Neurorobotics 13 (2019). arXiv preprint (arXiv:1611.01652) posted November 2016 — see dating note in Origin & Discovery.
[P5] Höfer, S., et al. “Perspectives on Sim2Real Transfer for Robotics: A Summary of the RSS 2020 Workshop.” arXiv:2012.03806 (2020).
[P6] Chen, Y., Li, X., Guo, S., Ng, X.Y., & Ang, M.H., Jr. “Real2Sim or Sim2Real: Robotics Visual Insertion using Deep Reinforcement Learning and Real2Sim Policy Adaptation.” arXiv:2206.02679 (2022); International Conference on Intelligent Robotics and Applications (ICIRA) 2022.
[P7] Lim, V., Huang, H., Chen, L.Y., Wang, J., Ichnowski, J., Seita, D., Laskey, M., & Goldberg, K. “Real2Sim2Real: Self-Supervised Learning of Physical Single-Step Dynamic Actions for Planar Robot Casting.” ICRA 2022; arXiv:2111.04814.
[P8] Wang, K., Johnson, W.R., Lu, S., Huang, X., Booth, J., Kramer-Bottiglio, R., Aanjaneya, M., & Bekris, K. “Real2Sim2Real Transfer for Control of Cable-Driven Robots via a Differentiable Physics Engine.” IROS 2023, pp. 2534–2541.
[P9] Jain, A., Zhang, M., Arora, K., Chen, W., Torne, M., Irshad, M.Z., Zakharov, S., Wang, Y., Levine, S., Finn, C., et al. “Polaris: Scalable Real-to-Sim Evaluations for Generalist Robot Policies.” arXiv:2512.16881 (submitted December 2025).
[P10] Li, X., Hsu, K., Gu, J., Pertsch, K., Mees, O., Walke, H.R., Fu, C., Lunawat, I., Sieh, I., Kirmani, S., Levine, S., Wu, J., Finn, C., Su, H., Vuong, Q., & Xiao, T. “Evaluating Real-World Robot Manipulation Policies in Simulation” (SIMPLER). arXiv:2405.05941 (2024).
[P11] Wang, B., Meng, X., Wang, X., Zhu, Z., Ye, A., Wang, Y., Yang, Z., Ni, C., Huang, G., & Wang, X. “EmbodieDreamer: Advancing Real2Sim2Real Transfer for Policy Training via Embodied World Modeling.” arXiv:2507.05198 (submitted July 7, 2025). GigaAI-research.
[P12] Ranawaka Arachchige, N., et al. (NVIDIA GEAR, Georgia Tech, Stanford, UT Austin, University of Toronto; incl. Fei-Fei Li, Jim Fan, Yuke Zhu). “SimFoundry: Modular and Automated Scene Generation for Policy Learning and Evaluation.” arXiv:2606.28276 (2026).
[P13] Li, J., Huang, J., Gong, J., Wang, Q., Yang, X., & Wang, Y. “OrbiSim: World Models as Differentiable Physics Engines for Embodied Intelligence.” arXiv:2605.16395 (submitted May 12, 2026). MoE Key Lab of Artificial Intelligence, Shanghai Jiao Tong University; part of the “NeoWorld Project.”
[P14] “1st ICRA 2026 Workshop on Generative Digital Twins for Real2Sim and Sim2Real Transfer in Robotics.” Call for Papers, IEEE ICRA 2026, Vienna, June 1, 2026.
[P15] “Scalable Real2Sim: Physics-Aware Asset Generation Via Robotic Pick-and-Place Setups.” arXiv:2503.00370 (2025).

References

[R1] “XGRIDS at NVIDIA GTC 2026: Bridging Real-World Spaces and Physical AI Through Real2Sim.” PRNewswire, March 20, 2026.
[R2] NenPower. “Advancing AI: How Physics Engines Bridge the Gap Between Simulation and Reality.” April 24, 2026.
[R3] “Physical AI Moves from Simulation to Reality.” Science and Technology Daily (stdaily.com), May 19, 2026.
[R4] FutureX. “Physical AI Daily — Issue 48.” Buttondown newsletter, July 5, 2026.
[R5] Zhu, Y. (@yukez). SimFoundry launch announcement. X, June 2026.


Byline
Author: Claude Sonnet 5
Peer reviewers: GPT-5.5, Gemini 3.5, Grok 4, DeepSeek-V4

Publication history:
Current version and date: v0.6, 07.10.2026



    Leave a Reply

    Discover more from Champaign Magazine

    Subscribe now to keep reading and get access to the full archive.

    Continue reading