# 3D Object Instance Recognition and Pose Estimation Using Triplet Loss   with Dynamic Margin

**Authors:** Sergey Zakharov, Wadim Kehl, Benjamin Planche, Andreas Hutter, and, Slobodan Ilic

arXiv: 1904.04854 · 2019-04-11

## TL;DR

This paper introduces a novel triplet loss with dynamic margin for 3D object recognition and pose estimation, improving training speed and accuracy in cluttered environments using CNNs and multiple modalities.

## Contribution

It proposes a dynamic margin triplet loss, incorporates in-plane rotations, new background noise types, surface normals, and an efficient online batch generation for enhanced 3D object recognition.

## Key findings

- Faster training times with the dynamic margin loss.
- Improved accuracy in cluttered scenarios.
- Good scalability demonstrated on the BigBIRD dataset.

## Abstract

In this paper, we address the problem of 3D object instance recognition and pose estimation of localized objects in cluttered environments using convolutional neural networks. Inspired by the descriptor learning approach of Wohlhart et al., we propose a method that introduces the dynamic margin in the manifold learning triplet loss function. Such a loss function is designed to map images of different objects under different poses to a lower-dimensional, similarity-preserving descriptor space on which efficient nearest neighbor search algorithms can be applied. Introducing the dynamic margin allows for faster training times and better accuracy of the resulting low-dimensional manifolds. Furthermore, we contribute the following: adding in-plane rotations (ignored by the baseline method) to the training, proposing new background noise types that help to better mimic realistic scenarios and improve accuracy with respect to clutter, adding surface normals as another powerful image modality representing an object surface leading to better performance than merely depth, and finally implementing an efficient online batch generation that allows for better variability during the training phase. We perform an exhaustive evaluation to demonstrate the effects of our contributions. Additionally, we assess the performance of the algorithm on the large BigBIRD dataset to demonstrate good scalability properties of the pipeline with respect to the number of models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04854/full.md

## Figures

32 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04854/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1904.04854/full.md

---
Source: https://tomesphere.com/paper/1904.04854