REVIEW 4 cited by
Transformer-Transducer: End-to-End Speech Recognition with Self-Attention
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
We explore options to use Transformer networks in neural transducer for end-to-end speech recognition. Transformer networks use self-attention for sequence modeling and comes with advantages in parallel computation and capturing contexts. We propose 1) using VGGNet with causal convolution to incorporate positional information and reduce frame rate for efficient inference 2) using truncated self-attention to enable streaming for Transformer and reduce computational complexity. All experiments are conducted on the public LibriSpeech corpus. The proposed Transformer-Transducer outperforms neural transducer with LSTM/BLSTM networks and achieved word error rates of 6.37 % on the test-clean set and 15.30 % on the test-other set, while remaining streamable, compact with 45.7M parameters for the entire system, and computationally efficient with complexity of O(T), where T is input sequence length.
Forward citations
Cited by 4 Pith papers
-
Progressive Alignment Objectives for Aligner-Encoder based ASR
InterAligner and InterCTC enable progressive alignment in Aligner-Encoder ASR, lowering LibriSpeech WER from 5.0/7.8 to 3.1/5.6 with gains on long utterances.
-
WhisperRT -- Turning Whisper into a Causal Streaming Model
WhisperRT converts Whisper to a causal streaming ASR model via encoder causality, decoder synchronization on partial states, and fine-tuning, achieving better performance than non-fine-tuned streaming methods on sub-3...
-
Progressive Alignment Objectives for Aligner-Encoder based ASR
InterAligner adds progressive intermediate alignment objectives plus InterCTC to Aligner-Encoder ASR, cutting WER from 5.0/7.8 to 3.1/5.6 on LibriSpeech test-clean/other with largest gains on long utterances.
-
Exploring Cross-Utterance Speech Contexts for Conformer-Transducer Speech Recognition Systems
Adding cross-utterance audio context to Conformer-Transducer ASR reduces WER/CER by 0.5 to 1.1 absolute points on four benchmarks, and a splicing-based batch scheme cuts training time by up to about 19%.
Discussion (0). Sign in to comment.