paper-with-me

Papers

Efficient Transformer for Direct Speech Translation

2021-07-07 · Belen Alastruey, Gerard I. Gállego, Marta R. Costa-jussà

The advent of Transformer-based models has surpassed the barriers of text. When working with speech, we must face a problem: the sequence length of an audio input is not suitable for the Transformer. To bypass this problem, a usual approach is adding strided convolutional layers, to reduce the sequence length before using the Transformer. In this paper, we propose a new approach for direct Speech Translation, where thanks to an efficient Transformer we can work with a spectrogram without having to use convolutional layers before the Transformer. This allows the encoder to learn directly from the spectrogram and no information is lost. We have created an encoder-decoder model, where the encoder is an efficient Transformer -- the Longformer -- and the decoder is a traditional Transformer decoder. Our results, which are close to the ones obtained with the standard approach, show that this is a promising research direction.

📄 PDF Abstract BibTeX arXiv:2107.03069

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderTranslation

Methods 이 논문이 사용한 방법론

How do I complain to Expedia?*ComplainByAgent How do I complain to Expedia? To make a claim on Expedia, call +1(888) (829) (0881) OR +1(805) (330) (4056), or use their Help Center to submit your issue with full booking…
Multi-Head Attention 설명 없음
Attention 설명 없음
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 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
How do I make a claim with Expedia?*Make FastClaimService How do I make a claim with Expedia? To make a claim with Expedia, contact their support team at +1(888) (829) (0881) OR +1(805) (330) (4056), or use the Help Center to submit…

Similar Papers 제목 키워드 기반

Relative Positional Encoding for Speech Recognition and Direct Translation

2020-05-20 · Ngoc-Quan Pham, Thanh-Le Ha, Tuan-Nam Nguyen, Thai-Son Nguyen 외

Transformer models are powerful sequence-to-sequence architectures that are capable of directly mapping speech inputs to transcriptions or translations. However, the mechanism for modeling positions in this model was tai…

PositionSentenceSentence segmentationspeech-recognition+2

DASpeech: Directed Acyclic Transformer for Fast and High-quality Speech-to-Speech Translation

2023-10-11 · NeurIPS 2023 11 · Qingkai Fang, Yan Zhou, Yang Feng

Direct speech-to-speech translation (S2ST) translates speech from one language into another using a single model. However, due to the presence of linguistic and acoustic diversity, the target speech follows a complex mul…

Decoderfr-enKnowledge DistillationSpeech-to-Speech Translation+1

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

2020-10-30 · Xutai Ma, Yongqiang Wang, Mohammad Javad Dousti, Philipp Koehn 외

Transformer-based models have achieved state-of-the-art performance on speech translation tasks. However, the model architecture is not efficient enough for streaming scenarios since self-attention is computed over an en…

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

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

Leveraging Pseudo-labeled Data to Improve Direct Speech-to-Speech Translation

2022-05-18 · Qianqian Dong, Fengpeng Yue, Tom Ko, Mingxuan Wang 외

Direct Speech-to-speech translation (S2ST) has drawn more and more attention recently. The task is very challenging due to data scarcity and complex speech-to-speech mapping. In this paper, we report our recent achieveme…

Speech-to-Speech TranslationTranslation