RoboTAG: End-to-end Robot Configuration Estimation via Topological Alignment Graph
Yifan Liu, Fangneng Zhan, Wanhua Li, Haowen Sun, Katerina Fragkiadaki, Hanspeter Pfister
TL;DR
This work tackles monocular robot pose estimation by addressing data scarcity and 3D-2D integration. It introduces RoboTAG, a dual-branch Topological Alignment Graph that injects 3D priors via a forward-edge structure and enforces 2D-3D consistency through closed-loop supervision. The approach enables self-supervised training on unannotated in-the-wild data and achieves state-of-the-art performance across multiple robot types, while maintaining real-time inference. Overall, RoboTAG demonstrates that a carefully designed topological graph can leverage 3D priors and cross-modal supervision to alleviate labeling bottlenecks in robotic perception, with strong generalization to real-world data.
Abstract
Estimating robot pose from a monocular RGB image is a challenge in robotics and computer vision. Existing methods typically build networks on top of 2D visual backbones and depend heavily on labeled data for training, which is often scarce in real-world scenarios, causing a sim-to-real gap. Moreover, these approaches reduce the 3D-based problem to 2D domain, neglecting the 3D priors. To address these, we propose Robot Topological Alignment Graph (RoboTAG), which incorporates a 3D branch to inject 3D priors while enabling co-evolution of the 2D and 3D representations, alleviating the reliance on labels. Specifically, the RoboTAG consists of a 3D branch and a 2D branch, where nodes represent the states of the camera and robot system, and edges capture the dependencies between these variables or denote alignments between them. Closed loops are then defined in the graph, on which a consistency supervision across branches can be applied. This design allows us to utilize in-the-wild images as training data without annotations. Experimental results demonstrate that our method is effective across robot types, highlighting its potential to alleviate the data bottleneck in robotics.
