paper-with-me

홈 › Papers

PoseMatcher: One-shot 6D Object Pose Estimation by Deep Feature Matching

2023-04-03 · Pedro Castro, Tae-Kyun Kim

Estimating the pose of an unseen object is the goal of the challenging one-shot pose estimation task. Previous methods have heavily relied on feature matching with great success. However, these methods are often inefficient and limited by their reliance on pre-trained models that have not be designed specifically for pose estimation. In this paper we propose PoseMatcher, an accurate model free one-shot object pose estimator that overcomes these limitations. We create a new training pipeline for object to image matching based on a three-view system: a query with a positive and negative templates. This simple yet effective approach emulates test time scenarios by cheaply constructing an approximation of the full object point cloud during training. To enable PoseMatcher to attend to distinct input modalities, an image and a pointcloud, we introduce IO-Layer, a new attention layer that efficiently accommodates self and cross attention between the inputs. Moreover, we propose a pruning strategy where we iteratively remove redundant regions of the target object to further reduce the complexity and noise of the network while maintaining accuracy. Finally we redesign commonly used pose refinement strategies, zoom and 2D offset refinements, and adapt them to the one-shot paradigm. We outperform all prior one-shot pose estimation methods on the Linemod and YCB-V datasets as well achieve results rivaling recent instance-level methods. The source code and models are available at https://github.com/PedroCastro/PoseMatcher.

📄 PDF Abstract BibTeX arXiv:2304.01382

Code (0)

등록된 구현이 없습니다.

Tasks

6D Pose Estimation using RGBObjectPose Estimation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild

2020-07-23 · ECCV 2020 8 · Yang Xiao, Vincent Lepetit, Renaud Marlet

Detecting objects and estimating their viewpoints in images are key tasks of 3D scene understanding. Recent approaches have achieved excellent results on very large benchmarks for object detection and viewpoint estimatio…

Few-Shot Object DetectionMeta-LearningObjectobject-detection+3

OnePose++: Keypoint-Free One-Shot Object Pose Estimation without CAD Models

2023-01-18 · Xingyi He, Jiaming Sun, Yuang Wang, Di Huang 외

We propose a new method for object pose estimation without CAD models. The previous feature-matching-based method OnePose has shown promising results under a one-shot setting which eliminates the need for CAD models or o…

Keypoint DetectionObjectPose Estimation

Diffusion Features for Zero-Shot 6DoF Object Pose Estimation

2024-11-25 · Bernd Von Gimborn, Philipp Ausserlechner, Markus Vincze, Stefan Thalhammer

Zero-shot object pose estimation enables the retrieval of object poses from images without necessitating object-specific training. In recent approaches this is facilitated by vision foundation models (VFM), which are pre…

ObjectPose Estimation

KeyMatchNet: Zero-Shot Pose Estimation in 3D Point Clouds by Generalized Keypoint Matching

2023-03-28 · Frederik Hagelskjær, Rasmus Laurvig Haugaard

In this paper, we present KeyMatchNet, a novel network for zero-shot pose estimation in 3D point clouds. Our method uses only depth information, making it more applicable for many industrial use cases, as color informati…

ObjectPose Estimation

Universal Features Guided Zero-Shot Category-Level Object Pose Estimation

2025-01-06 · Wentian Qu, Chenyu Meng, Heng Li, Jian Cheng 외

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…

DiversityPose EstimationSemantic SimilaritySemantic Textual Similarity