# Hand Keypoint Detection in Single Images using Multiview Bootstrapping

**Authors:** Tomas Simon, Hanbyul Joo, Iain Matthews, Yaser Sheikh

arXiv: 1704.07809 · 2017-04-26

## TL;DR

This paper introduces a multiview bootstrapping method to train accurate, real-time hand keypoint detectors from RGB images, enabling 3D markerless hand motion capture without depth sensors.

## Contribution

The paper presents a novel multiview bootstrapping approach that iteratively improves hand keypoint detection using multi-camera triangulation, achieving high accuracy with RGB images alone.

## Key findings

- Real-time hand keypoint detection comparable to depth sensor methods.
- Effective 3D markerless hand motion capture during complex interactions.
- Analytical relation between view count and detection accuracy.

## Abstract

We present an approach that uses a multi-camera system to train fine-grained detectors for keypoints that are prone to occlusion, such as the joints of a hand. We call this procedure multiview bootstrapping: first, an initial keypoint detector is used to produce noisy labels in multiple views of the hand. The noisy detections are then triangulated in 3D using multiview geometry or marked as outliers. Finally, the reprojected triangulations are used as new labeled training data to improve the detector. We repeat this process, generating more labeled data in each iteration. We derive a result analytically relating the minimum number of views to achieve target true and false positive rates for a given detector. The method is used to train a hand keypoint detector for single images. The resulting keypoint detector runs in realtime on RGB images and has accuracy comparable to methods that use depth sensors. The single view detector, triangulated over multiple views, enables 3D markerless hand motion capture with complex object interactions.

## Full text

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

## Figures

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

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1704.07809/full.md

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