paper-with-me

홈 › Papers

On orthogonality and learning RNNs with long term dependencies

2017-08-01 · ICML 2017 8 · Eugene Vorontsov, Chiheb Trabelsi, Samuel Kadoury, Chris Pal

It is well known that it is challenging to train deep neural networks and recurrent neural networks for tasks that exhibit long term dependencies. The vanishing or exploding gradient problem is a well known issue associated with these challenges. One approach to addressing vanishing and exploding gradients is to use either soft or hard constraints on weight matrices so as to encourage or enforce orthogonality. Orthogonal matrices preserve gradient norm during backpropagation and may therefore be a desirable property. This paper explores issues with optimization convergence, speed and gradient stability when encouraging or enforcing orthogonality. To perform this analysis, we propose a weight matrix factorization and parameterization strategy through which we can bound matrix norms and therein control the degree of expansivity induced during backpropagation. We find that hard constraints on orthogonality can negatively affect the speed of convergence and model performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Learning Over Long Time Lags

2016-02-13 · Hojjat Salehinejad

The advantage of recurrent neural networks (RNNs) in learning dependencies between time-series data has distinguished RNNs from other deep learning models. Recently, many advances are proposed in this emerging field. How…

Time SeriesTime Series Analysis

Analyzing and Exploiting NARX Recurrent Neural Networks for Long-Term Dependencies

2017-02-24 · ICLR 2018 1 · Robert DiPietro, Christian Rupprecht, Nassir Navab, Gregory D. Hager

Recurrent neural networks (RNNs) have achieved state-of-the-art performance on many diverse tasks, from machine translation to surgical activity recognition, yet training RNNs to capture long-term dependencies remains di…

Activity RecognitionMachine TranslationTranslation

Subregular Complexity and Deep Learning

2017-05-16 · Enes Avcu, Chihiro Shibata, Jeffrey Heinz

This paper argues that the judicial use of formal language theory and grammatical inference are invaluable tools in understanding how deep neural networks can and cannot represent and learn long-term dependencies in temp…

Deep LearningTemporal Sequences

Mixed-Memory RNNs for Learning Long-term Dependencies in Irregularly Sampled Time Series

2021-09-29 · Mathias Lechner, Ramin Hasani

Recurrent neural networks (RNNs) with continuous-time hidden states are a natural fit for modeling irregularly sampled time series. These models, however, face difficulties when the input data possess long-term dependenc…

Time SeriesTime Series Analysis

Recent Advances in Recurrent Neural Networks

2017-12-29 · Hojjat Salehinejad, Sharan Sankar, Joseph Barfett, Errol Colak 외

Recurrent neural networks (RNNs) are capable of learning features and long term dependencies from sequential and time-series data. The RNNs have a stack of non-linear units where at least one connection between units for…

Time SeriesTime Series Analysis