paper-with-me

Papers

DVMNet++: Rethinking Relative Pose Estimation for Unseen Objects

2024-03-20 · CVPR 2024 1 · Chen Zhao, Tong Zhang, Zheng Dang, Mathieu Salzmann

Determining the relative pose of a previously unseen object between two images is pivotal to the success of generalizable object pose estimation. Existing approaches typically predict 3D translation utilizing the ground-truth object bounding box and approximate 3D rotation with a large number of discrete hypotheses. This strategy makes unrealistic assumptions about the availability of ground truth and incurs a computationally expensive process of scoring each hypothesis at test time. By contrast, we rethink the problem of relative pose estimation for unseen objects by presenting a Deep Voxel Matching Network (DVMNet++). Our method computes the relative object pose in a single pass, eliminating the need for ground-truth object bounding boxes and rotation hypotheses. We achieve open-set object detection by leveraging image feature embedding and natural language understanding as reference. The detection result is then employed to approximate the translation parameters and crop the object from the query image. For rotation estimation, we map the two RGB images, i.e., reference and cropped query, to their respective voxelized 3D representations. The resulting voxels are passed through a rotation estimation module, which aligns the voxels and computes the rotation in an end-to-end fashion by solving a least-squares problem. To enhance robustness, we introduce a weighted closest voxel algorithm capable of mitigating the impact of noisy voxels. We conduct extensive experiments on the CO3D, Objaverse, LINEMOD, and LINEMOD-O datasets, demonstrating that our approach delivers more accurate relative pose estimates for novel objects at a lower computational cost compared to state-of-the-art methods. Our code is released at https://github.com/sailor-z/DVMNet/.

📄 PDF Abstract BibTeX arXiv:2403.13683

Code (1)

sailor-z/dvmnet 공식 구현 pytorch

Tasks

Natural Language UnderstandingObjectPose Estimation

Similar Papers 제목 키워드 기반

FS-Depth: Focal-and-Scale Depth Estimation from a Single Image in Unseen Indoor Scene

2023-07-27 · Chengrui Wei, Meng Yang, Lei He, Nanning Zheng

It has long been an ill-posed problem to predict absolute depth maps from single images in real (unseen) indoor scenes. We observe that it is essentially due to not only the scale-ambiguous problem but also the focal-amb…

3D ReconstructionData AugmentationDepth EstimationMonocular Depth Estimation

3D-Aware Hypothesis & Verification for Generalizable Relative Object Pose Estimation

2023-10-05 · Chen Zhao, Tong Zhang, Mathieu Salzmann

Prior methods that tackle the problem of generalizable object pose estimation highly rely on having dense views of the unseen object. By contrast, we address the scenario where only a single reference view of the object …

ObjectPose Estimation

Object Pose Transformer: Unifying Unseen Object Pose Estimation

2026-03-24 · Weihang Li, Lorenzo Garattoni, Fabien Despinoy, Nassir Navab 외 arxiv

Learning model-free object pose estimation for unseen instances remains a fundamental challenge in 3D vision. Existing methods typically fall into two disjoint paradigms: category-level approaches predict absolute poses …

Pose Estimation

High-resolution open-vocabulary object 6D pose estimation

2024-06-24 · Jaime Corsetti, Davide Boscaini, Francesco Giuliari, Changjae Oh 외

The generalisation to unseen objects in the 6D pose estimation task is very challenging. While Vision-Language Models (VLMs) enable using natural language descriptions to support 6D pose estimation of unseen objects, the…

6D Pose EstimationObjectPose Estimation

Rethinking Inductive Biases for Surface Normal Estimation

2024-03-01 · CVPR 2024 1 · Gwangbin Bae, Andrew J. Davison

Despite the growing demand for accurate surface normal estimation models, existing methods use general-purpose dense prediction models, adopting the same inductive biases as other tasks. In this paper, we discuss the ind…

Surface Normal Estimation