English

Bifocal Neural ASR: Exploiting Keyword Spotting for Inference Optimization

Audio and Speech Processing 2021-08-05 v1 Sound

Abstract

We present Bifocal RNN-T, a new variant of the Recurrent Neural Network Transducer (RNN-T) architecture designed for improved inference time latency on speech recognition tasks. The architecture enables a dynamic pivot for its runtime compute pathway, namely taking advantage of keyword spotting to select which component of the network to execute for a given audio frame. To accomplish this, we leverage a recurrent cell we call the Bifocal LSTM (BFLSTM), which we detail in the paper. The architecture is compatible with other optimization strategies such as quantization, sparsification, and applying time-reduction layers, making it especially applicable for deployed, real-time speech recognition settings. We present the architecture and report comparative experimental results on voice-assistant speech recognition tasks. Specifically, we show our proposed Bifocal RNN-T can improve inference cost by 29.1% with matching word error rates and only a minor increase in memory size.

Keywords

Cite

@article{arxiv.2108.01704,
  title  = {Bifocal Neural ASR: Exploiting Keyword Spotting for Inference Optimization},
  author = {Jonathan Macoskey and Grant P. Strimel and Ariya Rastrow},
  journal= {arXiv preprint arXiv:2108.01704},
  year   = {2021}
}

Comments

Accepted at ICASSP 2021

R2 v1 2026-06-24T04:48:15.771Z