3DFlowAction: Learning Cross-Embodiment Manipulation from 3D Flow World Model
TLDR
Proposes 3DFlowAction, a 3D flow world model for cross-embodiment manipulation, predicting object motion from video diffusion to guide robot actions.
Reasoning
The paper introduces a novel 3D flow world model that leverages video diffusion to predict object motion, offering an embodiment-agnostic representation for manipulation. Strengths include the large synthetic dataset and flow-guided planning, but weaknesses are reliance on synthetic data and lack of real-world validation in the abstract.
Read-first score
Read-first score 68.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 43.
Field roles
Rank sensitivity
Stability: volatile; rank range: 176.
Keyword Scores
Deep Analysis
Innovations
- Learning a 3D flow world model from both human and robot manipulation data to predict future movement of interacting objects in 3D space, which is embodiment-agnostic.
- Synthesizing a large-scale 3D optical flow dataset (ManiFlow-110k) via a moving object auto-detect pipeline.
- Using a video diffusion-based world model to generate 3D optical flow trajectories conditioned on language instructions.
- Proposing a flow-guided rendering mechanism that renders the predicted final state and leverages GPT-4o to assess alignment with the task description for closed-loop planning.
- Using predicted 3D optical flow as constraints for an optimization policy to determine a chunk of robot actions for manipulation.
Methodology
The authors synthesize a large-scale 3D optical flow dataset (ManiFlow-110k) using a moving object auto-detect pipeline. A video diffusion-based world model learns manipulation physics from these data, generating 3D optical flow trajectories conditioned on language instructions. A flow-guided rendering mechanism renders the predicted final state and uses GPT-4o to assess whether the predicted flow aligns with the task description, enabling closed-loop planning. Finally, the predicted 3D optical flow serves as constraints for an optimization policy to output a chunk of robot actions.
Key Results
Extensive experiments demonstrate strong generalization across diverse robotic manipulation tasks and reliable cross-embodiment adaptation without hardware-specific training.