AIJan 13

VGG Induced Deep Hand Sign Language Detection

arXiv:2601.08262v13 citationsh-index: 10Has CodeLect Note Netw Syst
Originality Synthesis-oriented
AI Analysis

This work addresses sign language detection for differently-abled persons, but it is incremental as it uses an existing method on new data.

The paper tackled hand gesture recognition for sign language by applying VGG-16 with transfer learning and data augmentation, achieving around 98% accuracy on a 10-class dataset.

Hand gesture recognition is an important aspect of human-computer interaction. It forms the basis of sign language for the visually impaired people. This work proposes a novel hand gesture recognizing system for the differently-abled persons. The model uses a convolutional neural network, known as VGG-16 net, for building a trained model on a widely used image dataset by employing Python and Keras libraries. Furthermore, the result is validated by the NUS dataset, consisting of 10 classes of hand gestures, fed to the model as the validation set. Afterwards, a testing dataset of 10 classes is built by employing Google's open source Application Programming Interface (API) that captures different gestures of human hand and the efficacy is then measured by carrying out experiments. The experimental results show that by combining a transfer learning mechanism together with the image data augmentation, the VGG-16 net produced around 98% accuracy.

Foundations

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

Your Notes