paper-with-me

홈 › Papers

GigaPose: Fast and Robust Novel Object Pose Estimation via One Correspondence

2023-11-23 · CVPR 2024 1 · Van Nguyen Nguyen, Thibault Groueix, Mathieu Salzmann, Vincent Lepetit

We present GigaPose, a fast, robust, and accurate method for CAD-based novel object pose estimation in RGB images. GigaPose first leverages discriminative "templates", rendered images of the CAD models, to recover the out-of-plane rotation and then uses patch correspondences to estimate the four remaining parameters. Our approach samples templates in only a two-degrees-of-freedom space instead of the usual three and matches the input image to the templates using fast nearest-neighbor search in feature space, results in a speedup factor of 35x compared to the state of the art. Moreover, GigaPose is significantly more robust to segmentation errors. Our extensive evaluation on the seven core datasets of the BOP challenge demonstrates that it achieves state-of-the-art accuracy and can be seamlessly integrated with existing refinement methods. Additionally, we show the potential of GigaPose with 3D models predicted by recent work on 3D reconstruction from a single image, relaxing the need for CAD models and making 6D pose object estimation much more convenient. Our source code and trained models are publicly available at https://github.com/nv-nguyen/gigaPose

📄 PDF Abstract BibTeX arXiv:2311.14155

Code (1)

nv-nguyen/gigapose 공식 구현 pytorch

Tasks

3D Reconstruction6D Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Resolving Symmetry Ambiguity in Correspondence-based Methods for Instance-level Object Pose Estimation

2024-05-17 · Yongliang Lin, Yongzhi Su, Sandeep Inuganti, Yan Di 외

Estimating the 6D pose of an object from a single RGB image is a critical task that becomes additionally challenging when dealing with symmetric objects. Recent approaches typically establish one-to-one correspondences b…

ObjectPose Estimation

DPODv2: Dense Correspondence-Based 6 DoF Pose Estimation

2022-07-06 · Ivan Shugurov, Sergey Zakharov, Slobodan Ilic

We propose a three-stage 6 DoF object detection method called DPODv2 (Dense Pose Object Detector) that relies on dense correspondences. We combine a 2D object detector with a dense correspondence estimation network and a…

Objectobject-detectionObject DetectionPose Estimation

COPE: End-to-end trainable Constant Runtime Object Pose Estimation

2022-08-18 · Stefan Thalhammer, Timothy Patten, Markus Vincze

State-of-the-art object pose estimation handles multiple instances in a test image by using multi-model formulations: detection as a first stage and then separately trained networks per object for 2D-3D geometric corresp…

6D Pose Estimation using RGBObjectPose Estimation

Object Detection in Video with Spatial-temporal Context Aggregation

2019-07-11 · Hao Luo, Lichao Huang, Han Shen, Yuan Li 외

Recent cutting-edge feature aggregation paradigms for video object detection rely on inferring feature correspondence. The feature correspondence estimation problem is fundamentally difficult due to poor image quality, m…

Objectobject-detectionObject DetectionVideo Object Detection

OptFlow: Fast Optimization-based Scene Flow Estimation without Supervision

2024-01-04 · WACV 2024 1 · Rahul Ahuja, Chris Baker, Wilko Schwarting

Scene flow estimation is a crucial component in the development of autonomous driving and 3D robotics, providing valuable information for environment perception and navigation. Despite the advantages of learning-based sc…

Autonomous DrivingPoint Cloud RegistrationScene Flow EstimationSelf-supervised Scene Flow Estimation+1