LGCLNESep 28, 2016

Memory Visualization for Gated Recurrent Neural Networks in Speech Recognition

arXiv:1609.08789v355 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the interpretability problem for researchers and practitioners in automatic speech recognition, but it is incremental as it builds on existing gated RNNs with minor structural tweaks.

The paper tackled the unclear dynamic properties of gated RNNs like LSTM and GRU in speech recognition by using visualization techniques, resulting in simple modifications such as lazy cell update and shortcut connections that led to more comprehensible and powerful networks.

Recurrent neural networks (RNNs) have shown clear superiority in sequence modeling, particularly the ones with gated units, such as long short-term memory (LSTM) and gated recurrent unit (GRU). However, the dynamic properties behind the remarkable performance remain unclear in many applications, e.g., automatic speech recognition (ASR). This paper employs visualization techniques to study the behavior of LSTM and GRU when performing speech recognition tasks. Our experiments show some interesting patterns in the gated memory, and some of them have inspired simple yet effective modifications on the network structure. We report two of such modifications: (1) lazy cell update in LSTM, and (2) shortcut connections for residual learning. Both modifications lead to more comprehensible and powerful networks.

Foundations

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

Your Notes