SDCLASFeb 23, 2021

Memory-efficient Speech Recognition on Smart Devices

arXiv:2102.11531v111 citations
AI Analysis

This work addresses energy efficiency and memory constraints for speech recognition on low-power smart devices, representing an incremental improvement.

The paper tackled the problem of high memory access costs in recurrent transducer models for speech recognition on smart devices, resulting in a 4.5x reduction in off-chip memory accesses and a 2x reduction in model size with minimal accuracy impact.

Recurrent transducer models have emerged as a promising solution for speech recognition on the current and next generation smart devices. The transducer models provide competitive accuracy within a reasonable memory footprint alleviating the memory capacity constraints in these devices. However, these models access parameters from off-chip memory for every input time step which adversely effects device battery life and limits their usability on low-power devices. We address transducer model's memory access concerns by optimizing their model architecture and designing novel recurrent cell designs. We demonstrate that i) model's energy cost is dominated by accessing model weights from off-chip memory, ii) transducer model architecture is pivotal in determining the number of accesses to off-chip memory and just model size is not a good proxy, iii) our transducer model optimizations and novel recurrent cell reduces off-chip memory accesses by 4.5x and model size by 2x with minimal accuracy impact.

Foundations

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

Your Notes