pith. sign in

arxiv: 2011.00747 · v1 · pith:KFDJZBMPnew · submitted 2020-11-02 · 💻 cs.CL · cs.SD· eess.AS

Dual-decoder Transformer for Joint Automatic Speech Recognition and Multilingual Speech Translation

classification 💻 cs.CL cs.SDeess.AS
keywords modelsspeecharchitecturedecodersdual-decodermultilingualtransformertranslation
0
0 comments X
read the original abstract

We introduce dual-decoder Transformer, a new model architecture that jointly performs automatic speech recognition (ASR) and multilingual speech translation (ST). Our models are based on the original Transformer architecture (Vaswani et al., 2017) but consist of two decoders, each responsible for one task (ASR or ST). Our major contribution lies in how these decoders interact with each other: one decoder can attend to different information sources from the other via a dual-attention mechanism. We propose two variants of these architectures corresponding to two different levels of dependencies between the decoders, called the parallel and cross dual-decoder Transformers, respectively. Extensive experiments on the MuST-C dataset show that our models outperform the previously-reported highest translation performance in the multilingual settings, and outperform as well bilingual one-to-one results. Furthermore, our parallel models demonstrate no trade-off between ASR and ST compared to the vanilla multi-task architecture. Our code and pre-trained models are available at https://github.com/formiel/speech-translation.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Overcoming Decoder Inconsistencies in Whisper for Dravidian and Low-Resource Languages

    cs.CL 2026-06 unverdicted novelty 4.0

    Proposes Weighted-Attention and Self-Conditioning to reduce decoder inconsistencies and WER in Whisper for Dravidian and low-resource languages.