CLAIOct 22, 2020

A Technical Report: BUT Speech Translation Systems

arXiv:2010.11593v1
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in speech translation systems for English-to-German offline translation, representing an incremental improvement over existing methods.

The paper tackles performance degradation in speech translation when using ASR hypotheses instead of oracle text by jointly training ASR and MT modules with an auxiliary ASR loss, achieving improved results through ensembling.

The paper describes the BUT's speech translation systems. The systems are English$\longrightarrow$German offline speech translation systems. The systems are based on our previous works \cite{Jointly_trained_transformers}. Though End-to-End and cascade~(ASR-MT) spoken language translation~(SLT) systems are reaching comparable performances, a large degradation is observed when translating ASR hypothesis compared to the oracle input text. To reduce this performance degradation, we have jointly-trained ASR and MT modules with ASR objective as an auxiliary loss. Both the networks are connected through the neural hidden representations. This model has an End-to-End differentiable path with respect to the final objective function and also utilizes the ASR objective for better optimization. During the inference both the modules(i.e., ASR and MT) are connected through the hidden representations corresponding to the n-best hypotheses. Ensembling with independently trained ASR and MT models have further improved the performance of the system.

Foundations

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

Your Notes