CVJun 12, 2019

Pose from Shape: Deep Pose Estimation for Arbitrary 3D Objects

arXiv:1906.05105v269 citations
Originality Highly original
AI Analysis

This enables robotic systems to interact with new objects in the wild, addressing a crucial limitation in current pose estimation methods.

The paper tackles the problem of deep pose estimation for arbitrary 3D objects without requiring training on specific categories or canonical poses, achieving state-of-the-art results on benchmarks like Pascal3D+, ObjectNet3D, and Pix3D, and generalizing to new object types like animals from ImageNet.

Most deep pose estimation methods need to be trained for specific object instances or categories. In this work we propose a completely generic deep pose estimation approach, which does not require the network to have been trained on relevant categories, nor objects in a category to have a canonical pose. We believe this is a crucial step to design robotic systems that can interact with new objects in the wild not belonging to a predefined category. Our main insight is to dynamically condition pose estimation with a representation of the 3D shape of the target object. More precisely, we train a Convolutional Neural Network that takes as input both a test image and a 3D model, and outputs the relative 3D pose of the object in the input image with respect to the 3D model. We demonstrate that our method boosts performances for supervised category pose estimation on standard benchmarks, namely Pascal3D+, ObjectNet3D and Pix3D, on which we provide results superior to the state of the art. More importantly, we show that our network trained on everyday man-made objects from ShapeNet generalizes without any additional training to completely new types of 3D objects by providing results on the LINEMOD dataset as well as on natural entities such as animals from ImageNet.

Code Implementations2 repos
Foundations

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

Your Notes