paper-with-me

Papers

Minimum word error training for non-autoregressive Transformer-based code-switching ASR

2021-10-07 · Yizhou Peng, Jicheng Zhang, HaiHua Xu, Hao Huang, Eng Siong Chng

Non-autoregressive end-to-end ASR framework might be potentially appropriate for code-switching recognition task thanks to its inherent property that present output token being independent of historical ones. However, it still under-performs the state-of-the-art autoregressive ASR frameworks. In this paper, we propose various approaches to boosting the performance of a CTC-mask-based nonautoregressive Transformer under code-switching ASR scenario. To begin with, we attempt diversified masking method that are closely related with code-switching point, yielding an improved baseline model. More importantly, we employ MinimumWord Error (MWE) criterion to train the model. One of the challenges is how to generate a diversified hypothetical space, so as to obtain the average loss for a given ground truth. To address such a challenge, we explore different approaches to yielding desired N-best-based hypothetical space. We demonstrate the efficacy of the proposed methods on SEAME corpus, a challenging English-Mandarin code-switching corpus for Southeast Asia community. Compared with the crossentropy-trained strong baseline, the proposed MWE training method achieves consistent performance improvement on the test sets.

📄 PDF Abstract BibTeX arXiv:2110.03573

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

On Minimum Word Error Rate Training of the Hybrid Autoregressive Transducer

2020-10-23 · Liang Lu, Zhong Meng, Naoyuki Kanda, Jinyu Li 외

Hybrid Autoregressive Transducer (HAT) is a recently proposed end-to-end acoustic model that extends the standard Recurrent Neural Network Transducer (RNN-T) for the purpose of the external language model (LM) fusion. In…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Paraformer: Fast and Accurate Parallel Transformer for Non-autoregressive End-to-End Speech Recognition

2022-06-16 · Zhifu Gao, Shiliang Zhang, Ian McLoughlin, Zhijie Yan

Transformers have recently dominated the ASR field. Although able to yield good performance, they involve an autoregressive (AR) decoder to generate tokens one by one, which is computationally inefficient. To speed up in…

DecoderLanguage Modellingspeech-recognitionSpeech Recognition

Streaming Align-Refine for Non-autoregressive Deliberation

2022-04-15 · Weiran Wang, Ke Hu, Tara N. Sainath

We propose a streaming non-autoregressive (non-AR) decoding algorithm to deliberate the hypothesis alignment of a streaming RNN-T model. Our algorithm facilitates a simple greedy decoding procedure, and at the same time …

Decoder

A CTC Alignment-based Non-autoregressive Transformer for End-to-end Automatic Speech Recognition

2023-04-15 · Ruchao Fan, Wei Chu, Peng Chang, Abeer Alwan

Recently, end-to-end models have been widely used in automatic speech recognition (ASR) systems. Two of the most representative approaches are connectionist temporal classification (CTC) and attention-based encoder-decod…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+4

Retrieving Sequential Information for Non-Autoregressive Neural Machine Translation

2019-06-22 · ACL 2019 7 · Chenze Shao, Yang Feng, Jinchao Zhang, Fandong Meng 외

Non-Autoregressive Transformer (NAT) aims to accelerate the Transformer model through discarding the autoregressive mechanism and generating target words independently, which fails to exploit the target sequential inform…

DecoderMachine TranslationSentenceTranslation