paper-with-me

홈 › Papers

Stacked Acoustic-and-Textual Encoding: Integrating the Pre-trained Models into Speech Translation Encoders

2021-05-12 · ACL 2021 5 · Chen Xu, Bojie Hu, Yanyang Li, Yuhao Zhang, Shen Huang, Qi Ju, Tong Xiao, Jingbo Zhu

Encoder pre-training is promising in end-to-end Speech Translation (ST), given the fact that speech-to-translation data is scarce. But ST encoders are not simple instances of Automatic Speech Recognition (ASR) or Machine Translation (MT) encoders. For example, we find that ASR encoders lack the global context representation, which is necessary for translation, whereas MT encoders are not designed to deal with long but locally attentive acoustic sequences. In this work, we propose a Stacked Acoustic-and-Textual Encoding (SATE) method for speech translation. Our encoder begins with processing the acoustic sequence as usual, but later behaves more like an MT encoder for a global representation of the input sequence. In this way, it is straightforward to incorporate the pre-trained models into the system. Also, we develop an adaptor module to alleviate the representation inconsistency between the pre-trained ASR encoder and MT encoder, and develop a multi-teacher knowledge distillation method to preserve the pre-training knowledge. Experimental results on the LibriSpeech En-Fr and MuST-C En-De ST tasks show that our method achieves state-of-the-art BLEU scores of 18.3 and 25.2. To our knowledge, we are the first to develop an end-to-end ST system that achieves comparable or even better BLEU performance than the cascaded ST counterpart when large-scale ASR and MT data is available.

📄 PDF Abstract BibTeX arXiv:2105.05752

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationMachine Translationspeech-recognitionSpeech RecognitionTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

The NiuTrans End-to-End Speech Translation System for IWSLT 2021 Offline Task

2021-07-06 · ACL (IWSLT) 2021 8 · Chen Xu, Xiaoqian Liu, Xiaowen Liu, Laohu Wang 외

This paper describes the submission of the NiuTrans end-to-end speech translation system for the IWSLT 2021 offline task, which translates from the English audio to German text directly without intermediate transcription…

PositionTranslation

Progressive Down-Sampling for Acoustic Encoding

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

In acoustic encoding, the fine-grained frame-level features are not suited for capturing global dependencies. But condensing them into a semantically complete representation by stacked down-sampling does not work well. W…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Disentangling Textual and Acoustic Features of Neural Speech Representations

2024-10-03 · Hosein Mohebbi, Grzegorz Chrupała, Willem Zuidema, Afra Alishahi 외

Neural speech models build deeply entangled internal representations, which capture a variety of features (e.g., fundamental frequency, loudness, syntactic category, or semantic content of a word) in a distributed encodi…

DisentanglementEmotion RecognitionSpeaker Identification

A predictive learning model can simulate temporal dynamics and context effects found in neural representations of continuous speech

2024-05-13 · Oli Danyi Liu, Hao Tang, Naomi Feldman, Sharon Goldwater

Speech perception involves storing and integrating sequentially presented items. Recent work in cognitive neuroscience has identified temporal and contextual characteristics in humans' neural encoding of speech that may …

Stacked Convolutional Deep Encoding Network for Video-Text Retrieval

2020-04-10 · Rui Zhao, Kecheng Zheng, Zheng-Jun Zha

Existing dominant approaches for cross-modal video-text retrieval task are to learn a joint embedding space to measure the cross-modal similarity. However, these methods rarely explore long-range dependency inside video …

Language ModelingLanguage ModellingRetrievalText Retrieval+1