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

A Simple Multi-Modality Transfer Learning Baseline for Sign Language Translation

About

This paper proposes a simple transfer learning baseline for sign language translation. Existing sign language datasets (e.g. PHOENIX-2014T, CSL-Daily) contain only about 10K-20K pairs of sign videos, gloss annotations and texts, which are an order of magnitude smaller than typical parallel data for training spoken language translation models. Data is thus a bottleneck for training effective sign language translation models. To mitigate this problem, we propose to progressively pretrain the model from general-domain datasets that include a large amount of external supervision to within-domain datasets. Concretely, we pretrain the sign-to-gloss visual network on the general domain of human actions and the within-domain of a sign-to-gloss dataset, and pretrain the gloss-to-text translation network on the general domain of a multilingual corpus and the within-domain of a gloss-to-text corpus. The joint model is fine-tuned with an additional module named the visual-language mapper that connects the two networks. This simple baseline surpasses the previous state-of-the-art results on two sign language translation benchmarks, demonstrating the effectiveness of transfer learning. With its simplicity and strong performance, this approach can serve as a solid baseline for future research. Code and models are available at: https://github.com/FangyunWei/SLRT.

Yutong Chen, Fangyun Wei, Xiao Sun, Zhirong Wu, Stephen Lin• 2022

Related benchmarks

TaskDatasetResultRank
Continuous Sign Language RecognitionPHOENIX 2014 (dev)
Word Error Rate21.9
188
Continuous Sign Language RecognitionPHOENIX-2014 (test)
WER22.5
185
Sign Language TranslationPHOENIX-2014T (test)
BLEU-428.39
159
Sign Language TranslationPHOENIX-2014T (dev)
BLEU-4 Score27.61
111
Sign Language TranslationCSL-Daily (test)
BLEU-423.92
99
Sign Language TranslationCSL-Daily (dev)
ROUGE53.38
80
Continuous Sign Language RecognitionPHOENIX14-T (dev)
WER21.9
75
Sign Language TranslationPHOENIX14T (test)
BLEU-428.39
50
Continuous Sign Language RecognitionPHOENIX-2014T (test)
WER22.5
43
Sign Language RecognitionPHOENIX-2014T (test)
WER0.225
41
Showing 10 of 13 rows

Other info

Code

Follow for update