Depth-aware convolutional neural networks for accurate 3D pose estimation in RGB-D images
Lorenzo Porzi, Adrian Penate-Sanchez, Elisa Ricci, Francesc Moreno-Noguer
Abstract
Most recent approaches to 3D pose estimation from RGB-D images address the problem in a two-stage pipeline. First, they learn a classifier-typically a random forest-to predict the position of each input pixel on the object surface. These estimates are then used to define an energy function that is minimized w.r.t. the object pose. In this paper, we focus on the first stage of the problem and propose a novel classifier based on a depth-aware Convolutional Neural Network. This classifier is able to learn a scale-adaptive regression model that yields very accurate pixel-level predictions, allowing to finally estimate the pose using a simple RANSAC-based scheme, with no need to optimize complex ad hoc energy functions. Our experiments on publicly available datasets show that our approach achieves remarkable improvements over state-of-the-art methods.
BibTeX
@inproceedings{iros2017_depthawareconvol,
title = {Depth-aware convolutional neural networks for accurate 3D pose estimation in RGB-D images},
author = {Lorenzo Porzi and Adrian Penate-Sanchez and Elisa Ricci and Francesc Moreno-Noguer},
booktitle = {IROS 2017},
year = {2017}
}