CLOct 29, 2019

Transformer-based Cascaded Multimodal Speech Translation

arXiv:1910.13215v3648 citations
Originality Synthesis-oriented
AI Analysis

This work addresses speech translation with visual cues for applications like video captioning, but it is incremental as it builds on existing cascaded systems and Transformer models.

The paper tackled multimodal speech translation by exploring different visual integration methods and Transformer architectures, finding that cascade deliberation with visual context improved performance while other methods often harmed it.

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.

Foundations

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

Your Notes