EmbodieDreamer: Advancing Real2Sim2Real Transfer for Policy Training via Embodied World Modeling
Boyuan Wang, Xinpan Meng, Xiaofeng Wang, Zheng Zhu, Angen Ye, Yang Wang, Zhiqin Yang, Chaojun Ni, Guan Huang, Xingang Wang
TL;DR
Real2Sim2Real transfer remains a major bottleneck for policy learning in embodied AI due to dynamics and appearance gaps. EmbodieDreamer addresses this by coupling PhysAligner, a differentiable physics parameter optimization module, with VisAligner, a conditional video diffusion model that translates low-fidelity simulations into photorealistic videos, enabling high-fidelity training environments. The approach yields a 3.74% reduction in physical-parameter estimation error and an 89.91% speedup over simulated-annealing baselines, plus a 29.17% improvement in average real-world task success after reinforcement learning in photorealistic environments. These results demonstrate practical gains for both RL and imitation learning, offering a scalable path toward deploying simulation-trained policies in real-world robotics.
Abstract
The rapid advancement of Embodied AI has led to an increasing demand for large-scale, high-quality real-world data. However, collecting such embodied data remains costly and inefficient. As a result, simulation environments have become a crucial surrogate for training robot policies. Yet, the significant Real2Sim2Real gap remains a critical bottleneck, particularly in terms of physical dynamics and visual appearance. To address this challenge, we propose EmbodieDreamer, a novel framework that reduces the Real2Sim2Real gap from both the physics and appearance perspectives. Specifically, we propose PhysAligner, a differentiable physics module designed to reduce the Real2Sim physical gap. It jointly optimizes robot-specific parameters such as control gains and friction coefficients to better align simulated dynamics with real-world observations. In addition, we introduce VisAligner, which incorporates a conditional video diffusion model to bridge the Sim2Real appearance gap by translating low-fidelity simulated renderings into photorealistic videos conditioned on simulation states, enabling high-fidelity visual transfer. Extensive experiments validate the effectiveness of EmbodieDreamer. The proposed PhysAligner reduces physical parameter estimation error by 3.74% compared to simulated annealing methods while improving optimization speed by 89.91\%. Moreover, training robot policies in the generated photorealistic environment leads to a 29.17% improvement in the average task success rate across real-world tasks after reinforcement learning. Code, model and data will be publicly available.
