paper-with-me

Papers

Monotonic segmental attention for automatic speech recognition

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

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 eventually enable streaming. We directly compare global-attention and different segmental-attention modeling variants. We develop and compare two separate time-synchronous decoders, one specifically taking the segmental nature into account, yielding further improvements. Using time-synchronous decoding for segmental models is novel and a step towards streaming applications. Our experiments show the importance of a length model to predict the segment boundaries. The final best segmental-attention model using segmental decoding performs better than global-attention, in contrast to other monotonic attention approaches in the literature. Further, we observe that the segmental model generalizes much better to long sequences of up to several minutes.

📄 PDF Abstract BibTeX arXiv:2210.14742

Code (1)

rwth-i6/returnn-experiments 공식 구현

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderSpeech Recognition

Similar Papers 제목 키워드 기반

A study of latent monotonic attention variants

2021-03-30 · Albert Zeyer, Ralf Schlüter, Hermann Ney

End-to-end models reach state-of-the-art performance for speech recognition, but global soft attention is not monotonic, which might lead to convergence problems, to instability, to bad generalisation, cannot be used for…

Hard Attentionspeech-recognitionSpeech Recognition

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

Adaptive Sparse and Monotonic Attention for Transformer-based Automatic Speech Recognition

2022-09-30 · Chendong Zhao, Jianzong Wang, Wen qi Wei, Xiaoyang Qu 외

The Transformer architecture model, based on self-attention and multi-head attention, has achieved remarkable success in offline end-to-end Automatic Speech Recognition (ASR). However, self-attention and multi-head atten…

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

Equivalence of Segmental and Neural Transducer Modeling: A Proof of Concept

2021-04-13 · Wei Zhou, Albert Zeyer, André Merboldt, Ralf Schlüter 외

With the advent of direct models in automatic speech recognition (ASR), the formerly prevalent frame-wise acoustic modeling based on hidden Markov models (HMM) diversified into a number of modeling architectures like enc…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

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 possib…

speech-recognitionSpeech Recognition