paper-with-me

Papers

Self-Attention Networks for Connectionist Temporal Classification in Speech Recognition

2019-01-22 · Julian Salazar, Katrin Kirchhoff, Zhiheng Huang

The success of self-attention in NLP has led to recent applications in end-to-end encoder-decoder architectures for speech recognition. Separately, connectionist temporal classification (CTC) has matured as an alignment-free, non-autoregressive approach to sequence transduction, either by itself or in various multitask and decoding frameworks. We propose SAN-CTC, a deep, fully self-attentional network for CTC, and show it is tractable and competitive for end-to-end speech recognition. SAN-CTC trains quickly and outperforms existing CTC models and most encoder-decoder models, with character error rates (CERs) of 4.7% in 1 day on WSJ eval92 and 2.8% in 1 week on LibriSpeech test-clean, with a fixed architecture and one GPU. Similar improvements hold for WERs after LM decoding. We motivate the architecture for speech, evaluate position and downsampling approaches, and explore how label alphabets (character, phoneme, subword) affect attention heads and performance.

📄 PDF Abstract BibTeX arXiv:1901.10055

Code (1)

aaaceo890/Attention pytorch

Tasks

ClassificationDecoderGeneral ClassificationGPUPositionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Adding Connectionist Temporal Summarization into Conformer to Improve Its Decoder Efficiency For Speech Recognition

2022-04-08 · Nick J. C. Wang, Zongfeng Quan, Shaojun Wang, Jing Xiao

The Conformer model is an excellent architecture for speech recognition modeling that effectively utilizes the hybrid losses of connectionist temporal classification (CTC) and attention to train model parameters. To impr…

Decoderspeech-recognitionSpeech Recognition

Do End-to-End Speech Recognition Models Care About Context?

2021-02-17 · Lasse Borgholt, Jakob Drachmann Havtorn, Željko Agić, Anders Søgaard 외

The two most common paradigms for end-to-end speech recognition are connectionist temporal classification (CTC) and attention-based encoder-decoder (AED) models. It has been argued that the latter is better suited for le…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

Advancing Connectionist Temporal Classification With Attention Modeling

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

In this study, we propose advancing all-neural speech recognition by directly incorporating attention modeling within the Connectionist Temporal Classification (CTC) framework. In particular, we derive new context vector…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2

Advancing Speech Recognition With No Speech Or With Noisy Speech

2019-06-17 · Gautam Krishna, Co Tran, Mason Carnahan, Ahmed H. Tewfik

In this paper we demonstrate end-to-end continuous speech recognition (CSR) using electroencephalography (EEG) signals with no speech signal as input. An attention model based automatic speech recognition (ASR) and conne…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)EEGElectroencephalogram (EEG)+3

FastInject: Injecting Unpaired Text Data into CTC-based ASR training

2023-12-14 · Keqi Deng, Philip C. Woodland

Recently, connectionist temporal classification (CTC)-based end-to-end (E2E) automatic speech recognition (ASR) models have achieved impressive results, especially with the development of self-supervised learning. Howeve…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognition+1