paper-with-me

홈 › Papers

SLGTformer: An Attention-Based Approach to Sign Language Recognition

2022-12-21 · Neil Song, Yu Xiang

Sign language is the preferred method of communication of deaf or mute people, but similar to any language, it is difficult to learn and represents a significant barrier for those who are hard of hearing or unable to speak. A person's entire frontal appearance dictates and conveys specific meaning. However, this frontal appearance can be quantified as a temporal sequence of human body pose, leading to Sign Language Recognition through the learning of spatiotemporal dynamics of skeleton keypoints. We propose a novel, attention-based approach to Sign Language Recognition exclusively built upon decoupled graph and temporal self-attention: the Sign Language Graph Time Transformer (SLGTformer). SLGTformer first deconstructs spatiotemporal pose sequences separately into spatial graphs and temporal windows. SLGTformer then leverages novel Learnable Graph Relative Positional Encodings (LGRPE) to guide spatial self-attention with the graph neighborhood context of the human skeleton. By modeling the temporal dimension as intra- and inter-window dynamics, we introduce Temporal Twin Self-Attention (TTSA) as the combination of locally-grouped temporal attention (LTA) and global sub-sampled temporal attention (GSTA). We demonstrate the effectiveness of SLGTformer on the World-Level American Sign Language (WLASL) dataset, achieving state-of-the-art performance with an ensemble-free approach on the keypoint modality. The code is available at https://github.com/neilsong/slt

📄 PDF Abstract BibTeX arXiv:2212.10746

Code (1)

neilsong/slt 공식 구현 pytorch

Tasks

Sign Language Recognition

Methods 이 논문이 사용한 방법론

American 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Context Matters: Self-Attention for Sign Language Recognition

2021-01-12 · Fares Ben Slimane, Mohamed Bouguessa

This paper proposes an attentional network for the task of Continuous Sign Language Recognition. The proposed approach exploits co-independent streams of data to model the sign language modalities. These different channe…

Sign Language Recognition

Modeling the Impact of Visual Brand Language on Attention, Object Recognition, and Memory Retrieval

2026-07-03 · Rachel F. Heaton, John E. Hummel arxiv

Visual brand language is the set of visual properties that convey brand identity for a product. What is the impact of visual brand language on a person's ability to recognize and understand the functional identity of an …

Object Recognition

Isolated Sign Recognition from RGB Video using Pose Flow and Self-Attention

2021-06-11 · Computer Vision and Pattern Recognition Workshops (CVPRW) 2021 6 · Mathieu De Coster, Mieke Van Herreweghe, Joni Dambre

Automatic sign language recognition lies at the intersection of natural language processing (NLP) and computer vision. The highly successful transformer architectures, based on multi-head attention, originate from the fi…

Action RecognitionSign Language RecognitionVideo Understanding

FusionEnsemble-Net: An Attention-Based Ensemble of Spatiotemporal Networks for Multimodal Sign Language Recognition

2025-08-12 · Md. Milon Islam, Md Rezwanul Haque, S M Taslim Uddin Raju, Fakhri Karray arxiv

Accurate recognition of sign language in healthcare communication poses a significant challenge, requiring frameworks that can accurately interpret complex multimodal gestures. To deal with this, we propose FusionEnsembl…

Sign Language RecognitionGesture Recognition

A Comparative Analysis of Recurrent and Attention Architectures for Isolated Sign Language Recognition

2025-11-17 · Nigar Alishzade, Gulchin Abdullayeva arxiv

This study presents a systematic comparative analysis of recurrent and attention-based neural architectures for isolated sign language recognition. We implement and evaluate two representative models-ConvLSTM and Vanilla…

Sign Language RecognitionComputational Efficiency