paper-with-me

홈 › Papers

Multi-Speaker ASR Combining Non-Autoregressive Conformer CTC and Conditional Speaker Chain

2021-06-16 · Pengcheng Guo, Xuankai Chang, Shinji Watanabe, Lei Xie

Non-autoregressive (NAR) models have achieved a large inference computation reduction and comparable results with autoregressive (AR) models on various sequence to sequence tasks. However, there has been limited research aiming to explore the NAR approaches on sequence to multi-sequence problems, like multi-speaker automatic speech recognition (ASR). In this study, we extend our proposed conditional chain model to NAR multi-speaker ASR. Specifically, the output of each speaker is inferred one-by-one using both the input mixture speech and previously-estimated conditional speaker features. In each step, a NAR connectionist temporal classification (CTC) encoder is used to perform parallel computation. With this design, the total inference steps will be restricted to the number of mixed speakers. Besides, we also adopt the Conformer and incorporate an intermediate CTC loss to improve the performance. Experiments on WSJ0-Mix and LibriMix corpora show that our model outperforms other NAR models with only a slight increase of latency, achieving WERs of 22.3% and 24.9%, respectively. Moreover, by including the data of variable numbers of speakers, our model can even better than the PIT-Conformer AR model with only 1/7 latency, obtaining WERs of 19.9% and 34.3% on WSJ0-2mix and WSJ0-3mix sets. All of our codes are publicly available at https://github.com/pengchengguo/espnet/tree/conditional-multispk.

📄 PDF Abstract BibTeX arXiv:2106.08595

Code (1)

pengchengguo/espnet 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

CTC Loss 설명 없음

Similar Papers 제목 키워드 기반

Conformer-based Target-Speaker Automatic Speech Recognition for Single-Channel Audio

2023-08-09 · Yang Zhang, Krishna C. Puvvada, Vitaly Lavrukhin, Boris Ginsburg

We propose CONF-TSASR, a non-autoregressive end-to-end time-frequency domain architecture for single-channel target-speaker automatic speech recognition (TS-ASR). The model consists of a TitaNet based speaker embedding m…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Speaker-conditioning Single-channel Target Speaker Extraction using Conformer-based Architectures

2022-05-27 · Ragini Sinha, Marvin Tammen, Christian Rollwage, Simon Doclo

Target speaker extraction aims at extracting the target speaker from a mixture of multiple speakers exploiting auxiliary information about the target speaker. In this paper, we consider a complete time-domain target spea…

Target Speaker Extraction

Non-autoregressive sequence-to-sequence voice conversion

2021-04-14 · Tomoki Hayashi, Wen-Chin Huang, Kazuhiro Kobayashi, Tomoki Toda

This paper proposes a novel voice conversion (VC) method based on non-autoregressive sequence-to-sequence (NAR-S2S) models. Inspired by the great success of NAR-S2S models such as FastSpeech in text-to-speech (TTS), we e…

text-to-speechText to SpeechVoice Conversion

Non-autoregressive End-to-end Speech Translation with Parallel Autoregressive Rescoring

2021-09-09 · Hirofumi Inaguma, Yosuke Higuchi, Kevin Duh, Tatsuya Kawahara 외

This article describes an efficient end-to-end speech translation (E2E-ST) framework based on non-autoregressive (NAR) models. End-to-end speech translation models have several advantages over traditional cascade systems…

CPUDecoderLanguage ModellingTranslation

Confidence Score Based Conformer Speaker Adaptation for Speech Recognition

2022-06-24 · Jiajun Deng, Xurong Xie, Tianzi Wang, Mingyu Cui 외

A key challenge for automatic speech recognition (ASR) systems is to model the speaker level variability. In this paper, compact speaker dependent learning hidden unit contributions (LHUC) are used to facilitate both spe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1