← Latest papers
🤖 AI

Deep Learning-Based Sign Language Recognition from Videos and Cross-Lingual Translation to Indian Vernaculars

This paper presents a two-stage deep learning pipeline that utilizes a fine-tuned VideoMAE transformer to recognize isolated Indian Sign Language gestures from video and translates the resulting English labels into Hindi, Telugu, and Bengali using the NLLB-200 model, while also providing a Streamlit demo and analyzing performance limitations on a small-scale dataset.

Original authors: Chandranath Adak, Ramesh Nandipalli

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Chandranath Adak, Ramesh Nandipalli

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a computer to understand a secret language spoken with hands and faces instead of words. That is essentially what this paper does, but with a specific twist: it helps translate Indian Sign Language (ISL) into three major Indian spoken languages (Hindi, Telugu, and Bengali) by using English as a middleman.

Here is a simple breakdown of how they built this system, using everyday analogies.

The Big Picture: A Two-Step Relay Race

The researchers didn't try to teach the computer to jump straight from "Hand Signs" to "Hindi Words." That would be like trying to teach a dog to speak French directly. Instead, they set up a two-stage relay race:

  1. Stage 1 (The Translator): A video camera watches a person signing. A smart AI (called VideoMAE) watches the video and says, "Ah, that sign means the English word 'Happy'."
  2. Stage 2 (The Interpreter): Once the AI knows the word is "Happy," it passes that word to a second AI (called NLLB). This second AI acts like a polyglot translator, instantly turning the English word "Happy" into "Khush" (Hindi), "Santosham" (Telugu), and "Sukhi" (Bengali).

The Ingredients: What They Used

  • The Teacher (VideoMAE): Think of this as a student who has already watched millions of hours of general videos (like movies and sports) and learned how to recognize actions. The researchers took this "super-student" and gave them a crash course specifically on sign language videos.
  • The Textbook (The Dataset): They didn't have a whole library of sign language videos to work with due to computer storage limits. Instead, they used a small, curated "study guide" from IIT Madras. It contained videos of just 13 specific signs (like "loud," "quiet," "hat," "dress," "deaf," "blind").
  • The Test: They split their small study guide into a "practice test" (training) and a "final exam" (validation).

How It Performed: The Report Card

The results were a mix of "A-plus" and "needs improvement," which is common when learning a new skill with limited practice.

  • The Practice Run (Training): The AI studied the 13 signs and got 99% accuracy. It was like a student who memorized the flashcards perfectly.
  • The Final Exam (Validation): When tested on new, unseen videos, the accuracy dropped to 78%. This is still a solid score, but it shows the AI was a bit too focused on memorizing the practice cards rather than truly understanding the concept.

Where the AI Got Stuck (The Glitches):
The paper highlights two specific types of confusion, like a student mixing up similar-looking words:

  1. The "Clothing" Mix-up: The AI sometimes confused signs for clothing items. For example, it might mistake a sign for a "Hat" for a "Dress" or a "Shirt" for a "Suit." This makes sense because these signs often involve similar hand movements near the head or torso.
  2. The "Feeling" Mix-up: The AI struggled with abstract concepts like "Beautiful," "Ugly," "Deaf," and "Blind." It often confused these with each other or with the word "Sad." The researchers suspect this is because these signs rely heavily on facial expressions, and the AI didn't have enough examples to learn the subtle differences.

The Demo: A User-Friendly Tool

The team didn't just stop at the math; they built a Streamlit app (a simple web interface).

  • How it works: A user uploads a short video of someone signing.
  • What happens: The app extracts 16 frames (like taking 16 quick snapshots), runs them through the AI, and displays the result.
  • The Output: It shows the English word (e.g., "Happy") and immediately translates it into Hindi, Telugu, and Bengali scripts.

The Limitations: What This System Can't Do Yet

The authors are very honest about the boundaries of their work. This is not a magic wand that can translate a whole conversation yet.

  • One Word at a Time: The system only understands isolated words (like "Hat"). It cannot understand a full sentence like "I am wearing a hat." It's like a dictionary that knows words but not grammar.
  • Small Vocabulary: It only knows 13 specific words. If you sign something else, it won't know what to do.
  • No Real-Time Speed: It's designed to process uploaded videos, not to watch a live signer and translate instantly in real-time.
  • Context Issues: Because it translates single words, it can get confused. For example, the word "Suit" could mean a piece of clothing or the phrase "to suit someone." Without a full sentence, the computer has to guess.

The Bottom Line

This paper is a proof-of-concept. It proves that you can take a powerful video AI, teach it a few sign language words, and connect it to a translation AI to bridge the gap between sign language and regional Indian languages. While it's not ready to replace a human interpreter in a courtroom or hospital yet, it's a working prototype that shows the path forward for making technology more accessible to the deaf and hard-of-hearing community in India.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →