AxisPose: Model-Free Matching-Free Single-Shot 6D Object Pose Estimation via Axis Generation
Yang Zou, Zhaoshuai Qi, Yating Liu, Zihao Xu, Weipeng Sun, Weiyi Liu, Xingyuan Li, Jiaqi Yang, Yanning Zhang
TL;DR
AxisPose rethinks 6D pose estimation by eliminating dependence on CAD models, depth, or multi-view references. It comerciais a diffusion-based Axis Generation Module to learn a latent 2D tri-axis pose representation from a single RGB image, followed by a Triaxial Back-projection Module that recovers the 6D pose from the generated axes. A geometric consistency loss guides the diffusion process, injecting its gradient into the noise estimation to enforce geometric plausibility. Experiments on LINEMOD and YCB-Video show competitive performance among model-free methods with strong robustness to occlusion and texture, highlighting the potential of a generative, matching-free approach for cross-instance pose estimation. The work points to promising directions for extending to unseen objects and improving cross-instance generalization while maintaining a model-free, single-shot paradigm.
Abstract
Object pose estimation, which plays a vital role in robotics, augmented reality, and autonomous driving, has been of great interest in computer vision. Existing studies either require multi-stage pose regression or rely on 2D-3D feature matching. Though these approaches have shown promising results, they rely heavily on appearance information, requiring complex input (i.e., multi-view reference input, depth, or CAD models) and intricate pipeline (i.e., feature extraction-SfM-2D to 3D matching-PnP). We propose AxisPose, a model-free, matching-free, single-shot solution for robust 6D pose estimation, which fundamentally diverges from the existing paradigm. Unlike existing methods that rely on 2D-3D or 2D-2D matching using 3D techniques, such as SfM and PnP, AxisPose directly infers a robust 6D pose from a single view by leveraging a diffusion model to learn the latent axis distribution of objects without reference views. Specifically, AxisPose constructs an Axis Generation Module (AGM) to capture the latent geometric distribution of object axes through a diffusion model. The diffusion process is guided by injecting the gradient of geometric consistency loss into the noise estimation to maintain the geometric consistency of the generated tri-axis. With the generated tri-axis projection, AxisPose further adopts a Triaxial Back-projection Module (TBM) to recover the 6D pose from the object tri-axis. The proposed AxisPose achieves robust performance at the cross-instance level (i.e., one model for N instances) using only a single view as input without reference images, with great potential for generalization to unseen-object level.
