NovaFlow: Zero-Shot Manipulation via Actionable Flow from Generated Videos
Hongyu Li, Lingfeng Sun, Yafei Hu, Duy Ta, Jennifer Barry, George Konidaris, Jiahui Fu
TL;DR
NovaFlow tackles the data bottleneck in robotic manipulation by decoupling task understanding from control and leveraging pretrained video generation models to infer general motion knowledge. It converts a task description and a single observation into an actionable 3D object flow through a flow generator, then executes actions via a flow executor that handles rigid and deformable objects without robot-specific training. The key contributions are the actionable 3D object flow representation, the two-stage pipeline of flow generation and execution, and the demonstrated zero-shot manipulation across embodiments including table-top and mobile platforms. The approach shows state-of-the-art zero-shot performance on real-world tasks and highlights the potential of using large-scale video priors for robotics, while also pointing to the need for closed-loop feedback to address execution-time dynamics.
Abstract
Enabling robots to execute novel manipulation tasks zero-shot is a central goal in robotics. Most existing methods assume in-distribution tasks or rely on fine-tuning with embodiment-matched data, limiting transfer across platforms. We present NovaFlow, an autonomous manipulation framework that converts a task description into an actionable plan for a target robot without any demonstrations. Given a task description, NovaFlow synthesizes a video using a video generation model and distills it into 3D actionable object flow using off-the-shelf perception modules. From the object flow, it computes relative poses for rigid objects and realizes them as robot actions via grasp proposals and trajectory optimization. For deformable objects, this flow serves as a tracking objective for model-based planning with a particle-based dynamics model. By decoupling task understanding from low-level control, NovaFlow naturally transfers across embodiments. We validate on rigid, articulated, and deformable object manipulation tasks using a table-top Franka arm and a Spot quadrupedal mobile robot, and achieve effective zero-shot execution without demonstrations or embodiment-specific training. Project website: https://novaflow.lhy.xyz/.
