Paper: 2602.15828 Authors: Yuxuan Kuang, Sungjae Park, Katerina Fragkiadaki, Shubham Tulsiani Categories: cs.RO, cs.CV, cs.LG
Abstract
Dex4D addresses the fundamental challenge of learning generalist policies for dexterous manipulation without requiring expensive real-world data collection or task-specific reward engineering. The framework learns a domain-agnostic 3D point track conditioned policy in simulation that can manipulate any object to any desired pose. By training across thousands of objects with diverse pose configurations, Dex4D covers a broad space of robot-object interactions that can be flexibly composed at test time. The policy achieves zero-shot transfer to real-world tasks by being prompted with object-centric point tracks extracted from generated videos, and uses online point tracking for closed-loop control during execution.
Key Contributions
- A task-agnostic “Anypose-to-Anypose” policy that learns dexterous manipulation skills across thousands of simulated objects without task-specific rewards
- Zero-shot sim-to-real transfer capability enabled by 3D point track conditioning, eliminating the need for real-world finetuning
- A flexible prompting mechanism using point tracks extracted from generated videos to specify desired manipulation behaviors
- Closed-loop perception and control through online point tracking during policy execution
- Demonstrated strong generalization to novel objects, scene layouts, backgrounds, and trajectories in both simulation and real-world experiments
Methodology
The Dex4D framework consists of three key components that work together to enable task-agnostic dexterous manipulation.
Training in Simulation: The policy is trained in simulation using a diverse dataset of thousands of objects with varied pose configurations. Rather than designing task-specific environments and rewards, Dex4D learns to manipulate objects based on 3D point track conditions. This “Anypose-to-Anypose” formulation allows the policy to learn a broad distribution of robot-object interactions that can be recomposed at test time. The training process covers a wide range of manipulation primitives including grasping, reorienting, placing, and fine-grained adjustments.
Point Track Conditioning: The core innovation is conditioning the policy on 3D point tracks rather than high-level task specifications or demonstrations. Point tracks provide a natural, object-centric representation that is both expressive enough to specify complex manipulation behaviors and general enough to transfer across domains. At deployment, desired point tracks can be extracted from generated videos showing the intended manipulation, providing an intuitive interface for specifying tasks without manual programming.
Closed-Loop Execution: During real-world execution, Dex4D employs online point tracking to maintain closed-loop perception and control. The system continuously tracks the 3D positions of key points on the object and adjusts the robot’s actions accordingly. This feedback mechanism enables the policy to handle perturbations, uncertainties, and domain shifts that naturally occur when transferring from simulation to reality.
Results and Evaluation
Extensive experiments validate Dex4D’s effectiveness across multiple dimensions. In simulation, the method demonstrates superior performance compared to prior baselines on a diverse set of manipulation tasks. The task-agnostic nature of the learned policy allows it to handle novel task compositions without additional training.
Real-world experiments showcase the zero-shot transfer capability of Dex4D. Without any finetuning on real data, the policy successfully performs various dexterous manipulation tasks including object reorientation, precise placement, and multi-step manipulations. The system exhibits robust generalization to objects not seen during training, different scene configurations, varied backgrounds, and novel manipulation trajectories.
Ablation studies reveal the importance of key design choices. The 3D point track conditioning proves crucial for enabling sim-to-real transfer, outperforming alternative representations. The diversity of training data in simulation directly correlates with generalization performance in the real world. Online point tracking during execution significantly improves success rates compared to open-loop control.
Implications and Future Directions
Dex4D represents a significant step toward scalable learning of generalist manipulation policies. By decoupling skill learning from task specification, the framework addresses two major bottlenecks in dexterous manipulation: the cost of real-world data collection and the engineering effort required for task-specific reward design.
The point track conditioning mechanism offers a promising interface for human-robot interaction. Users can specify desired manipulations through intuitive visual demonstrations or generated videos, without needing to understand low-level robot control or write explicit programs. This could democratize access to robotic manipulation capabilities.
Several directions remain for future work. Extending the framework to handle deformable objects and contact-rich manipulations would broaden its applicability. Incorporating multi-modal sensing beyond vision could improve robustness in challenging conditions. Exploring hierarchical composition of learned skills could enable even more complex, long-horizon manipulation tasks. Finally, investigating how to efficiently adapt the policy to new robot morphologies would enhance its practical deployment potential.
Takeaways
- Task-agnostic learning in simulation can produce policies that zero-shot transfer to diverse real-world dexterous manipulation tasks
- 3D point track conditioning provides an effective interface between high-level task specification and low-level robot control
- Training across thousands of objects with diverse configurations enables strong generalization to novel scenarios
- Online point tracking during execution is crucial for robust closed-loop control in real-world settings
- The framework eliminates the need for expensive real-world data collection and task-specific reward engineering
- Generated videos can serve as an intuitive medium for specifying desired manipulation behaviors through point track extraction
论文: 2602.15828 作者: Yuxuan Kuang, Sungjae Park, Katerina Fragkiadaki, Shubham Tulsiani 分类: cs.RO, cs.CV, cs.LG
摘要
Dex4D解决了学习通用灵巧操作策略的根本挑战,无需昂贵的真实世界数据收集或任务特定的奖励工程。该框架在仿真中学习一个领域无关的3D点轨迹条件策略,能够将任意物体操作到任意期望姿态。通过在数千个具有多样姿态配置的物体上训练,Dex4D覆盖了广泛的机器人-物体交互空间,可以在测试时灵活组合。该策略通过从生成视频中提取的以物体为中心的点轨迹进行提示,实现向真实世界任务的零样本迁移,并在执行过程中使用在线点跟踪进行闭环控制。
主要贡献
- 提出任务无关的”任意姿态到任意姿态”策略,在数千个仿真物体上学习灵巧操作技能,无需任务特定奖励
- 通过3D点轨迹条件实现零样本仿真到真实迁移能力,无需真实世界微调
- 使用从生成视频中提取的点轨迹的灵活提示机制来指定期望的操作行为
- 通过策略执行期间的在线点跟踪实现闭环感知和控制
- 在仿真和真实世界实验中展示了对新物体、场景布局、背景和轨迹的强泛化能力
方法论
Dex4D框架由三个关键组件组成,共同实现任务无关的灵巧操作。
仿真训练: 策略在仿真中使用包含数千个具有不同姿态配置的物体的多样化数据集进行训练。Dex4D不是设计任务特定的环境和奖励,而是学习基于3D点轨迹条件操作物体。这种”任意姿态到任意姿态”的表述允许策略学习广泛的机器人-物体交互分布,可以在测试时重新组合。训练过程涵盖了广泛的操作原语,包括抓取、重定向、放置和精细调整。
点轨迹条件: 核心创新是将策略条件化在3D点轨迹上,而不是高级任务规范或演示。点轨迹提供了一种自然的、以物体为中心的表示,既足够表达复杂的操作行为,又足够通用以跨域迁移。在部署时,可以从显示预期操作的生成视频中提取期望的点轨迹,为指定任务提供直观的接口,无需手动编程。
闭环执行: 在真实世界执行期间,Dex4D采用在线点跟踪来维持闭环感知和控制。系统持续跟踪物体上关键点的3D位置,并相应调整机器人的动作。这种反馈机制使策略能够处理从仿真迁移到现实时自然发生的扰动、不确定性和域偏移。
结果与评估
大量实验从多个维度验证了Dex4D的有效性。在仿真中,该方法在多样化的操作任务集上展示了优于先前基线的性能。学习策略的任务无关特性使其能够处理新的任务组合,无需额外训练。
真实世界实验展示了Dex4D的零样本迁移能力。在没有对真实数据进行任何微调的情况下,该策略成功执行了各种灵巧操作任务,包括物体重定向、精确放置和多步骤操作。系统对训练期间未见过的物体、不同场景配置、多样化背景和新颖操作轨迹表现出强大的泛化能力。
消融研究揭示了关键设计选择的重要性。3D点轨迹条件对于实现仿真到真实迁移至关重要,优于替代表示。仿真中训练数据的多样性与真实世界中的泛化性能直接相关。执行期间的在线点跟踪相比开环控制显著提高了成功率。
影响与未来方向
Dex4D代表了向可扩展学习通用操作策略迈出的重要一步。通过将技能学习与任务规范解耦,该框架解决了灵巧操作中的两个主要瓶颈:真实世界数据收集的成本和任务特定奖励设计所需的工程努力。
点轨迹条件机制为人机交互提供了一个有前景的接口。用户可以通过直观的视觉演示或生成视频指定期望的操作,无需理解低级机器人控制或编写显式程序。这可能使机器人操作能力的获取更加民主化。
未来工作仍有几个方向。将框架扩展到处理可变形物体和接触丰富的操作将扩大其适用性。结合视觉之外的多模态感知可以提高在挑战性条件下的鲁棒性。探索学习技能的分层组合可以实现更复杂的长时域操作任务。最后,研究如何有效地使策略适应新的机器人形态将增强其实际部署潜力。
要点总结
- 仿真中的任务无关学习可以产生零样本迁移到多样化真实世界灵巧操作任务的策略
- 3D点轨迹条件在高级任务规范和低级机器人控制之间提供了有效的接口
- 在具有多样化配置的数千个物体上训练能够实现对新场景的强泛化
- 执行期间的在线点跟踪对于真实世界环境中的鲁棒闭环控制至关重要
- 该框架消除了昂贵的真实世界数据收集和任务特定奖励工程的需求
- 生成视频可以作为通过点轨迹提取指定期望操作行为的直观媒介