paper-with-me

Papers

Transformer-based Cascaded Multimodal Speech Translation

2019-10-29 · EMNLP (IWSLT) 2019 11 · Zixiu Wu, Ozan Caglayan, Julia Ive, Josiah Wang, Lucia Specia

This paper describes the cascaded multimodal speech translation systems developed by Imperial College London for the IWSLT 2019 evaluation campaign. The architecture consists of an automatic speech recognition (ASR) system followed by a Transformer-based multimodal machine translation (MMT) system. While the ASR component is identical across the experiments, the MMT model varies in terms of the way of integrating the visual context (simple conditioning vs. attention), the type of visual features exploited (pooled, convolutional, action categories) and the underlying architecture. For the latter, we explore both the canonical transformer and its deliberation version with additive and cascade variants which differ in how they integrate the textual attention. Upon conducting extensive experiments, we found that (i) the explored visual integration schemes often harm the translation performance for the transformer and additive deliberation, but considerably improve the cascade deliberation; (ii) the transformer and cascade deliberation integrate the visual modality better than the additive deliberation, as shown by the incongruence analysis.

📄 PDF Abstract BibTeX arXiv:1910.13215

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine TranslationMultimodal Machine Translationspeech-recognitionSpeech RecognitionTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

ZJU’s IWSLT 2021 Speech Translation System

2021-08-01 · ACL (IWSLT) 2021 8 · Linlin Zhang

In this paper, we describe Zhejiang University’s submission to the IWSLT2021 Multilingual Speech Translation Task. This task focuses on speech translation (ST) research across many non-English source languages. Participa…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine TranslationNMT+3

Cascaded Cross-Modal Transformer for Audio-Textual Classification

2024-01-15 · Nicolae-Catalin Ristea, Andrei Anghel, Radu Tudor Ionescu

Speech classification tasks often require powerful language understanding models to grasp useful features, which becomes problematic when limited training data is available. To attain superior classification performance,…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Classificationspeech-recognition+1

KIT’s IWSLT 2021 Offline Speech Translation System

2021-08-01 · ACL (IWSLT) 2021 8 · Tuan Nam Nguyen, Thai Son Nguyen, Christian Huber, Ngoc-Quan Pham 외

This paper describes KIT’submission to the IWSLT 2021 Offline Speech Translation Task. We describe a system in both cascaded condition and end-to-end condition. In the cascaded condition, we investigated different end-to…

Machine Translationspeech-recognitionSpeech RecognitionText Segmentation+1

Start-Before-End and End-to-End: Neural Speech Translation by AppTek and RWTH Aachen University

2020-07-01 · WS 2020 7 · Parnia Bahar, Patrick Wilken, Tamer Alkhouli, Andreas Guta 외

AppTek and RWTH Aachen University team together to participate in the offline and simultaneous speech translation tracks of IWSLT 2020. For the offline task, we create both cascaded and end-to-end speech translation syst…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+4

OmniFusion: Simultaneous Multilingual Multimodal Translations via Modular Fusion

2025-11-28 · Sai Koneru, Matthias Huck, Jan Niehues arxiv

There has been significant progress in open-source text-only translation large language models (LLMs) with better language coverage and quality. However, these models can be only used in cascaded pipelines for speech tra…

Speech Recognition