paper-with-me

홈 › Papers

American Sign Language to Text Translation using Transformer and Seq2Seq with LSTM

2024-09-17 · Gregorius Guntur Sunardi Putra, Adifa Widyadhani Chanda D'Layla, Dimas Wahono, Riyanarto Sarno, Agus Tri Haryono

Sign language translation is one of the important issues in communication between deaf and hearing people, as it expresses words through hand, body, and mouth movements. American Sign Language is one of the sign languages used, one of which is the alphabetic sign. The development of neural machine translation technology is moving towards sign language translation. Transformer became the state-of-the-art in natural language processing. This study compares the Transformer with the Sequence-to-Sequence (Seq2Seq) model in translating sign language to text. In addition, an experiment was conducted by adding Residual Long Short-Term Memory (ResidualLSTM) in the Transformer. The addition of ResidualLSTM to the Transformer reduces the performance of the Transformer model by 23.37% based on the BLEU Score value. In comparison, the Transformer itself increases the BLEU Score value by 28.14 compared to the Seq2Seq model.

📄 PDF Abstract BibTeX arXiv:2409.10874

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSign Language TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
American 설명 없음
Tanh Activation 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Sigmoid Activation 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Fingerspelling PoseNet: Enhancing Fingerspelling Translation with Pose-Based Transformer Models

2023-11-20 · Pooya Fayyazsanavi, Negar Nejatishahidin, Jana Kosecka

We address the task of American Sign Language fingerspelling translation using videos in the wild. We exploit advances in more accurate hand pose estimation and propose a novel architecture that leverages the transformer…

DecoderHand Pose EstimationLanguage ModelingLanguage Modelling+4

ADAT: Time-Series-Aware Adaptive Transformer Architecture for Sign Language Translation

2025-04-16 · Nada Shahin, Leila Ismail

Current sign language machine translation systems rely on recognizing hand movements, facial expressions and body postures, and natural language processing, to convert signs into text. Recent approaches use Transformer a…

DecoderMachine TranslationSign Language TranslationTime Series+1

Machine Translation between Spoken Languages and Signed Languages Represented in SignWriting

2022-10-11 · Zifan Jiang, Amit Moryossef, Mathias Müller, Sarah Ebling

This paper presents work on novel machine translation (MT) systems between spoken and signed languages, where signed languages are represented in SignWriting, a sign language writing system. Our work seeks to address the…

Machine TranslationSign Language TranslationTranslation

Large Sign Language Models: Toward 3D American Sign Language Translation

2025-11-11 · Sen Zhang, Xiaoxiao He, Di Liu, Zhaoyang Xia 외 arxiv

We present Large Sign Language Models (LSLM), a novel framework for translating 3D American Sign Language (ASL) by leveraging Large Language Models (LLMs) as the backbone, which can benefit hearing-impaired individuals' …

Sign Language TranslationSign Language Recognition

Bidirectional American Sign Language to English Translation

2017-01-10 · Hardie Cate, Zeshan Hussain

We outline a bidirectional translation system that converts sentences from American Sign Language (ASL) to English, and vice versa. To perform machine translation between ASL and English, we utilize a generative approach…

Machine TranslationTranslationWord Alignment