CVJun 14, 2022

TriHorn-Net: A Model for Accurate Depth-Based 3D Hand Pose Estimation

arXiv:2206.07117v248 citationsh-index: 44Has Code
AI Analysis

This work addresses the need for more accurate hand pose estimation in applications like human-computer interaction, though it appears incremental as it builds on existing methods with specific innovations.

The paper tackles the problem of insufficient accuracy in 3D hand pose estimation from depth images for real-world applications, proposing TriHorn-Net, which decomposes the task into 2D joint and depth estimation with attention maps and introduces PixDropout augmentation, achieving state-of-the-art results on three benchmark datasets.

3D hand pose estimation methods have made significant progress recently. However, the estimation accuracy is often far from sufficient for specific real-world applications, and thus there is significant room for improvement. This paper proposes TriHorn-Net, a novel model that uses specific innovations to improve hand pose estimation accuracy on depth images. The first innovation is the decomposition of the 3D hand pose estimation into the estimation of 2D joint locations in the depth image space (UV), and the estimation of their corresponding depths aided by two complementary attention maps. This decomposition prevents depth estimation, which is a more difficult task, from interfering with the UV estimations at both the prediction and feature levels. The second innovation is PixDropout, which is, to the best of our knowledge, the first appearance-based data augmentation method for hand depth images. Experimental results demonstrate that the proposed model outperforms the state-of-the-art methods on three public benchmark datasets. Our implementation is available at https://github.com/mrezaei92/TriHorn-Net.

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