CLLGJul 23, 2020

Applying GPGPU to Recurrent Neural Network Language Model based Fast Network Search in the Real-Time LVCSR

arXiv:2007.11794v16 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-time speech recognition for applications requiring fast and accurate processing, though it is incremental as it optimizes an existing method for a known bottleneck.

The authors tackled the high computational complexity of Recurrent Neural Network Language Models (RNNLMs) in real-time Large Vocabulary Continuous Speech Recognition (LVCSR) by applying General Purpose Graphic Processing Units (GPGPUs) to accelerate network searches, achieving real-time speed while maintaining a Word Error Rate (WER) relatively 10% lower than n-gram models.

Recurrent Neural Network Language Models (RNNLMs) have started to be used in various fields of speech recognition due to their outstanding performance. However, the high computational complexity of RNNLMs has been a hurdle in applying the RNNLM to a real-time Large Vocabulary Continuous Speech Recognition (LVCSR). In order to accelerate the speed of RNNLM-based network searches during decoding, we apply the General Purpose Graphic Processing Units (GPGPUs). This paper proposes a novel method of applying GPGPUs to RNNLM-based graph traversals. We have achieved our goal by reducing redundant computations on CPUs and amount of transfer between GPGPUs and CPUs. The proposed approach was evaluated on both WSJ corpus and in-house data. Experiments shows that the proposed approach achieves the real-time speed in various circumstances while maintaining the Word Error Rate (WER) to be relatively 10% lower than that of n-gram models.

Foundations

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

Your Notes