paper-with-me

Papers

Efficient Segmental Cascades for Speech Recognition

2016-08-02 · Hao Tang, Weiran Wang, Kevin Gimpel, Karen Livescu

Discriminative segmental models offer a way to incorporate flexible feature functions into speech recognition. However, their appeal has been limited by their computational requirements, due to the large number of possible segments to consider. Multi-pass cascades of segmental models introduce features of increasing complexity in different passes, where in each pass a segmental model rescores lattices produced by a previous (simpler) segmental model. In this paper, we explore several ways of making segmental cascades efficient and practical: reducing the feature set in the first pass, frame subsampling, and various pruning approaches. In experiments on phonetic recognition, we find that with a combination of such techniques, it is possible to maintain competitive performance while greatly reducing decoding, pruning, and training time.

📄 PDF Abstract BibTeX arXiv:1608.00929

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Discriminative Segmental Cascades for Feature-Rich Phone Recognition

2015-07-22 · Hao Tang, Weiran Wang, Kevin Gimpel, Karen Livescu

Discriminative segmental models, such as segmental conditional random fields (SCRFs) and segmental structured support vector machines (SSVMs), have had success in speech recognition via both lattice rescoring and first-p…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition+1

Sequence Prediction with Neural Segmental Models

2017-09-05 · Hao Tang

Segments that span contiguous parts of inputs, such as phonemes in speech, named entities in sentences, actions in videos, occur frequently in sequence prediction problems. Segmental models, a class of models that explic…

General ClassificationPrediction

Automatic recognition of suprasegmentals in speech

2021-08-02 · Jiahong Yuan, Neville Ryant, Xingyu Cai, Kenneth Church 외

This study reports our efforts to improve automatic recognition of suprasegmentals by fine-tuning wav2vec 2.0 with CTC, a method that has been successful in automatic speech recognition. We demonstrate that the method ca…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Phoneme Recognitionspeech-recognition+1

Monotonic segmental attention for automatic speech recognition

2022-10-26 · Albert Zeyer, Robin Schmitt, Wei Zhou, Ralf Schlüter 외

We introduce a novel segmental-attention model for automatic speech recognition. We restrict the decoder attention to segments to avoid quadratic runtime of global attention, better generalize to long sequences, and even…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderSpeech Recognition

End-to-End Neural Segmental Models for Speech Recognition

2017-08-01 · Hao Tang, Liang Lu, Lingpeng Kong, Kevin Gimpel 외

Segmental models are an alternative to frame-based models for sequence prediction, where hypothesized path weights are based on entire segment scores rather than a single frame at a time. Neural segmental models are segm…

Decoderspeech-recognitionSpeech Recognition