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

RoboPEPP: Vision-Based Robot Pose and Joint Angle Estimation through Embedding Predictive Pre-Training

About

Vision-based pose estimation of articulated robots with unknown joint angles has applications in collaborative robotics and human-robot interaction tasks. Current frameworks use neural network encoders to extract image features and downstream layers to predict joint angles and robot pose. While images of robots inherently contain rich information about the robot's physical structures, existing methods often fail to leverage it fully; therefore, limiting performance under occlusions and truncations. To address this, we introduce RoboPEPP, a method that fuses information about the robot's physical model into the encoder using a masking-based self-supervised embedding-predictive architecture. Specifically, we mask the robot's joints and pre-train an encoder-predictor model to infer the joints' embeddings from surrounding unmasked regions, enhancing the encoder's understanding of the robot's physical model. The pre-trained encoder-predictor pair, along with joint angle and keypoint prediction networks, is then fine-tuned for pose and joint angle estimation. Random masking of input during fine-tuning and keypoint filtering during evaluation further improves robustness. Our method, evaluated on several datasets, achieves the best results in robot pose and joint angle estimation while being the least sensitive to occlusions and requiring the lowest execution time.

Raktim Gautam Goswami, Prashanth Krishnamurthy, Yann LeCun, Farshad Khorrami• 2024

Related benchmarks

TaskDatasetResultRank
Robot Pose EstimationPanda RS (test)
Mean ADD23
14
Robot Pose EstimationPanda Synthetic Photo (test)
AUC (ADD)84.1
7
Robot Pose EstimationPanda Synthetic DR (test)
AUC (ADD)83
7
Robot Pose EstimationPanda Real RS (test)
AUC (ADD)80.5
7
Robot Pose EstimationPanda Real ORB (test)
AUC (ADD)77.5
7
Camera-to-Robot Pose EstimationPanda Orb (test)
Mean ADD27
7
Robot Pose EstimationPanda AK (test)
Mean ADD29
7
Robot Pose EstimationPanda Real AK (test)
AUC (ADD)75.3
7
Robot Pose EstimationPanda Real XK (test)
AUC (ADD)78.5
6
Robot Pose EstimationPanda XK (test)
Mean ADD22
6
Showing 10 of 25 rows

Other info

Code

Follow for update