CVHCIVMay 4, 2020

Anchors Based Method for Fingertips Position Estimation from a Monocular RGB Image using Deep Neural Network

arXiv:2005.01351v21 citations
AI Analysis

This work addresses the need for precise hand gesture recognition in virtual, augmented, and mixed reality applications, though it appears incremental as it builds on existing anchor-based methods for a specific domain.

The paper tackles the problem of estimating multiple fingertips positions from a single RGB image, which is challenging due to reliance on depth data or single-finger detection in prior work, and achieves a detection error of 2.3552 pixels on a 640x480 resolution dataset with about 92.98% of test images having errors under five pixels.

In Virtual, augmented, and mixed reality, the use of hand gestures is increasingly becoming popular to reduce the difference between the virtual and real world. The precise location of the fingertip is essential/crucial for a seamless experience. Much of the research work is based on using depth information for the estimation of the fingertips position. However, most of the work using RGB images for fingertips detection is limited to a single finger. The detection of multiple fingertips from a single RGB image is very challenging due to various factors. In this paper, we propose a deep neural network (DNN) based methodology to estimate the fingertips position. We christened this methodology as an Anchor based Fingertips Position Estimation (ABFPE), and it is a two-step process. The fingertips location is estimated using regression by computing the difference in the location of a fingertip from the nearest anchor point. The proposed framework performs the best with limited dependence on hand detection results. In our experiments on the SCUT-Ego-Gesture dataset, we achieved the fingertips detection error of 2.3552 pixels on a video frame with a resolution of $640 \times 480$ and about $92.98\%$ of test images have average pixel errors of five pixels.

Foundations

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

Your Notes