Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Two-Stream Network for Sign Language Recognition and Translation

About

Sign languages are visual languages using manual articulations and non-manual elements to convey information. For sign language recognition and translation, the majority of existing approaches directly encode RGB videos into hidden representations. RGB videos, however, are raw signals with substantial visual redundancy, leading the encoder to overlook the key information for sign language understanding. To mitigate this problem and better incorporate domain knowledge, such as handshape and body movement, we introduce a dual visual encoder containing two separate streams to model both the raw videos and the keypoint sequences generated by an off-the-shelf keypoint estimator. To make the two streams interact with each other, we explore a variety of techniques, including bidirectional lateral connection, sign pyramid network with auxiliary supervision, and frame-level self-distillation. The resulting model is called TwoStream-SLR, which is competent for sign language recognition (SLR). TwoStream-SLR is extended to a sign language translation (SLT) model, TwoStream-SLT, by simply attaching an extra translation network. Experimentally, our TwoStream-SLR and TwoStream-SLT achieve state-of-the-art performance on SLR and SLT tasks across a series of datasets including Phoenix-2014, Phoenix-2014T, and CSL-Daily. Code and models are available at: https://github.com/FangyunWei/SLRT.

Yutong Chen, Ronglai Zuo, Fangyun Wei, Yu Wu, Shujie Liu, Brian Mak• 2022

Related benchmarks

TaskDatasetResultRank
Continuous Sign Language RecognitionPHOENIX 2014 (dev)
Word Error Rate17.7
188
Continuous Sign Language RecognitionPHOENIX-2014 (test)
WER18.8
185
Sign Language TranslationPHOENIX-2014T (test)
BLEU-428.95
159
Sign Language TranslationPHOENIX-2014T (dev)
BLEU-4 Score28.66
111
Sign Language TranslationCSL-Daily (test)
BLEU-425.79
99
Continuous Sign Language RecognitionCSL-Daily (dev)
Word Error Rate (WER)25.4
98
Continuous Sign Language RecognitionCSL-Daily (test)
WER25.3
91
Sign Language TranslationCSL-Daily (dev)
ROUGE55.1
80
Continuous Sign Language RecognitionPHOENIX14-T (dev)
WER17.7
75
Sign Language TranslationPHOENIX14T (test)
BLEU-428.95
50
Showing 10 of 20 rows

Other info

Code

Follow for update