paper-with-me

홈 › Papers

Advancing Acoustic-to-Word CTC Model

2018-03-15 · Jinyu Li, Guoli Ye, Amit Das, Rui Zhao, Yifan Gong

The acoustic-to-word model based on the connectionist temporal classification (CTC) criterion was shown as a natural end-to-end (E2E) model directly targeting words as output units. However, the word-based CTC model suffers from the out-of-vocabulary (OOV) issue as it can only model limited number of words in the output layer and maps all the remaining words into an OOV output node. Hence, such a word-based CTC model can only recognize the frequent words modeled by the network output nodes. Our first attempt to improve the acoustic-to-word model is a hybrid CTC model which consults a letter-based CTC when the word-based CTC model emits OOV tokens during testing time. Then, we propose a much better solution by training a mixed-unit CTC model which decomposes all the OOV words into sequences of frequent words and multi-letter units. Evaluated on a 3400 hours Microsoft Cortana voice assistant task, the final acoustic-to-word solution improves the baseline word-based CTC by relative 12.09% word error rate (WER) reduction when combined with our proposed attention CTC. Such an E2E model without using any language model (LM) or complex decoder outperforms the traditional context-dependent phoneme CTC which has strong LM and decoder by relative 6.79%.

📄 PDF Abstract BibTeX arXiv:1803.05566

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modellingmodel

Similar Papers 제목 키워드 기반

Advancing Acoustic-to-Word CTC Model with Attention and Mixed-Units

2018-12-31 · Amit Das, Jinyu Li, Guoli Ye, Rui Zhao 외

The acoustic-to-word model based on the Connectionist Temporal Classification (CTC) criterion is a natural end-to-end (E2E) system directly targeting word as output unit. Two issues exist in the system: first, the curren…

DecoderLanguage ModelingLanguage Modelling

Dataset of British English speech recordings for psychoacoustics and speech processing research

2022-02-15 · Data in Brief 2022 2 · Trevor John Cox, Simone Graetzer, Michael A Akeroyd, Jonathan Barker 외

The Clarity Speech Corpus is a forty speaker British English speech dataset. The corpus was created for the purpose of running listening tests to gauge speech intelligibility and quality in the Clarity Project, which has…

Sentence

From Silent Signals to Natural Language: A Dual-Stage Transformer-LLM Approach

2025-09-02 · Nithyashree Sivasubramaniam arxiv

Silent Speech Interfaces (SSIs) have gained attention for their ability to generate intelligible speech from non-acoustic signals. While significant progress has been made in advancing speech generation pipelines, limite…

Speech Recognition

Acoustic Data-Driven Subword Modeling for End-to-End Speech Recognition

2021-04-19 · Wei Zhou, Mohammad Zeineldeen, Zuoyun Zheng, Ralf Schlüter 외

Subword units are commonly used for end-to-end automatic speech recognition (ASR), while a fully acoustic-oriented subword modeling approach is somewhat missing. We propose an acoustic data-driven subword modeling (ADSM)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Segmentationspeech-recognition+2

Acoustically Grounded Word Embeddings for Improved Acoustics-to-Word Speech Recognition

2019-03-29 · Shane Settle, Kartik Audhkhasi, Karen Livescu, Michael Picheny

Direct acoustics-to-word (A2W) systems for end-to-end automatic speech recognition are simpler to train, and more efficient to decode with, than sub-word systems. However, A2W systems can have difficulties at training ti…

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