paper-with-me

Papers

Multi-Stream Keypoint Attention Network for Sign Language Recognition and Translation

2024-05-09 · Mo Guan, Yan Wang, Guangkun Ma, Jiarui Liu, Mingzu Sun

Sign language serves as a non-vocal means of communication, transmitting information and significance through gestures, facial expressions, and bodily movements. The majority of current approaches for sign language recognition (SLR) and translation rely on RGB video inputs, which are vulnerable to fluctuations in the background. Employing a keypoint-based strategy not only mitigates the effects of background alterations but also substantially diminishes the computational demands of the model. Nevertheless, contemporary keypoint-based methodologies fail to fully harness the implicit knowledge embedded in keypoint sequences. To tackle this challenge, our inspiration is derived from the human cognition mechanism, which discerns sign language by analyzing the interplay between gesture configurations and supplementary elements. We propose a multi-stream keypoint attention network to depict a sequence of keypoints produced by a readily available keypoint estimator. In order to facilitate interaction across multiple streams, we investigate diverse methodologies such as keypoint fusion strategies, head fusion, and self-distillation. The resulting framework is denoted as MSKA-SLR, which is expanded into a sign language translation (SLT) model through the straightforward addition of an extra translation network. We carry out comprehensive experiments on well-known benchmarks like Phoenix-2014, Phoenix-2014T, and CSL-Daily to showcase the efficacy of our methodology. Notably, we have attained a novel state-of-the-art performance in the sign language translation task of Phoenix-2014T. The code and models can be accessed at: https://github.com/sutwangyan/MSKA.

📄 PDF Abstract BibTeX arXiv:2405.05672

Code (1)

sutwangyan/MSKA 공식 구현 pytorch

Tasks

Sign Language RecognitionSign Language TranslationTranslation

Similar Papers 제목 키워드 기반

A Streamlined Attention-Based Network for Descriptor Extraction

2026-01-19 · Mattia D'Urso, Emanuele Santellani, Christian Sormann, Mattia Rossi 외 arxiv

We introduce SANDesc, a Streamlined Attention-Based Network for Descriptor extraction that aims to improve on existing architectures for keypoint description. Our descriptor network learns to compute descriptors that imp…

Computational EfficiencyImage Matching

STARK: Spatio-Temporal Attention for Representation of Keypoints for Continuous Sign Language Recognition

2026-03-17 · Suvajit Patra, Soumitra Samanta arxiv

Continuous Sign Language Recognition (CSLR) is a crucial task for understanding the languages of deaf communities. Contemporary keypoint-based approaches typically rely on spatio-temporal encoding, where spatial interact…

Sign Language Recognition

TAIHRI: Task-Aware 3D Human Keypoints Localization for Close-Range Human-Robot Interaction

2026-04-10 · Ao Li, Yonggen Ling, Yiyang Lin, Yuji Wang 외 arxiv

Accurate 3D human keypoints localization is a critical technology enabling robots to achieve natural and safe physical interaction with users. Conventional 3D human keypoints estimation methods primarily focus on the who…

Human Mesh Recovery

SCAPE: A Simple and Strong Category-Agnostic Pose Estimator

2024-07-18 · Yujia Liang, Zixuan Ye, Wenze Liu, Hao Lu

Category-Agnostic Pose Estimation (CAPE) aims to localize keypoints on an object of any category given few exemplars in an in-context manner. Prior arts involve sophisticated designs, e.g., sundry modules for similarity …

Category-Agnostic Pose EstimationPose Estimation

Attend to Who You Are: Supervising Self-Attention for Keypoint Detection and Instance-Aware Association

2021-11-25 · Sen yang, Zhicheng Wang, Ze Chen, YanJie Li 외

This paper presents a new method to solve keypoint detection and instance association by using Transformer. For bottom-up multi-person pose estimation models, they need to detect keypoints and learn associative informati…

Instance SegmentationKeypoint DetectionMulti-Person Pose EstimationPose Estimation+1