English

A Rapid Deployment Pipeline for Autonomous Humanoid Grasping Based on Foundation Models

Robotics 2026-04-21 v1

Abstract

Deploying a humanoid robot to manipulate a new object has traditionally required one to two days of effort: data collection, manual annotation, 3D model acquisition, and model training. This paper presents an end-to-end rapid deployment pipeline that integrates three foundation-model components to shorten the onboarding cycle for a new object to approximately 30 minutes: (i) Roboflow-based automatic annotation to assist in training a YOLOv8 object detector; (ii) 3D reconstruction based on Meta SAM 3D, which eliminates the need for a dedicated laser scanner; and (iii) zero-shot 6-DoF pose tracking based on FoundationPose, using the SAM~3D-generated mesh directly as the template. The estimated pose drives a Unity-based inverse kinematics planner, whose joint commands are streamed via UDP to a Unitree~G1 humanoid and executed through the Unitree SDK. We demonstrate detection accuracy of mAP@0.5 = 0.995, pose tracking precision of σ<1.05\sigma < 1.05 mm, and successful grasping on a real robot at five positions within the workspace. We further verify the generality of the pipeline on an automobile-window glue-application task. The results show that combining foundation models for perception with everyday imaging devices (e.g., smartphones) can substantially lower the deployment barrier for humanoid manipulation tasks.

Keywords

Cite

@article{arxiv.2604.17258,
  title  = {A Rapid Deployment Pipeline for Autonomous Humanoid Grasping Based on Foundation Models},
  author = {Yifei Yan and Yankai Liao and Linqi Ye},
  journal= {arXiv preprint arXiv:2604.17258},
  year   = {2026}
}
R2 v1 2026-07-01T12:16:33.890Z