English

Camera-to-Robot Pose Estimation from a Single Image

Robotics 2020-04-27 v4

Abstract

We present an approach for estimating the pose of an external camera with respect to a robot using a single RGB image of the robot. The image is processed by a deep neural network to detect 2D projections of keypoints (such as joints) associated with the robot. The network is trained entirely on simulated data using domain randomization to bridge the reality gap. Perspective-n-point (PnP) is then used to recover the camera extrinsics, assuming that the camera intrinsics and joint configuration of the robot manipulator are known. Unlike classic hand-eye calibration systems, our method does not require an off-line calibration step. Rather, it is capable of computing the camera extrinsics from a single frame, thus opening the possibility of on-line calibration. We show experimental results for three different robots and camera sensors, demonstrating that our approach is able to achieve accuracy with a single frame that is comparable to that of classic off-line hand-eye calibration using multiple frames. With additional frames from a static pose, accuracy improves even further. Code, datasets, and pretrained models for three widely-used robot manipulators are made available.

Keywords

Cite

@article{arxiv.1911.09231,
  title  = {Camera-to-Robot Pose Estimation from a Single Image},
  author = {Timothy E. Lee and Jonathan Tremblay and Thang To and Jia Cheng and Terry Mosier and Oliver Kroemer and Dieter Fox and Stan Birchfield},
  journal= {arXiv preprint arXiv:1911.09231},
  year   = {2020}
}

Comments

ICRA 2020. Project page is at https://research.nvidia.com/publication/2020-03_DREAM

R2 v1 2026-06-23T12:22:54.253Z