CVMar 30, 2018

Cross-modal Deep Variational Hand Pose Estimation

arXiv:1803.11404v1307 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of high-dimensional hand pose estimation for computer vision applications, offering an incremental improvement with cross-modal integration.

The paper tackles the problem of estimating 3D hand poses from images by learning a cross-modal latent space using a generative deep neural network, resulting in state-of-the-art performance on RGB images and comparable results on depth images.

The human hand moves in complex and high-dimensional ways, making estimation of 3D hand pose configurations from images alone a challenging task. In this work we propose a method to learn a statistical hand model represented by a cross-modal trained latent space via a generative deep neural network. We derive an objective function from the variational lower bound of the VAE framework and jointly optimize the resulting cross-modal KL-divergence and the posterior reconstruction objective, naturally admitting a training regime that leads to a coherent latent space across multiple modalities such as RGB images, 2D keypoint detections or 3D hand configurations. Additionally, it grants a straightforward way of using semi-supervision. This latent space can be directly used to estimate 3D hand poses from RGB images, outperforming the state-of-the art in different settings. Furthermore, we show that our proposed method can be used without changes on depth images and performs comparably to specialized methods. Finally, the model is fully generative and can synthesize consistent pairs of hand configurations across modalities. We evaluate our method on both RGB and depth datasets and analyze the latent space qualitatively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes