paper-with-me

Papers

Multitask Learning and Joint Optimization for Transformer-RNN-Transducer Speech Recognition

2020-11-02 · Jae-Jin Jeon, Eesung Kim

Recently, several types of end-to-end speech recognition methods named transformer-transducer were introduced. According to those kinds of methods, transcription networks are generally modeled by transformer-based neural networks, while prediction networks could be modeled by either transformers or recurrent neural networks (RNN). This paper explores multitask learning, joint optimization, and joint decoding methods for transformer-RNN-transducer systems. Our proposed methods have the main advantage in that the model can maintain information on the large text corpus. We prove their effectiveness by performing experiments utilizing the well-known ESPNET toolkit for the widely used Librispeech datasets. We also show that the proposed methods can reduce word error rate (WER) by 16.6 % and 13.3 % for test-clean and test-other datasets, respectively, without changing the overall model structure nor exploiting an external LM.

📄 PDF Abstract BibTeX arXiv:2011.00771

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Hierarchical Feature Fusion Hierarchical Feature Fusion (HFF) is a feature fusion method employed in ESP and EESP image…
Kaiming Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ESP 설명 없음
PReLU A Parametric Rectified Linear Unit, or PReLU, is an activation function that generalizes the traditional rectified unit with a slope for negative values.…

Similar Papers 제목 키워드 기반

PolySpeech: Exploring Unified Multitask Speech Models for Competitiveness with Single-task Models

2024-06-12 · Runyan Yang, Huibao Yang, Xiqing Zhang, Tiantian Ye 외

Recently, there have been attempts to integrate various speech processing tasks into a unified model. However, few previous works directly demonstrated that joint optimization of diverse tasks in multitask speech models …

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition+1

Context-Aware Transformer Transducer for Speech Recognition

2021-11-05 · Feng-Ju Chang, Jing Liu, Martin Radfar, Athanasios Mouchtaris 외

End-to-end (E2E) automatic speech recognition (ASR) systems often have difficulty recognizing uncommon words, that appear infrequently in the training data. One promising method, to improve the recognition accuracy on su…

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

Speech-T: Transducer for Text to Speech and Beyond

2021-12-01 · NeurIPS 2021 12 · Jiawei Chen, Xu Tan, Yichong Leng, Jin Xu 외

Neural Transducer (e.g., RNN-T) has been widely used in automatic speech recognition (ASR) due to its capabilities of efficiently modeling monotonic alignments between input and output sequences and naturally supporting …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Sentencespeech-recognition+3

Large-Scale Streaming End-to-End Speech Translation with Neural Transducers

2022-04-11 · Jian Xue, Peidong Wang, Jinyu Li, Matt Post 외

Neural transducers have been widely used in automatic speech recognition (ASR). In this paper, we introduce it to streaming end-to-end speech translation (ST), which aims to convert audio signals to texts in other langua…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2

Research on Modeling Units of Transformer Transducer for Mandarin Speech Recognition

2020-04-26 · Li Fu, Xiaoxiao Li, Libo Zi

Modeling unit and model architecture are two key factors of Recurrent Neural Network Transducer (RNN-T) in end-to-end speech recognition. To improve the performance of RNN-T for Mandarin speech recognition task, a novel …

speech-recognitionSpeech Recognition