Beam Search Decoding using Manner of Articulation Detection Knowledge Derived from Connectionist Temporal Classification
Manner of articulation detection using deep neural networks require a priori knowledge of the attribute discriminative features or the decent phoneme alignments. However generating an appropriate phoneme alignment is complex and its performance depends on the choice of optimal number of senones, Gaussians, etc. In the first part of our work, we exploit the manner of articulation detection using connectionist temporal classification (CTC) which doesn't need any phoneme alignment. Later we modify the state-of-the-art character based posteriors generated by CTC using the manner of articulation CTC detector. Beam search decoding is performed on the modified posteriors and it's impact on open source datasets such as AN4 and LibriSpeech is observed.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeGeneral ClassificationManner Of Articulation DetectionSimilar Papers 제목 키워드 기반
Attention model for articulatory features detection
Articulatory distinctive features, as well as phonetic transcription, play important role in speech-related tasks: computer-assisted pronunciation training, text-to-speech conversion (TTS), studying speech production mec…
Manner Of Articulation Detectionmodelspeech-recognitionSpeech Recognition+2WIND: Accelerated RNN-T Decoding with Windowed Inference for Non-blank Detection
We propose Windowed Inference for Non-blank Detection (WIND), a novel strategy that significantly accelerates RNN-T inference without compromising model accuracy. During model inference, instead of processing frames sequ…
A Continuous Relaxation of Beam Search for End-to-end Training of Neural Sequence Models
Beam search is a desirable choice of test-time decoding algorithm for neural sequence models because it potentially avoids search errors made by simpler greedy methods. However, typical cross entropy training procedures …
CCG SupertaggingMotion Segmentationnamed-entity-recognitionNamed Entity Recognition+1Language-Informed Beam Search Decoding for Multilingual Machine Translation
Beam search decoding is the de-facto method for decoding auto-regressive Neural Machine Translation (NMT) models, including multilingual NMT where the target language is specified as an input. However, decoding multiling…
Language IdentificationMachine TranslationNMTTranslationEfficient Beam Search for Large Language Models Using Trie-Based Decoding
In Transformer-based sequence-to-sequence generation, beam search has proven effective in enhancing the quality of generated sequences compared to greedy decoding. Conventional beam search methods typically adopt either …