# DeepHMap++: Combined Projection Grouping and Correspondence Learning for   Full DoF Pose Estimation

**Authors:** Mingliang Fu, Weijia Zhou

arXiv: 1904.12735 · 2019-05-31

## TL;DR

DeepHMap++ introduces a novel two-stage approach combining projection grouping and correspondence learning to improve 6D object pose estimation accuracy in challenging scenes, outperforming existing methods.

## Contribution

It proposes a new postprocessing framework that integrates projection heatmap grouping with correspondence evaluation for enhanced pose estimation.

## Key findings

- Outperforms several state-of-the-art methods on three public datasets.
- Effectively removes redundant heatmap maxima to improve correspondence accuracy.
- Achieves higher pose estimation precision in challenging environments.

## Abstract

In recent years, estimating the 6D pose of object instances with convolutional neural network (CNN) has received considerable attention. Depending on whether intermediate cues are used, the relevant literature can be roughly divided into two broad categories: direct methods and two stage pipelines. For the latter, intermediate cues, such as 3D object coordinates, semantic keypoints, or virtual control points instead of pose parameters are regressed by CNN in the first stage. Object pose can then be solved by correspondence constraints constructed with these intermediate cues. In this paper, we focus on the postprocessing of a two-stage pipeline and propose to combine two learning concepts for estimating object pose under challenging scenes: projection grouping on one side, and correspondence learning on the other. We firstly employ a local patch based method to predict projection heatmaps which denote the confidence distribution of projection of 3D bounding box's corners. A projection grouping module is then proposed to remove redundant local maxima from each layer of heatmaps. Instead of directly feeding 2D-3D correspondences to the perspective-n-point (PnP) algorithm, multiple correspondence hypotheses are sampled from local maxima and its corresponding neighborhood and ranked by a correspondence-evaluation network. Finally, correspondences with higher confidence are selected to determine object pose. Extensive experiments on three public datasets demonstrate that the proposed framework outperforms several state of the art methods.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12735/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1904.12735/full.md

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