Efficient Object Localization and Pose Estimation with 3D Wireframe Models

Abstract

We propose a new and efficient method for 3D object localization and fine-grained 3D pose estimation from a single 2D image. Our approach follows the classical paradigm of matching a 3D model to the 2D observations. Our first contribution is a 3D object model composed of a set of 3D edge primitives learned from 2D object blueprints, which can be viewed as a 3D generalization of HOG features. This model is used to define a matching cost obtained by applying a rigid-body transformation to the 3D object model, projecting it onto the image plane, and matching the projected model to HOG features extracted from the input image. Our second contribution is a very efficient branch-and-bound algorithm for finding the 3D pose that maximizes the matching score. For this, 3D integral images of quantized HOGs are employed to evaluate in constant time the maximum attainable matching scores of individual model primitives. We applied our method to three different datasets of cars and achieved promising results with testing times as low as less than half a second.

Cite

Text

Yörük and Vidal. "Efficient Object Localization and Pose Estimation with 3D Wireframe Models." IEEE/CVF International Conference on Computer Vision Workshops, 2013. doi:10.1109/ICCVW.2013.127

Markdown

[Yörük and Vidal. "Efficient Object Localization and Pose Estimation with 3D Wireframe Models." IEEE/CVF International Conference on Computer Vision Workshops, 2013.](https://mlanthology.org/iccvw/2013/yoruk2013iccvw-efficient/) doi:10.1109/ICCVW.2013.127

BibTeX

@inproceedings{yoruk2013iccvw-efficient,
  title     = {{Efficient Object Localization and Pose Estimation with 3D Wireframe Models}},
  author    = {Yörük, Erdem and Vidal, René},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2013},
  pages     = {538-545},
  doi       = {10.1109/ICCVW.2013.127},
  url       = {https://mlanthology.org/iccvw/2013/yoruk2013iccvw-efficient/}
}