TL;DR
This paper presents a low-latency speech recognition system that achieves super-human accuracy (WER of 5.0%) on conversational speech, with only 1 second delay, using innovative attention-based models and incremental inference.
Contribution
The paper introduces a novel low-latency incremental inference method with attention-based models that surpasses human performance in conversational speech recognition.
Findings
Achieves 5.0% WER on Switchboard benchmark.
Operates with only 1 second word-based latency.
Uses multiple attention-based encoder-decoder networks with incremental inference.
Abstract
Achieving super-human performance in recognizing human speech has been a goal for several decades, as researchers have worked on increasingly challenging tasks. In the 1990's it was discovered, that conversational speech between two humans turns out to be considerably more difficult than read speech as hesitations, disfluencies, false starts and sloppy articulation complicate acoustic processing and require robust handling of acoustic, lexical and language context, jointly. Early attempts with statistical models could only reach error rates over 50% and far from human performance (WER of around 5.5%). Neural hybrid models and recent attention-based encoder-decoder models have considerably improved performance as such contexts can now be learned in an integral fashion. However, processing such contexts requires an entire utterance presentation and thus introduces unwanted delays before a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Layer Normalization · Byte Pair Encoding · Multi-Head Attention · Dropout · Label Smoothing · Attention Is All You Need
