← 返回论文检索
ACM Multimedia 2023Poster Session III: Understanding Multimedia Content -- Vision and Language

Towards Real-Time Sign Language Recognition and Translation on Edge Devices

Shiwei Gan, Yafeng Yin 0002, Zhiwei Jiang 0001, Lei Xie 0004, Sanglu Lu

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3581783.3611820 ↗

摘要

To provide instant communication for hearing-impaired people, it is essential to achieve real-time sign language processing anytime anywhere. Therefore, in this paper, we propose a Region-aware Temporal Graph based neural Network (RTG-Net), aiming to achieve real-time Sign Language Recognition (SLR) and Translation (SLT) on edge devices. To reduce the computation overhead, we first construct a shallow graph convolution network to reduce model size by decreasing model depth. Besides, we apply structural re-parameterization to fuse the convolutional layer, batch normalization layer and all branches to simplify model complexity by reducing model width. To achieve the high performance in sign language processing as well, we extract key regions based on keypoints in skeleton from each frame, and design a region-aware temporal graph to combine key regions and full frame for feature representation. In RTG-Net, we design a multi-stage training strategy to optimize keypoint selection, SLR and SLT step by step. Experimental results demonstrate that RTG-Net achieves comparable performance with existing methods in SLR or SLT, while greatly reducing the computation overhead and achieving real-time sign language processing on edge devices. Our code is available at https://github.com/SignLanguageCode/realtimeSLRT.