RefPose: Leveraging Reference Geometric Correspondences for Accurate 6D Pose Estimation of Unseen Objects
Jaeguk Kim, Jaewoo Park, Keuntek Lee, Nam Ik Cho
TL;DR
We address 6D pose estimation for unseen objects from monocular RGB by introducing RefPose, which uses a reference image and geometric correspondence to guide both coarse pose estimation and refinement. A coarse stage selects multiple templates via an optical-flow classifier and employs medoid voting with PnP/RANSAC to produce an initial pose, then a geometry-estimation network with a correlation volume-guided attention produces a query geometry $G_q^{pos}$ aligned to a reference geometry $G_r^{pos}$, enabling iterative refinement with a render-and-compare loop. The approach avoids reliance on shape priors learned from predefined object sets and shows state-of-the-art performance on seven BOP datasets with competitive runtime, validated by thorough ablations. This work advances practical unseen-object pose estimation by integrating reference-guided geometry and attention-based fusion, enabling robust pose estimation in challenging real-world scenes.
Abstract
Estimating the 6D pose of unseen objects from monocular RGB images remains a challenging problem, especially due to the lack of prior object-specific knowledge. To tackle this issue, we propose RefPose, an innovative approach to object pose estimation that leverages a reference image and geometric correspondence as guidance. RefPose first predicts an initial pose by using object templates to render the reference image and establish the geometric correspondence needed for the refinement stage. During the refinement stage, RefPose estimates the geometric correspondence of the query based on the generated references and iteratively refines the pose through a render-and-compare approach. To enhance this estimation, we introduce a correlation volume-guided attention mechanism that effectively captures correlations between the query and reference images. Unlike traditional methods that depend on pre-defined object models, RefPose dynamically adapts to new object shapes by leveraging a reference image and geometric correspondence. This results in robust performance across previously unseen objects. Extensive evaluation on the BOP benchmark datasets shows that RefPose achieves state-of-the-art results while maintaining a competitive runtime.
