LGMLMar 23, 2020

Depth Enables Long-Term Memory for Recurrent Neural Networks

arXiv:2003.10163v1
Originality Highly original
AI Analysis

This provides a foundational understanding of depth's role in RNNs for modeling long-term dependencies, which is incremental but addresses a key theoretical gap in sequential data tasks.

The paper tackles the lack of a formal measure for long-term memory capacity in recurrent neural networks (RNNs) by introducing the Start-End separation rank, proving that deep RNNs support combinatorially higher ranks than shallow ones, and empirically validating this with orthogonal matrix restrictions and quantum tensor networks.

A key attribute that drives the unprecedented success of modern Recurrent Neural Networks (RNNs) on learning tasks which involve sequential data, is their ability to model intricate long-term temporal dependencies. However, a well established measure of RNNs long-term memory capacity is lacking, and thus formal understanding of the effect of depth on their ability to correlate data throughout time is limited. Specifically, existing depth efficiency results on convolutional networks do not suffice in order to account for the success of deep RNNs on data of varying lengths. In order to address this, we introduce a measure of the network's ability to support information flow across time, referred to as the Start-End separation rank, which reflects the distance of the function realized by the recurrent network from modeling no dependency between the beginning and end of the input sequence. We prove that deep recurrent networks support Start-End separation ranks which are combinatorially higher than those supported by their shallow counterparts. Thus, we establish that depth brings forth an overwhelming advantage in the ability of recurrent networks to model long-term dependencies, and provide an exemplar of quantifying this key attribute. We empirically demonstrate the discussed phenomena on common RNNs through extensive experimental evaluation using the optimization technique of restricting the hidden-to-hidden matrix to being orthogonal. Finally, we employ the tool of quantum Tensor Networks to gain additional graphic insights regarding the complexity brought forth by depth in recurrent 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