ASSDAug 3, 2021

Amortized Neural Networks for Low-Latency Speech Recognition

arXiv:2108.01553v120 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges in automatic speech recognition, making it more practical for real-time applications, though it is incremental as it builds on existing RNN-T and optimization techniques.

The authors tackled the problem of high compute cost and latency in speech recognition by introducing Amortized Neural Networks (AmNets) applied to RNN-T, achieving up to 45% reduction in inference cost and near real-time latency without accuracy loss on LibriSpeech data.

We introduce Amortized Neural Networks (AmNets), a compute cost- and latency-aware network architecture particularly well-suited for sequence modeling tasks. We apply AmNets to the Recurrent Neural Network Transducer (RNN-T) to reduce compute cost and latency for an automatic speech recognition (ASR) task. The AmNets RNN-T architecture enables the network to dynamically switch between encoder branches on a frame-by-frame basis. Branches are constructed with variable levels of compute cost and model capacity. Here, we achieve variable compute for two well-known candidate techniques: one using sparse pruning and the other using matrix factorization. Frame-by-frame switching is determined by an arbitrator network that requires negligible compute overhead. We present results using both architectures on LibriSpeech data and show that our proposed architecture can reduce inference cost by up to 45\% and latency to nearly real-time without incurring a loss in accuracy.

Foundations

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

Your Notes