paper-with-me

홈 › Papers

Connectionist Temporal Fusion for Sign Language Translation

2018-10-01 · ACM MM 2018 10 · Wang, Shuo; Guo, Dan; Zhou, Wen gang; Zha, Zheng jun; Wang, Meng

Continuous sign language translation (CSLT) is a weakly supervised problem aiming at translating vision-based videos into natural languages under complicated sign linguistics, where the ordered words in a sentence label have no exact boundary of each sign action in the video. This paper proposes a hybrid deep architecture which consists of a temporal convolution module (TCOV), a bidirectional gated recurrent unit module (BGRU), and a fusion layer module (FL) to address the CSLT problem. TCOV captures short-term temporal transition on adjacent clip features (local pattern), while BGRU keeps the long-term context transition across temporal dimension (global pattern). FL concatenates the feature embedding of TCOV and BGRU to learn their complementary relationship (mutual pattern). Thus we propose a joint connectionist temporal fusion (CTF) mechanism to utilize the merit of each module. The proposed joint CTC loss optimization and deep classification score-based decoding fusion strategy are designed to boost performance. With only once training, our model under the CTC constraints achieves comparable performance to other existing methods with multiple EM iterations. Experiments are tested and verified on a benchmark, \emph{i.e.} the RWTH-PHOENIX-Weather dataset, which demonstrate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSign Language RecognitionSign Language TranslationTranslation

Similar Papers 제목 키워드 기반

End-to-End Non-Autoregressive Neural Machine Translation with Connectionist Temporal Classification

2018-11-12 · Jindřich Libovický, Jindřich Helcl

Autoregressive decoding is the only part of sequence-to-sequence models that prevents them from massive parallelization at inference time. Non-autoregressive models enable the decoder to generate all output symbols indep…

DecoderGeneral ClassificationMachine TranslationTranslation

End-to-End Non-Autoregressive Neural Machine Translation with Connectionist Temporal Classification

2018-10-01 · EMNLP 2018 10 · Jind{\v{r}}ich Libovick{\'y}, Jind{\v{r}}ich Helcl

Autoregressive decoding is the only part of sequence-to-sequence models that prevents them from massive parallelization at inference time. Non-autoregressive models enable the decoder to generate all output symbols indep…

DecoderGeneral ClassificationMachine TranslationTranslation

Simultaneous Neural Machine Translation using Connectionist Temporal Classification

2019-11-27 · Katsuki Chousa, Katsuhito Sudoh, Satoshi Nakamura

Simultaneous machine translation is a variant of machine translation that starts the translation process before the end of an input. This task faces a trade-off between translation accuracy and latency. We have to determ…

ClassificationGeneral ClassificationMachine TranslationTranslation

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

2020-03-30 · CVPR 2020 6 · Necati Cihan Camgoz, Oscar Koller, Simon Hadfield, Richard Bowden

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 st…

Sign Language RecognitionSign Language TranslationTranslation

Transformer-Encoder Trees for Efficient Multilingual Machine Translation and Speech Translation

2025-09-22 · Yiwen Guan, Jacob Whitehill arxiv

Multilingual translation suffers from computational redundancy, especially when translating into multiple languages simultaneously. In addition, translation quality can suffer for low-resource languages. To address this,…

Machine TranslationSpeech Recognition