MonoSE(3)-Diffusion: A Monocular SE(3) Diffusion Framework for Robust Camera-to-Robot Pose Estimation
Kangjian Zhu, Haobo Jiang, Yigong Zhang, Jianjun Qian, Jian Yang, Jin Xie
TL;DR
This work addresses robust monocular camera-to-robot pose estimation by formulating it as a conditional SE(3) denoising diffusion problem conditioned on the robot model and input image. It introduces two key components: a visibility-constrained diffusion (VisDiff) that guarantees in-view, diverse training poses within the camera frustum, and a timestep-aware reverse diffusion (RevDiff) that progressively refines poses via DDIM sampling and a rendering-based denoiser. The method uses a monocular-normalized SE(3) formulation to decouple rotation and translation and to maintain invariance to camera intrinsics, enabling stable diffusion in $SO(3)$ and frustum-bounded translations. Empirically, MonoSE(3)-Diffusion achieves state-of-the-art results on DREAM and RoboKeyGen benchmarks, notably reaching an AUC of $66.75$ on AzureKinect-Franka and delivering a $32.3\%$ improvement over the best baselines, demonstrating robustness under challenging, low-visibility scenarios and suggesting strong practical impact for real-world robotic calibration and manipulation tasks.
Abstract
We propose MonoSE(3)-Diffusion, a monocular SE(3) diffusion framework that formulates markerless, image-based robot pose estimation as a conditional denoising diffusion process. The framework consists of two processes: a visibility-constrained diffusion process for diverse pose augmentation and a timestep-aware reverse process for progressive pose refinement. The diffusion process progressively perturbs ground-truth poses to noisy transformations for training a pose denoising network. Importantly, we integrate visibility constraints into the process, ensuring the transformations remain within the camera field of view. Compared to the fixed-scale perturbations used in current methods, the diffusion process generates in-view and diverse training poses, thereby improving the network generalization capability. Furthermore, the reverse process iteratively predicts the poses by the denoising network and refines pose estimates by sampling from the diffusion posterior of current timestep, following a scheduled coarse-to-fine procedure. Moreover, the timestep indicates the transformation scales, which guide the denoising network to achieve more accurate pose predictions. The reverse process demonstrates higher robustness than direct prediction, benefiting from its timestep-aware refinement scheme. Our approach demonstrates improvements across two benchmarks (DREAM and RoboKeyGen), achieving a notable AUC of 66.75 on the most challenging dataset, representing a 32.3% gain over the state-of-the-art.
