CVOct 7, 2020

Super-Human Performance in Online Low-latency Recognition of Conversational Speech

arXiv:2010.03449v543 citations
Originality Highly original
AI Analysis

This work addresses the problem of real-time, low-latency speech recognition for conversational applications, representing a significant advance over prior methods that required full utterance processing.

The paper tackles the challenge of achieving super-human performance in conversational speech recognition while minimizing latency, and presents a system that attains a word error rate of 5.0% on the Switchboard benchmark with a latency of only 1 second.

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 recognition result can be output. In this paper, we address performance as well as latency. We present results for a system that can achieve super-human performance (at a WER of 5.0%, over the Switchboard conversational benchmark) at a word based latency of only 1 second behind a speaker's speech. The system uses multiple attention-based encoder-decoder networks integrated within a novel low latency incremental inference approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes