Universal Features Guided Zero-Shot Category-Level Object Pose Estimation
Wentian Qu, Chenyu Meng, Heng Li, Jian Cheng, Cuixia Ma, Hongan Wang, Xiao Zhou, Xiaoming Deng, Ping Tan
TL;DR
The paper tackles zero-shot category-level object pose estimation by leveraging multi-modal universal features from RGB-D data to generalize to unseen categories without fine-tuning. It introduces a coarse-to-fine pipeline that first uses 2D universal features to establish sparse correspondences for a coarse $6$-DOF pose, then employs iterative refinement and a dense 3D universal-feature alignment to resolve pose–shape ambiguities. Core contributions include integrating 2D and 3D universal features (DINOv2, Stable Diffusion, and DGCNN) with an iterative correspondence strategy and a universal alignment loss to jointly optimize pose and shape, demonstrated on REAL275 and Wild6D. The method achieves superior generalization to unseen categories and robust pose estimation, enabling practical deployment without category-specific training.
Abstract
Object pose estimation, crucial in computer vision and robotics applications, faces challenges with the diversity of unseen categories. We propose a zero-shot method to achieve category-level 6-DOF object pose estimation, which exploits both 2D and 3D universal features of input RGB-D image to establish semantic similarity-based correspondences and can be extended to unseen categories without additional model fine-tuning. Our method begins with combining efficient 2D universal features to find sparse correspondences between intra-category objects and gets initial coarse pose. To handle the correspondence degradation of 2D universal features if the pose deviates much from the target pose, we use an iterative strategy to optimize the pose. Subsequently, to resolve pose ambiguities due to shape differences between intra-category objects, the coarse pose is refined by optimizing with dense alignment constraint of 3D universal features. Our method outperforms previous methods on the REAL275 and Wild6D benchmarks for unseen categories.
