CVCLHCLGMar 30, 2020

Sign Language Transformers: Joint End-to-end Sign Language Recognition and Translation

arXiv:2003.13830v1729 citations
AI Analysis

This work addresses the challenge of translating sign language to spoken language without requiring ground-truth timing information, which is a significant advancement for accessibility technologies, though it builds on prior methods.

The paper tackles the problem of sign language translation by introducing a transformer-based architecture that jointly learns continuous sign language recognition and translation in an end-to-end manner, achieving state-of-the-art results with a BLEU-4 score improvement from 9.58 to 21.80 on the PHOENIX14T dataset.

Prior work on Sign Language Translation has shown that having a mid-level sign gloss representation (effectively recognizing the individual signs) improves the translation performance drastically. In fact, the current state-of-the-art in translation requires gloss level tokenization in order to work. We introduce a novel transformer based architecture that jointly learns Continuous Sign Language Recognition and Translation while being trainable in an end-to-end manner. This is achieved by using a Connectionist Temporal Classification (CTC) loss to bind the recognition and translation problems into a single unified architecture. This joint approach does not require any ground-truth timing information, simultaneously solving two co-dependant sequence-to-sequence learning problems and leads to significant performance gains. We evaluate the recognition and translation performances of our approaches on the challenging RWTH-PHOENIX-Weather-2014T (PHOENIX14T) dataset. We report state-of-the-art sign language recognition and translation results achieved by our Sign Language Transformers. Our translation networks outperform both sign video to spoken language and gloss to spoken language translation models, in some cases more than doubling the performance (9.58 vs. 21.80 BLEU-4 Score). We also share new baseline translation results using transformer networks for several other text-to-text sign language translation tasks.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes