paper-with-me

Papers

Sign Language Recognition via Skeleton-Aware Multi-Model Ensemble

2021-10-12 · Songyao Jiang, Bin Sun, Lichen Wang, Yue Bai, Kunpeng Li, Yun Fu

Sign language is commonly used by deaf or mute people to communicate but requires extensive effort to master. It is usually performed with the fast yet delicate movement of hand gestures, body posture, and even facial expressions. Current Sign Language Recognition (SLR) methods usually extract features via deep neural networks and suffer overfitting due to limited and noisy data. Recently, skeleton-based action recognition has attracted increasing attention due to its subject-invariant and background-invariant nature, whereas skeleton-based SLR is still under exploration due to the lack of hand annotations. Some researchers have tried to use off-line hand pose trackers to obtain hand keypoints and aid in recognizing sign language via recurrent neural networks. Nevertheless, none of them outperforms RGB-based approaches yet. To this end, we propose a novel Skeleton Aware Multi-modal Framework with a Global Ensemble Model (GEM) for isolated SLR (SAM-SLR-v2) to learn and fuse multi-modal feature representations towards a higher recognition rate. Specifically, we propose a Sign Language Graph Convolution Network (SL-GCN) to model the embedded dynamics of skeleton keypoints and a Separable Spatial-Temporal Convolution Network (SSTCN) to exploit skeleton features. The skeleton-based predictions are fused with other RGB and depth based modalities by the proposed late-fusion GEM to provide global information and make a faithful SLR prediction. Experiments on three isolated SLR datasets demonstrate that our proposed SAM-SLR-v2 framework is exceedingly effective and achieves state-of-the-art performance with significant margins. Our code will be available at https://github.com/jackyjsy/SAM-SLR-v2

📄 PDF Abstract BibTeX arXiv:2110.06161

Code (2)

jackyjsy/sam-slr-v2 공식 구현 pytorch
jackyjsy/CVPR21Chal-SLR pytorch

Tasks

Action RecognitionSign Language RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
SLR Please enter a description about the method here
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Skeleton Aware Multi-modal Sign Language Recognition

2021-03-16 · Songyao Jiang, Bin Sun, Lichen Wang, Yue Bai 외

Sign language is commonly used by deaf or speech impaired people to communicate but requires significant effort to master. Sign Language Recognition (SLR) aims to bridge the gap between sign language users and others by …

Sign Language RecognitionSkeleton Based Action Recognition

T-MOR: Learning Motion-Aware Skeleton Representations for Human Action Recognition

2026-06-19 · Di Yang, Mahmoud Ali, Quan Kong, Gianpiero Francesca 외 arxiv

Vision-language models such as CLIP have recently achieved strong performance on a wide range of visual understanding tasks. However, most existing models rely primarily on appearance-level supervision from images or vid…

Action ClassificationContrastive LearningAction UnderstandingAction Recognition

Part-aware Unified Representation of Language and Skeleton for Zero-shot Action Recognition

2024-06-19 · CVPR 2024 1 · Anqi Zhu, Qiuhong Ke, Mingming Gong, James Bailey

While remarkable progress has been made on supervised skeleton-based action recognition, the challenge of zero-shot recognition remains relatively unexplored. In this paper, we argue that relying solely on aligning label…

Action RecognitionSkeleton Based Action RecognitionZero-Shot Action RecognitionZero-Shot Learning+1

LA-Sign: Looped Transformers with Geometry-aware Alignment for Skeleton-based Sign Language Recognition

2026-03-30 · Muxin Pu, Mei Kuan Lim, Chun Yong Chong, Chen Change Loy arxiv

Skeleton-based isolated sign language recognition (ISLR) demands fine-grained understanding of articulated motion across multiple spatial scales, from subtle finger movements to global body dynamics. Existing approaches …

Sign Language RecognitionRepresentation Learning

Dynamic Spatial-Temporal Aggregation for Skeleton-Aware Sign Language Recognition

2024-03-19 · Lianyu Hu, Liqing Gao, Zekang Liu, Wei Feng

Skeleton-aware sign language recognition (SLR) has gained popularity due to its ability to remain unaffected by background information and its lower computational requirements. Current methods utilize spatial graph modul…

Human DynamicsSign Language Recognition