Search papers, labs, and topics across Lattice.
This paper introduces Dream.exe, an evaluation framework that assesses the capability of video generation models to translate synthesized motion into executable robot manipulation tasks. By implementing a video-to-execution pipeline, the authors evaluate eight models across 101 manipulation tasks, revealing that some models can successfully execute tasks despite varying visual quality. The findings indicate that generative models trained on large datasets can internalize physical laws, but visual fidelity does not correlate with execution success, highlighting a critical gap in current evaluation metrics.
Generative models can encode meaningful physical knowledge, achieving execution success in robot manipulation tasks even when visual quality is subpar.
Video generation models have made impressive strides in synthesizing visually compelling content, yet their outputs remain confined to the virtual domain. A natural question follows: how well do these models reflect the physical world when their generated videos leave the screen and enter reality? We propose robotic manipulation as a concrete, measurable window onto this question: if a model has truly internalized physical laws, the motion it depicts should translate into executable robot behavior. We introduce Dream.exe, an evaluation framework that operationalizes this criterion through a video-to-execution pipeline. Given a scene image and a task description, Dream.exe synthesizes a manipulation video, converts the generated motion into robot trajectories, and executes them in a physics simulator, yielding a grounding signal that purely visual metrics cannot offer. Using this pipeline, we evaluate 8 models spanning frontier closed-source generators, open-source generators, and robot-specific models. Our benchmark covers 101 manually curated manipulation tasks at three levels of physical complexity, measured across visual quality, trajectory fidelity, and execution success. Encouragingly, several models achieve measurable execution success, suggesting that generative priors learned from internet-scale data already encode meaningful physical knowledge. Yet visual quality proves a poor predictor of executability, exposing a dimension of model capability that standard visual evaluations do not capture. Dream.exe will be open-sourced at https://github.com/showlab/Dream.exe.