A Hybrid Approach for 6DoF Pose Estimation

Abstract

We propose a method for 6DoF pose estimation of rigid objects that uses a state-of-the-art deep learning based instance detector to segment object instances in an RGB image, followed by a point-pair based voting method to recover the object's pose. We additionally use an automatic method selection that chooses the instance detector and the training set as that with the highest performance on the validation set. This hybrid approach leverages the best of learning and classic approaches, using CNNs to filter highly unstructured data and cut through the clutter, and a local geometric approach with proven convergence for robust pose estimation. The method is evaluated on the BOP core datasets where it significantly exceeds the baseline method and is the best fast method in the BOP 2020 Challenge.

Cite

Text

König and Drost. "A Hybrid Approach for 6DoF Pose Estimation." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-66096-3_46

Markdown

[König and Drost. "A Hybrid Approach for 6DoF Pose Estimation." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/konig2020eccvw-hybrid/) doi:10.1007/978-3-030-66096-3_46

BibTeX

@inproceedings{konig2020eccvw-hybrid,
  title     = {{A Hybrid Approach for 6DoF Pose Estimation}},
  author    = {König, Rebecca and Drost, Bertram},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2020},
  pages     = {700-706},
  doi       = {10.1007/978-3-030-66096-3_46},
  url       = {https://mlanthology.org/eccvw/2020/konig2020eccvw-hybrid/}
}