paper-with-me

홈 › Papers

CASS-NAT: CTC Alignment-based Single Step Non-autoregressive Transformer for Speech Recognition

2020-10-28 · Ruchao Fan, Wei Chu, Peng Chang, Jing Xiao

We propose a CTC alignment-based single step non-autoregressive transformer (CASS-NAT) for speech recognition. Specifically, the CTC alignment contains the information of (a) the number of tokens for decoder input, and (b) the time span of acoustics for each token. The information are used to extract acoustic representation for each token in parallel, referred to as token-level acoustic embedding which substitutes the word embedding in autoregressive transformer (AT) to achieve parallel generation in decoder. During inference, an error-based alignment sampling method is proposed to be applied to the CTC output space, reducing the WER and retaining the parallelism as well. Experimental results show that the proposed method achieves WERs of 3.8%/9.1% on Librispeech test clean/other dataset without an external LM, and a CER of 5.8% on Aishell1 Mandarin corpus, respectively1. Compared to the AT baseline, the CASS-NAT has a performance reduction on WER, but is 51.2x faster in terms of RTF. When decoding with an oracle CTC alignment, the lower bound of WER without LM reaches 2.3% on the test-clean set, indicating the potential of the proposed method.

📄 PDF Abstract BibTeX arXiv:2010.14725

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

An Improved Single Step Non-autoregressive Transformer for Automatic Speech Recognition

2021-06-18 · Ruchao Fan, Wei Chu, Peng Chang, Jing Xiao 외

Non-autoregressive mechanisms can significantly decrease inference time for speech transformers, especially when the single step variant is applied. Previous work on CTC alignment-based single step non-autoregressive tra…

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

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

UniEnc-CASSNAT: An Encoder-only Non-autoregressive ASR for Speech SSL Models

2024-02-14 · Ruchao Fan, Natarajan Balaji Shanka, Abeer Alwan

Non-autoregressive automatic speech recognition (NASR) models have gained attention due to their parallelism and fast inference. The encoder-based NASR, e.g. connectionist temporal classification (CTC), can be initialize…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

Non-Autoregressive Machine Translation with Latent Alignments

2020-04-16 · EMNLP 2020 11 · Chitwan Saharia, William Chan, Saurabh Saxena, Mohammad Norouzi

This paper presents two strong methods, CTC and Imputer, for non-autoregressive machine translation that model latent alignments with dynamic programming. We revisit CTC for machine translation and demonstrate that a sim…

Machine TranslationTranslation

CarcassFormer: An End-to-end Transformer-based Framework for Simultaneous Localization, Segmentation and Classification of Poultry Carcass Defect

2024-04-17 · Minh Tran, Sang Truong, Arthur F. A. Fernandes, Michael T. Kidd 외

In the food industry, assessing the quality of poultry carcasses during processing is a crucial step. This study proposes an effective approach for automating the assessment of carcass quality without requiring skilled l…

Defect Detection