CVAINov 18, 2024

Enhancing Bidirectional Sign Language Communication: Integrating YOLOv8 and NLP for Real-Time Gesture Recognition & Translation

arXiv:2411.13597v14 citationsh-index: 2ICCAI
Originality Incremental advance
AI Analysis

This addresses the language barrier for deaf and hard-of-hearing individuals by enabling two-way communication, though it appears incremental as it builds on existing models like YOLO and CNNs.

The research tackled real-time bidirectional communication between American Sign Language (ASL) and text by using YOLOv8 and CNNs for gesture recognition and a novel framework for text-to-sign conversion, achieving real-time performance in both directions.

The primary concern of this research is to take American Sign Language (ASL) data through real time camera footage and be able to convert the data and information into text. Adding to that, we are also putting focus on creating a framework that can also convert text into sign language in real time which can help us break the language barrier for the people who are in need. In this work, for recognising American Sign Language (ASL), we have used the You Only Look Once(YOLO) model and Convolutional Neural Network (CNN) model. YOLO model is run in real time and automatically extracts discriminative spatial-temporal characteristics from the raw video stream without the need for any prior knowledge, eliminating design flaws. The CNN model here is also run in real time for sign language detection. We have introduced a novel method for converting text based input to sign language by making a framework that will take a sentence as input, identify keywords from that sentence and then show a video where sign language is performed with respect to the sentence given as input in real time. To the best of our knowledge, this is a rare study to demonstrate bidirectional sign language communication in real time in the American Sign Language (ASL).

Foundations

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

Your Notes