paper-with-me

Papers

HandReader: Advanced Techniques for Efficient Fingerspelling Recognition

2025-05-15 · Pavel Korotaev, Petr Surovtsev, Alexander Kapitanov, Karina Kvanchiani, Aleksandr Nagaev

Fingerspelling is a significant component of Sign Language (SL), allowing the interpretation of proper names, characterized by fast hand movements during signing. Although previous works on fingerspelling recognition have focused on processing the temporal dimension of videos, there remains room for improving the accuracy of these approaches. This paper introduces HandReader, a group of three architectures designed to address the fingerspelling recognition task. HandReader$_{RGB}$ employs the novel Temporal Shift-Adaptive Module (TSAM) to process RGB features from videos of varying lengths while preserving important sequential information. HandReader$_{KP}$ is built on the proposed Temporal Pose Encoder (TPE) operated on keypoints as tensors. Such keypoints composition in a batch allows the encoder to pass them through 2D and 3D convolution layers, utilizing temporal and spatial information and accumulating keypoints coordinates. We also introduce HandReader_RGB+KP - architecture with a joint encoder to benefit from RGB and keypoint modalities. Each HandReader model possesses distinct advantages and achieves state-of-the-art results on the ChicagoFSWild and ChicagoFSWild+ datasets. Moreover, the models demonstrate high performance on the first open dataset for Russian fingerspelling, Znaki, presented in this paper. The Znaki dataset and HandReader pre-trained models are publicly available.

📄 PDF Abstract BibTeX arXiv:2505.10267

Code (1)

ai-forever/handreader 공식 구현 pytorch

Tasks

Sign Language Recognition

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
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 제목 키워드 기반

Fingerspelling Detection in American Sign Language

2021-04-03 · CVPR 2021 1 · Bowen Shi, Diane Brentari, Greg Shakhnarovich, Karen Livescu

Fingerspelling, in which words are signed letter by letter, is an important component of American Sign Language. Most previous work on automatic fingerspelling recognition has assumed that the boundaries of fingerspellin…

Pose Estimation

Fingerspelling within Sign Language Translation

2024-08-13 · Garrett Tanzer

Fingerspelling poses challenges for sign language processing due to its high-frequency motion and use for open-vocabulary terms. While prior work has studied fingerspelling recognition, there has been little attention to…

Sign Language TranslationTranslation

Recognising BSL Fingerspelling in Continuous Signing Sequences

2026-03-19 · Alyssa Chan, Taein Kwon, Andrew Zisserman arxiv

Fingerspelling is a critical component of British Sign Language (BSL), used to spell proper names, technical terms, and words that lack established lexical signs. Fingerspelling recognition is challenging due to the rapi…

Toward American Sign Language Processing in the Real World: Data, Tasks, and Methods

2023-08-23 · Bowen Shi

Sign language, which conveys meaning through gestures, is the chief means of communication among deaf people. Recognizing sign language in natural settings presents significant challenges due to factors such as lighting,…

Hand DetectionSign Language TranslationTranslation

American Sign Language fingerspelling recognition in the wild

2018-10-26 · Bowen Shi, Aurora Martinez Del Rio, Jonathan Keane, Jonathan Michaux 외

We address the problem of American Sign Language fingerspelling recognition in the wild, using videos collected from websites. We introduce the largest data set available so far for the problem of fingerspelling recognit…

Sign Language Recognition