paper-with-me

Papers

FoundPose: Unseen Object Pose Estimation with Foundation Features

2023-11-30 · Evin Pınar Örnek, Yann Labbé, Bugra Tekin, Lingni Ma, Cem Keskin, Christian Forster, Tomas Hodan

We propose FoundPose, a model-based method for 6D pose estimation of unseen objects from a single RGB image. The method can quickly onboard new objects using their 3D models without requiring any object- or task-specific training. In contrast, existing methods typically pre-train on large-scale, task-specific datasets in order to generalize to new objects and to bridge the image-to-model domain gap. We demonstrate that such generalization capabilities can be observed in a recent vision foundation model trained in a self-supervised manner. Specifically, our method estimates the object pose from image-to-model 2D-3D correspondences, which are established by matching patch descriptors from the recent DINOv2 model between the image and pre-rendered object templates. We find that reliable correspondences can be established by kNN matching of patch descriptors from an intermediate DINOv2 layer. Such descriptors carry stronger positional information than descriptors from the last layer, and we show their importance when semantic information is ambiguous due to object symmetries or a lack of texture. To avoid establishing correspondences against all object templates, we develop an efficient template retrieval approach that integrates the patch descriptors into the bag-of-words representation and can promptly propose a handful of similarly looking templates. Additionally, we apply featuremetric alignment to compensate for discrepancies in the 2D-3D correspondences caused by coarse patch sampling. The resulting method noticeably outperforms existing RGB methods for refinement-free pose estimation on the standard BOP benchmark with seven diverse datasets and can be seamlessly combined with an existing render-and-compare refinement method to achieve RGB-only state-of-the-art results. Project page: evinpinar.github.io/foundpose.

📄 PDF Abstract BibTeX arXiv:2311.18809

Code (0)

등록된 구현이 없습니다.

Tasks

6D Pose EstimationObjectPose EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SurgPose: Generalisable Surgical Instrument Pose Estimation using Zero-Shot Learning and Stereo Vision

2025-05-16 · Utsav Rai, Haozheng Xu, Stamatia Giannarou

Accurate pose estimation of surgical tools in Robot-assisted Minimally Invasive Surgery (RMIS) is essential for surgical navigation and robot control. While traditional marker-based methods offer accuracy, they face chal…

Depth EstimationInstance SegmentationPose EstimationSemantic Segmentation+1

FreeZe: Training-free zero-shot 6D pose estimation with geometric and vision foundation models

2023-12-01 · Andrea Caraffa, Davide Boscaini, Amir Hamza, Fabio Poiesi

Estimating the 6D pose of objects unseen during training is highly desirable yet challenging. Zero-shot object 6D pose estimation methods address this challenge by leveraging additional task-specific supervision provided…

6D Pose EstimationObjectPose EstimationZero-Shot Learning

PoseGAM: Robust Unseen Object Pose Estimation via Geometry-Aware Multi-View Reasoning

2025-12-11 · Jianqi Chen, Biao Zhang, Xiangjun Tang, Peter Wonka arxiv

6D object pose estimation, which predicts the transformation of an object relative to the camera, remains challenging for unseen objects. Existing approaches typically rely on explicitly constructing feature corresponden…

Pose Estimation

Pos3R: 6D Pose Estimation for Unseen Objects Made Easy

2025-01-01 · CVPR 2025 1 · Weijian Deng, Dylan Campbell, Chunyi Sun, Jiahao Zhang 외

Foundation models have significantly reduced the need for task-specific training, while also enhancing generalizability. However, state-of-the-art 6D pose estimators either require further training with pose supervis…

3D Reconstruction6D Pose Estimation6D Pose Estimation using RGBPose Estimation

GS-Pose: Category-Level Object Pose Estimation via Geometric and Semantic Correspondence

2023-11-23 · Pengyuan Wang, Takuya Ikeda, Robert Lee, Koichi Nishiwaki

Category-level pose estimation is a challenging task with many potential applications in computer vision and robotics. Recently, deep-learning-based approaches have made great progress, but are typically hindered by the …

ObjectPose EstimationSemantic correspondence