paper-with-me

홈 › 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 training) models for German syllable recognition on the Verbmobil corpus. The results show that explicitly modeling prior knowledge is still valuable in building recognition systems. With a strong language model (LM) based on syllables, the structured approach significantly outperforms the end-to-end model. The best word error rate (WER) regarding syllables was achieved using kaldi with a 4-gram LM, modeling all syllables observed in the training set. It achieved 10.0% WER w.r.t. the syllables, compared to the end-to-end approach where the best WER was 27.53%. The work presented here has implications for building future recognition systems that operate independent of a large vocabulary, as typically used in a tasks such as recognition of syllabic or agglutinative languages, out-of-vocabulary techniques, keyword search indexing and medical speech processing.

📄 PDF Abstract BibTeX arXiv:1909.12232

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Syllabification by Phone Categorization

2018-07-15 · Jacob Krantz, Maxwell Dulin, Paul De Palma, Mark VanDam

Syllables play an important role in speech synthesis, speech recognition, and spoken document retrieval. A novel, low cost, and language agnostic approach to dividing words into their corresponding syllables is presented…

Retrievalspeech-recognitionSpeech RecognitionSpeech Synthesis

Syllable based DNN-HMM Cantonese Speech to Text System

2024-02-13 · LREC 2016 5 · Timothy Wong, Claire Li, Sam Lam, Billy Chiu 외

This paper reports our work on building up a Cantonese Speech-to-Text (STT) system with a syllable based acoustic model. This is a part of an effort in building a STT system to aid dyslexic students who have cognitive de…

speech-recognitionSpeech RecognitionSpeech-to-Text

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

Initial Comparison of Linguistic Networks Measures for Parallel Texts

2014-05-08 · Kristina Ban, Ana Meštrović, Sanda Martinčić-Ipšić

This paper presents preliminary results of Croatian syllable networks analysis. Syllable network is a network in which nodes are syllables and links between them are constructed according to their connections within word…

Clustering

Syllable-Based Sequence-to-Sequence Speech Recognition with the Transformer in Mandarin Chinese

2018-04-28 · Shiyu Zhou, Linhao Dong, Shuang Xu, Bo Xu

Sequence-to-sequence attention-based models have recently shown very promising results on automatic speech recognition (ASR) tasks, which integrate an acoustic, pronunciation and language model into a single neural netwo…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+7