Action-labeled synthetic demonstration pipelines for cross-embodiment bimanual transfer
Bimanual manipulation teams can now test a specific data pipeline for cross-robot transfer: generate simulator rollouts, turn them into photorealistic videos, and keep the paired action labels for policy training. CRAFT gives this approach a concrete shape. It starts from a small real dataset, builds a digital twin, replays trajectories in simulation, and uses Canny-guided video diffusion so the generated videos preserve motion structure that still matches the actions.
The practical use case is a lab that has demonstrations on one dual-arm setup and wants a policy to work on another without collecting a fresh target-robot dataset. The reported transfer numbers are large enough to justify that workflow as an engineering project, not just a data augmentation experiment. In simulation, transfer from bimanual UR5 to bimanual Franka reached 82.6% on Lift Pot, 89.3% on Place Cans, and 86.0% on Stack Bowls with no target-robot demos. In real tests from xArm7 to Franka, it reached 17/20, 15/20, and 16/20 successes on three tasks. Those results beat both simple shadow baselines and a target-data baseline reported with 100 collected target demos.
A concrete next build is an internal augmentation job for one narrow task family such as pick-place or container handling, with the simulator trajectory, rendered control video, generated photorealistic video, and original action sequence stored together as one training record. The cheap check is whether a policy trained on source-robot data plus generated target-style demonstrations cuts the amount of target teleoperation needed for one new embodiment or camera setup.