paper-with-me

홈 › Papers

Dynamic Acoustic Unit Augmentation With BPE-Dropout for Low-Resource End-to-End Speech Recognition

2021-03-12 · Aleksandr Laptev, Andrei Andrusenko, Ivan Podluzhny, Anton Mitrofanov, Ivan Medennikov, Yuri Matveev

With the rapid development of speech assistants, adapting server-intended automatic speech recognition (ASR) solutions to a direct device has become crucial. Researchers and industry prefer to use end-to-end ASR systems for on-device speech recognition tasks. This is because end-to-end systems can be made resource-efficient while maintaining a higher quality compared to hybrid systems. However, building end-to-end models requires a significant amount of speech data. Another challenging task associated with speech assistants is personalization, which mainly lies in handling out-of-vocabulary (OOV) words. In this work, we consider building an effective end-to-end ASR system in low-resource setups with a high OOV rate, embodied in Babel Turkish and Babel Georgian tasks. To address the aforementioned problems, we propose a method of dynamic acoustic unit augmentation based on the BPE-dropout technique. It non-deterministically tokenizes utterances to extend the token's contexts and to regularize their distribution for the model's recognition of unseen words. It also reduces the need for optimal subword vocabulary size search. The technique provides a steady improvement in regular and personalized (OOV-oriented) speech recognition tasks (at least 6% relative WER and 25% relative F-score) at no additional computational cost. Owing to the use of BPE-dropout, our monolingual Turkish Conformer established a competitive result with 22.2% character error rate (CER) and 38.9% word error rate (WER), which is close to the best published multilingual system.

📄 PDF Abstract BibTeX arXiv:2103.07186

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Automatic Speech Recognition for Humanitarian Applications in Somali

2018-07-23 · Raghav Menon, Astik Biswas, Armin Saeb, John Quinn 외

We present our first efforts in building an automatic speech recognition system for Somali, an under-resourced language, using 1.57 hrs of annotated speech for acoustic model training. The system is part of an ongoing ef…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationHumanitarian+5

Sample Dropout for Audio Scene Classification Using Multi-Scale Dense Connected Convolutional Neural Network

2018-06-12 · Dawei Feng, Kele Xu, Haibo Mi, Feifan Liao 외

Acoustic scene classification is an intricate problem for a machine. As an emerging field of research, deep Convolutional Neural Networks (CNN) achieve convincing results. In this paper, we explore the use of multi-scale…

Acoustic Scene ClassificationClassificationData AugmentationGeneral Classification+1

Data augmentation instead of explicit regularization

2018-06-11 · ICLR 2018 1 · Alex Hernández-García, Peter König

Contrary to most machine learning models, modern deep artificial neural networks typically include multiple components that contribute to regularization. Despite the fact that some (explicit) regularization techniques, s…

Data AugmentationObject Categorization

Gated ConvNets for Letter-Based ASR

2018-01-01 · ICLR 2018 1 · Vitaliy Liptchinsky, Gabriel Synnaeve, Ronan Collobert

In this paper we introduce a new speech recognition system, leveraging a simple letter-based ConvNet acoustic model. The acoustic model requires only audio transcription for training -- no alignment annotations, nor any …

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

An Empirical Evaluation of Zero Resource Acoustic Unit Discovery

2017-02-05 · Chunxi Liu, Jinyi Yang, Ming Sun, Santosh Kesiraju 외

Acoustic unit discovery (AUD) is a process of automatically identifying a categorical acoustic unit inventory from speech and producing corresponding acoustic unit tokenizations. AUD provides an important avenue for unsu…

Acoustic Unit Discovery