# Crossing Nets: Combining GANs and VAEs with a Shared Latent Space for   Hand Pose Estimation

**Authors:** Chengde Wan, Thomas Probst, Luc Van Gool, Angela Yao

arXiv: 1702.03431 · 2017-07-20

## TL;DR

This paper introduces a semi-supervised deep generative model combining GANs and VAEs with a shared latent space for 3D hand pose estimation from depth images, enabling effective learning from unlabeled data.

## Contribution

It proposes a novel architecture that jointly trains GANs and VAEs with a shared latent space for improved hand pose estimation, leveraging unlabeled depth images.

## Key findings

- Achieves state-of-the-art accuracy on three benchmarks.
- Runs at 90 FPS on CPU with high efficiency.
- Effectively utilizes unlabeled data for training.

## Abstract

State-of-the-art methods for 3D hand pose estimation from depth images require large amounts of annotated training data. We propose to model the statistical relationships of 3D hand poses and corresponding depth images using two deep generative models with a shared latent space. By design, our architecture allows for learning from unlabeled image data in a semi-supervised manner. Assuming a one-to-one mapping between a pose and a depth map, any given point in the shared latent space can be projected into both a hand pose and a corresponding depth map. Regressing the hand pose can then be done by learning a discriminator to estimate the posterior of the latent pose given some depth maps. To improve generalization and to better exploit unlabeled depth maps, we jointly train a generator and a discriminator. At each iteration, the generator is updated with the back-propagated gradient from the discriminator to synthesize realistic depth maps of the articulated hand, while the discriminator benefits from an augmented training set of synthesized and unlabeled samples. The proposed discriminator network architecture is highly efficient and runs at 90 FPS on the CPU with accuracies comparable or better than state-of-art on 3 publicly available benchmarks.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1702.03431/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1702.03431/full.md

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