paper-with-me

Papers

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 explicitly hypothesizes segments, have allowed the exploration of rich segment features for sequence prediction. However, segmental models suffer from slow decoding, hampering the use of computationally expensive features. In this thesis, we introduce discriminative segmental cascades, a multi-pass inference framework that allows us to improve accuracy by adding higher-order features and neural segmental features while maintaining efficiency. We also show that instead of including more features to obtain better accuracy, segmental cascades can be used to speed up training and decoding. Segmental models, similarly to conventional speech recognizers, are typically trained in multiple stages. In the first stage, a frame classifier is trained with manual alignments, and then in the second stage, segmental models are trained with manual alignments and the out- puts of the frame classifier. However, obtaining manual alignments are time-consuming and expensive. We explore end-to-end training for segmental models with various loss functions, and show how end-to-end training with marginal log loss can eliminate the need for detailed manual alignments. We draw the connections between the marginal log loss and a popular end-to-end training approach called connectionist temporal classification. We present a unifying framework for various end-to-end graph search-based models, such as hidden Markov models, connectionist temporal classification, and segmental models. Finally, we discuss possible extensions of segmental models to large-vocabulary sequence prediction tasks.

📄 PDF Abstract BibTeX arXiv:1709.01572

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationPrediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

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

Whole-Word Segmental Speech Recognition with Acoustic Word Embeddings

2020-07-01 · Bowen Shi, Shane Settle, Karen Livescu

Segmental models are sequence prediction models in which scores of hypotheses are based on entire variable-length segments of frames. We consider segmental models for whole-word ("acoustic-to-word") speech recognition, w…

GPUspeech-recognitionSpeech RecognitionWord Embeddings

Robust Time-Series Retrieval Using Probabilistic Adaptive Segmental Alignment

2016-09-26 · Shahriar Shariat, Vladimir Pavlovic

Traditional pairwise sequence alignment is based on matching individual samples from two sequences, under time monotonicity constraints. However, in many application settings matching subsequences (segments) instead of i…

Computational EfficiencyEEGElectroencephalogram (EEG)General Classification+3

Segmental Audio Word2Vec: Representing Utterances as Sequences of Vectors with Applications in Spoken Term Detection

2018-08-07 · Yu-Hsuan Wang, Hung-Yi Lee, Lin-shan Lee

While Word2Vec represents words (in text) as vectors carrying semantic information, audio Word2Vec was shown to be able to represent signal segments of spoken words as vectors carrying phonetic structure information. Aud…

Reinforcement LearningSegmentation