用两阶段学习快速选机器人抓取时的底盘位置,又快又准。
GBPP: Grasp-Aware Base Placement Prediction for Robots via Two-Stage Learning
- 先用简单规则自动标注大量数据,再用高保真仿真微调模型。
- 在模拟和真实机器人上均优于仅靠距离或几何的基线方法。
- 适合需要高效、安全底盘定位的移动操作任务。
GBPP 是一种基于学习的快速评分器,能从单张 RGB-D 图像中为机器人抓取任务选择最优底盘位姿。该方法采用两阶段课程学习:(1) 利用简单的距离-可见性规则低成本自动生成大规模标注数据;(2) 通过少量高保真仿真试验对模型进行精细化优化,使其匹配真实的抓取效果。采用类似 PointNet++ 的点云编码器结合 MLP,对候选位姿的密集网格进行评分,实现无需完整任务与运动规划的快速在线选择。在仿真及真实移动机械臂上的实验表明,GBPP 性能优于仅依赖距离或几何特征的基线方法,所选位姿更安全且可达性更强,并在出错时表现稳健。结果提供了一种数据高效、几何感知的底盘定位实用方案:先用廉价启发式覆盖,再以针对性仿真校准。
原文摘要 · Abstract (English)
GBPP is a fast learning based scorer that selects a robot base pose for grasping from a single RGB-D snapshot. The method uses a two stage curriculum: (1) a simple distance-visibility rule auto-labels a large dataset at low cost; and (2) a smaller set of high fidelity simulation trials refines the model to match true grasp outcomes. A PointNet++ style point cloud encoder with an MLP scores dense grids of candidate poses, enabling rapid online selection without full task-and-motion optimization. In simulation and on a real mobile manipulator, GBPP outperforms proximity and geometry only baselines, choosing safer and more reachable stances and degrading gracefully when wrong. The results offer a practical recipe for data efficient, geometry aware base placement: use inexpensive heuristics for coverage, then calibrate with targeted simulation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。