RoboPEPP: Vision-Based Robot Pose and Joint Angle Estimation through Embedding Predictive Pre-Training
Raktim Gautam Goswami, Prashanth Krishnamurthy, Yann LeCun, Farshad Khorrami
TL;DR
RoboPEPP tackles the challenge of estimating robot poses and unknown joint angles from monocular images by introducing embedding-predictive pre-training with joint masking to imbue the encoder with the robot's physical structure. A downstream Joint Net and Keypoint Net then predict joint angles and 2D keypoints, with pose recovered via EPnP using filtered correspondences; sim-to-real fine-tuning further boosts real-world performance. The approach yields state-of-the-art accuracy and occlusion robustness while maintaining real-time inference, demonstrating the value of fusing explicit physical priors into self-supervised encoder training. This method has practical implications for collaborative robotics and human-robot interaction in cluttered or partially occluded environments.
Abstract
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.
