CLLGASMLJun 18, 2018

Semi-tied Units for Efficient Gating in LSTM and Highway Networks

arXiv:1806.06513v11 citations
Originality Incremental advance
AI Analysis

This addresses computational and storage bottlenecks for researchers and practitioners using gated models like LSTMs and highway networks, representing an incremental improvement.

The paper tackled the efficiency issue of gating in LSTM and highway networks by proposing semi-tied units (STUs), which reduce calculation and storage costs by a factor of three for highway networks and four for LSTMs while maintaining similar word error rates in speech recognition experiments.

Gating is a key technique used for integrating information from multiple sources by long short-term memory (LSTM) models and has recently also been applied to other models such as the highway network. Although gating is powerful, it is rather expensive in terms of both computation and storage as each gating unit uses a separate full weight matrix. This issue can be severe since several gates can be used together in e.g. an LSTM cell. This paper proposes a semi-tied unit (STU) approach to solve this efficiency issue, which uses one shared weight matrix to replace those in all the units in the same layer. The approach is termed "semi-tied" since extra parameters are used to separately scale each of the shared output values. These extra scaling factors are associated with the network activation functions and result in the use of parameterised sigmoid, hyperbolic tangent, and rectified linear unit functions. Speech recognition experiments using British English multi-genre broadcast data showed that using STUs can reduce the calculation and storage cost by a factor of three for highway networks and four for LSTMs, while giving similar word error rates to the original 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