Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Real-time Holistic Robot Pose Estimation with Unknown States

About

Estimating robot pose from RGB images is a crucial problem in computer vision and robotics. While previous methods have achieved promising performance, most of them presume full knowledge of robot internal states, e.g. ground-truth robot joint angles. However, this assumption is not always valid in practical situations. In real-world applications such as multi-robot collaboration or human-robot interaction, the robot joint states might not be shared or could be unreliable. On the other hand, existing approaches that estimate robot pose without joint state priors suffer from heavy computation burdens and thus cannot support real-time applications. This work introduces an efficient framework for real-time robot pose estimation from RGB images without requiring known robot states. Our method estimates camera-to-robot rotation, robot state parameters, keypoint locations, and root depth, employing a neural network module for each task to facilitate learning and sim-to-real transfer. Notably, it achieves inference in a single feed-forward pass without iterative optimization. Our approach offers a 12-time speed increase with state-of-the-art accuracy, enabling real-time holistic robot pose estimation for the first time. Code and models are available at https://github.com/Oliverbansk/Holistic-Robot-Pose-Estimation.

Shikun Ban, Juling Fan, Xiaoxuan Ma, Wentao Zhu, Yu Qiao, Yizhou Wang• 2024

Related benchmarks

TaskDatasetResultRank
Robot Pose EstimationPanda RS (test)
Mean ADD23
14
Robot Pose EstimationDREAM-real Panda 3CAM-AK
AUC90.2
12
Robot Pose EstimationDREAM-real Panda 3CAM-RS
AUC91.9
12
Robot Pose EstimationDREAM-real Panda ORB
AUC87.6
12
Robot Pose EstimationPanda 3CAM-AK
AUC82.2
8
Camera-to-Robot Pose EstimationPanda Orb (test)
Mean ADD25
7
Robot Pose EstimationPanda AK (test)
Mean ADD19
7
Robot Pose EstimationPanda Real AK (test)
AUC (ADD)82.2
7
Robot Pose EstimationPanda 3CAM-XK DREAM
AUC0.812
7
Robot Pose EstimationPanda Synthetic Photo (test)
AUC (ADD)82
7
Showing 10 of 31 rows

Other info

Code

Follow for update