๐ค AI Summary
Video generation models produce pixel-level motions lacking physical consistency, leading to inaccurate robotic manipulation. Method: This paper proposes a zero-shot generalization framework that synergistically integrates visual generation with physical-world reconstruction. Given a language instruction and a single input image, it first generates a task-conditioned video demonstration; then reconstructs an object-level physical scene to map implicit visual actions into dynamically feasible, executable trajectories; finally, employs object-centric residual reinforcement learning to refine control policies in simulationโall without requiring any real-robot interaction data. Contribution/Results: Experiments demonstrate significant improvements in precision across diverse real-world manipulation tasks. To our knowledge, this is the first approach enabling physically plausible, zero-shot robotic manipulation driven purely by vision-based generation.
๐ Abstract
We introduce PhysWorld, a framework that enables robot learning from video generation through physical world modeling. Recent video generation models can synthesize photorealistic visual demonstrations from language commands and images, offering a powerful yet underexplored source of training signals for robotics. However, directly retargeting pixel motions from generated videos to robots neglects physics, often resulting in inaccurate manipulations. PhysWorld addresses this limitation by coupling video generation with physical world reconstruction. Given a single image and a task command, our method generates task-conditioned videos and reconstructs the underlying physical world from the videos, and the generated video motions are grounded into physically accurate actions through object-centric residual reinforcement learning with the physical world model. This synergy transforms implicit visual guidance into physically executable robotic trajectories, eliminating the need for real robot data collection and enabling zero-shot generalizable robotic manipulation. Experiments on diverse real-world tasks demonstrate that PhysWorld substantially improves manipulation accuracy compared to previous approaches. Visit href{https://pointscoder.github.io/PhysWorld_Web/}{the project webpage} for details.