CVROJun 23, 2022

Unseen Object 6D Pose Estimation: A Benchmark and Baselines

arXiv:2206.11808v121 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses a key limitation in robotics and computer vision by enabling pose estimation for novel objects, though it is incremental as it builds on existing pose estimation frameworks.

The paper tackles the problem of 6D pose estimation for unseen objects, which is crucial for real-world applications but not handled by current methods, by introducing a new task, dataset, metric, and baseline method that outperforms intuitive baselines.

Estimating the 6D pose for unseen objects is in great demand for many real-world applications. However, current state-of-the-art pose estimation methods can only handle objects that are previously trained. In this paper, we propose a new task that enables and facilitates algorithms to estimate the 6D pose estimation of novel objects during testing. We collect a dataset with both real and synthetic images and up to 48 unseen objects in the test set. In the mean while, we propose a new metric named Infimum ADD (IADD) which is an invariant measurement for objects with different types of pose ambiguity. A two-stage baseline solution for this task is also provided. By training an end-to-end 3D correspondences network, our method finds corresponding points between an unseen object and a partial view RGBD image accurately and efficiently. It then calculates the 6D pose from the correspondences using an algorithm robust to object symmetry. Extensive experiments show that our method outperforms several intuitive baselines and thus verify its effectiveness. All the data, code and models will be made publicly available. Project page: www.graspnet.net/unseen6d

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes