CLSDASMar 29, 2022

Streaming parallel transducer beam search with fast-slow cascaded encoders

arXiv:2203.15773v117 citations
Originality Highly original
AI Analysis

This work improves streaming ASR for applications with strict latency constraints, such as edge devices, by offering a novel method that enhances accuracy while maintaining low computation and memory costs.

The paper tackles the accuracy-latency trade-off in streaming automatic speech recognition (ASR) by proposing a parallel beam search algorithm with fast-slow cascaded encoders, achieving up to 20% word error rate reduction on datasets like Librispeech with minimal latency increase.

Streaming ASR with strict latency constraints is required in many speech recognition applications. In order to achieve the required latency, streaming ASR models sacrifice accuracy compared to non-streaming ASR models due to lack of future input context. Previous research has shown that streaming and non-streaming ASR for RNN Transducers can be unified by cascading causal and non-causal encoders. This work improves upon this cascaded encoders framework by leveraging two streaming non-causal encoders with variable input context sizes that can produce outputs at different audio intervals (e.g. fast and slow). We propose a novel parallel time-synchronous beam search algorithm for transducers that decodes from fast-slow encoders, where the slow encoder corrects the mistakes generated from the fast encoder. The proposed algorithm, achieves up to 20% WER reduction with a slight increase in token emission delays on the public Librispeech dataset and in-house datasets. We also explore techniques to reduce the computation by distributing processing between the fast and slow encoders. Lastly, we explore sharing the parameters in the fast encoder to reduce the memory footprint. This enables low latency processing on edge devices with low computation cost and a low memory footprint.

Foundations

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

Your Notes