paper-with-me

Papers

Non-Parametric Domain Adaptation for End-to-End Speech Translation

2022-05-23 · Yichao Du, Weizhi Wang, Zhirui Zhang, Boxing Chen, Tong Xu, Jun Xie, Enhong Chen

End-to-End Speech Translation (E2E-ST) has received increasing attention due to the potential of its less error propagation, lower latency, and fewer parameters. However, the effectiveness of neural-based approaches to this task is severely limited by the available training corpus, especially for domain adaptation where in-domain triplet training data is scarce or nonexistent. In this paper, we propose a novel non-parametric method that leverages domain-specific text translation corpus to achieve domain adaptation for the E2E-ST system. To this end, we first incorporate an additional encoder into the pre-trained E2E-ST model to realize text translation modelling, and then unify the decoder's output representation for text and speech translation tasks by reducing the correspondent representation mismatch in available triplet training data. During domain adaptation, a k-nearest-neighbor (kNN) classifier is introduced to produce the final translation distribution using the external datastore built by the domain-specific text translation corpus, while the universal output representation is adopted to perform a similarity search. Experiments on the Europarl-ST benchmark demonstrate that when in-domain text translation data is involved only, our proposed approach significantly improves baseline by 12.82 BLEU on average in all translation directions, even outperforming the strong in-domain fine-tuning method.

📄 PDF Abstract BibTeX arXiv:2205.11211

Code (1)

duyichao/npda-knn-st 공식 구현 pytorch

Tasks

Domain AdaptationTranslationTriplet

Similar Papers 제목 키워드 기반

Non-Parametric Domain Adaptation for End-to-End Speech Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The end-to-end speech translation (E2E-ST) has received increasing attention due to the potential of its less error propagation, lower latency, and fewer parameters. However, the effectiveness of neural-based approaches …

Domain AdaptationTranslationTriplet

kNN For Whisper And Its Effect On Bias And Speaker Adaptation

2024-10-24 · Maya K. Nachesa, Vlad Niculae

Speech recognition performance varies by language, domain, and speaker characteristics such as accent, but fine-tuning a model on any of these categories may lead to catastrophic forgetting. Token-level $k$ nearest neigh…

Machine Translationspeech-recognitionSpeech RecognitionText Generation

NAIST's Machine Translation Systems for IWSLT 2020 Conversational Speech Translation Task

2020-07-01 · WS 2020 7 · Ryo Fukuda, Katsuhito Sudoh, Satoshi Nakamura

This paper describes NAIST{'}s NMT system submitted to the IWSLT 2020 conversational speech translation task. We focus on the translation disfluent speech transcripts that include ASR errors and non-grammatical utterance…

Domain AdaptationMachine TranslationNMTStyle Transfer+1

Non-Parametric Adaptation for Neural Machine Translation

2019-02-28 · NAACL 2019 6 · Ankur Bapna, Orhan Firat

Neural Networks trained with gradient descent are known to be susceptible to catastrophic forgetting caused by parameter shift during the training process. In the context of Neural Machine Translation (NMT) this results …

Domain AdaptationMachine TranslationNMTRetrieval+3

English-Indonesian Neural Machine Translation for Spoken Language Domains

2019-07-01 · ACL 2019 7 · Meisyarah Dwiastuti

In this work, we conduct a study on Neural Machine Translation (NMT) for English-Indonesian (EN-ID) and Indonesian-English (ID-EN). We focus on spoken language domains, namely colloquial and speech languages. We build NM…

Domain AdaptationMachine TranslationNMTTranslation