ASLGSDJul 2, 2021

Dual Causal/Non-Causal Self-Attention for Streaming End-to-End Speech Recognition

arXiv:2107.01269v125 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of low-latency speech recognition for real-time applications, offering an incremental improvement over existing streaming methods.

The paper tackled the challenge of applying self-attention to streaming end-to-end speech recognition, where words must be recognized quickly after being spoken, by proposing the dual causal/non-causal self-attention architecture, which improved ASR performance over restricted self-attention and achieved competitive results compared to chunk-based methods, with state-of-the-art results on LibriSpeech, HKUST, and Switchboard tasks.

Attention-based end-to-end automatic speech recognition (ASR) systems have recently demonstrated state-of-the-art results for numerous tasks. However, the application of self-attention and attention-based encoder-decoder models remains challenging for streaming ASR, where each word must be recognized shortly after it was spoken. In this work, we present the dual causal/non-causal self-attention (DCN) architecture, which in contrast to restricted self-attention prevents the overall context to grow beyond the look-ahead of a single layer when used in a deep architecture. DCN is compared to chunk-based and restricted self-attention using streaming transformer and conformer architectures, showing improved ASR performance over restricted self-attention and competitive ASR results compared to chunk-based self-attention, while providing the advantage of frame-synchronous processing. Combined with triggered attention, the proposed streaming end-to-end ASR systems obtained state-of-the-art results on the LibriSpeech, HKUST, and Switchboard ASR tasks.

Foundations

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

Your Notes