paper-with-me

홈 › Papers

Techniques for Vocabulary Expansion in Hybrid Speech Recognition Systems

2020-03-19 · Nikolay Malkovsky, Vladimir Bataev, Dmitrii Sviridkin, Natalia Kizhaeva, Aleksandr Laptev, Ildar Valiev, Oleg Petrov

The problem of out of vocabulary words (OOV) is typical for any speech recognition system, hybrid systems are usually constructed to recognize a fixed set of words and rarely can include all the words that will be encountered during exploitation of the system. One of the popular approach to cover OOVs is to use subword units rather then words. Such system can potentially recognize any previously unseen word if the word can be constructed from present subword units, but also non-existing words can be recognized. The other popular approach is to modify HMM part of the system so that it can be easily and effectively expanded with custom set of words we want to add to the system. In this paper we explore different existing methods of this solution on both graph construction and search method levels. We also present a novel vocabulary expansion techniques which solve some common internal subroutine problems regarding recognition graph processing.

📄 PDF Abstract BibTeX arXiv:2003.09024

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

A Comparison of Hybrid and End-to-End Models for Syllable Recognition

2019-09-19 · Sebastian P. Bayerl, Korbinian Riedhammer

This paper presents a comparison of a traditional hybrid speech recognition system (kaldi using WFST and TDNN with lattice-free MMI) and a lexicon-free end-to-end (TensorFlow implementation of multi-layer LSTM with CTC t…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Automatic Speech Recognition And Limited Vocabulary: A Survey

2021-08-23 · Jean Louis K. E. Fendji, Diane C. M. Tala, Blaise O. Yenke, Marcellin Atemkeng

Automatic Speech Recognition (ASR) is an active field of research due to its large number of applications and the proliferation of interfaces or computing devices that can support speech processing. However, the bulk of …

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

Syllable Subword Tokens for Open Vocabulary Speech Recognition in Malayalam

2023-01-17 · Kavya Manohar, A. R. Jayan, Rajeev Rajan

In a hybrid automatic speech recognition (ASR) system, a pronunciation lexicon (PL) and a language model (LM) are essential to correctly retrieve spoken word sequences. Being a morphologically complex language, the vocab…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

Large vocabulary speech recognition for languages of Africa: multilingual modeling and self-supervised learning

2022-08-05 · Sandy Ritchie, You-Chi Cheng, Mingqing Chen, Rajiv Mathews 외

Almost none of the 2,000+ languages spoken in Africa have widely available automatic speech recognition systems, and the required data is also only available for a few languages. We have experimented with two techniques …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognition+1

Domain Expansion in DNN-based Acoustic Models for Robust Speech Recognition

2019-10-01 · Shahram Ghorbani, Soheil Khorram, John H. L. Hansen

Training acoustic models with sequentially incoming data -- while both leveraging new data and avoiding the forgetting effect-- is an essential obstacle to achieving human intelligence level in speech recognition. An obv…

Robust Speech Recognitionspeech-recognitionSpeech Recognition