paper-with-me

홈 › Papers

Improvement in Sign Language Translation Using Text CTC Alignment

2024-12-12 · Sihan Tan, Taro Miyazaki, Nabeela Khan, Kazuhiro Nakadai

Current sign language translation (SLT) approaches often rely on gloss-based supervision with Connectionist Temporal Classification (CTC), limiting their ability to handle non-monotonic alignments between sign language video and spoken text. In this work, we propose a novel method combining joint CTC/Attention and transfer learning. The joint CTC/Attention introduces hierarchical encoding and integrates CTC with the attention mechanism during decoding, effectively managing both monotonic and non-monotonic alignments. Meanwhile, transfer learning helps bridge the modality gap between vision and language in SLT. Experimental results on two widely adopted benchmarks, RWTH-PHOENIX-Weather 2014 T and CSL-Daily, show that our method achieves results comparable to state-of-the-art and outperforms the pure-attention baseline. Additionally, this work opens a new door for future research into gloss-free SLT using text-based CTC alignment.

📄 PDF Abstract BibTeX arXiv:2412.09014

Code (1)

Claire874/TextCTC-SLT 공식 구현

Tasks

Sign Language TranslationTransfer LearningTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Word Alignment-Based Reordering of Source Chunks in PB-SMT

2014-05-01 · LREC 2014 5 · Santanu Pal, Sudip Kumar Naskar, B, Sivaji yopadhyay

Reordering poses a big challenge in statistical machine translation between distant language pairs. The paper presents how reordering between distant language pairs can be handled efficiently in phrase-based statistical …

Machine TranslationTranslationWord Alignment

Improved Multilingual Language Model Pretraining for Social Media Text via Translation Pair Prediction

2021-10-20 · WNUT (ACL) 2021 11 · Shubhanshu Mishra, Aria Haghighi

We evaluate a simple approach to improving zero-shot multilingual transfer of mBERT on social media corpus by adding a pretraining task called translation pair prediction (TPP), which predicts whether a pair of cross-lin…

BenchmarkingLanguage ModelingLanguage ModellingNER+7

Bi-Text Alignment of Movie Subtitles for Spoken English-Arabic Statistical Machine Translation

2016-09-05 · Fahad Al-Obaidli, Stephen Cox, Preslav Nakov

We describe efforts towards getting better resources for English-Arabic machine translation of spoken text. In particular, we look at movie subtitles as a unique, rich resource, as subtitles in one language often get tra…

Machine TranslationTranslation

Single-to-mix Modality Alignment with Multimodal Large Language Model for Document Image Machine Translation

2025-07-10 · Yupu Liang, Yaping Zhang, Zhiyang Zhang, Yang Zhao 외 arxiv

Document Image Machine Translation (DIMT) aims to translate text within document images, facing generalization challenges due to limited training data and the complex interplay between visual and textual information. To …

Computational EfficiencyDomain GeneralizationMachine Translation

Automated Snippet-Alignment Data Augmentation for Code Translation

2025-10-16 · Zhiming Zhang, Qingfu Zhu, Xianzhen Luo, Yixuan Wang 외 arxiv

Code translation aims to translate the code from its source language to the target language and is used in various software development scenarios. Recent developments in Large Language Models (LLMs) have showcased their …

Data AugmentationCode Translation