paper-with-me

홈 › Papers

Backpropagation Through Time For Networks With Long-Term Dependencies

2021-03-26 · George Bird, Maxim E. Polivoda

Backpropagation through time (BPTT) is a technique of updating tuned parameters within recurrent neural networks (RNNs). Several attempts at creating such an algorithm have been made including: Nth Ordered Approximations and Truncated-BPTT. These methods approximate the backpropagation gradients under the assumption that the RNN only utilises short-term dependencies. This is an acceptable assumption to make for the current state of artificial neural networks. As RNNs become more advanced, a shift towards influence by long-term dependencies is likely. Thus, a new method for backpropagation is required. We propose using the 'discrete forward sensitivity equation' and a variant of it for single and multiple interacting recurrent loops respectively. This solution is exact and also allows the network's parameters to vary between each subsequent step, however it does require the computation of a Jacobian.

📄 PDF Abstract BibTeX arXiv:2103.15589

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Attentive Backtracking: Long-Range Credit Assignment in Recurrent Networks

2017-11-07 · ICLR 2018 1 · Nan Rosemary Ke, Anirudh Goyal, Olexa Bilaniuk, Jonathan Binas 외

A major drawback of backpropagation through time (BPTT) is the difficulty of learning long-term dependencies, coming from having to propagate credit information backwards through every single step of the forward computat…

Learning Longer-term Dependencies in RNNs with Auxiliary Losses

2018-03-01 · ICML 2018 · Trieu H. Trinh, Andrew M. Dai, Minh-Thang Luong, Quoc V. Le

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge. Most approaches use backpropagation through time (BPTT), which is diffi…

Document ClassificationGeneral Classificationimage-classificationImage Classification

Learning Longer-term Dependencies in RNNs with Auxiliary Losses

2018-07-01 · ICML 2018 7 · Trieu Trinh, Andrew Dai, Thang Luong, Quoc Le

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge. Most approaches use backpropagation through time (BPTT), which is …

Document ClassificationGeneral Classificationimage-classificationImage Classification

Decoupling Hierarchical Recurrent Neural Networks With Locally Computable Losses

2019-10-11 · Asier Mujika, Felix Weissenberger, Angelika Steger

Learning long-term dependencies is a key long-standing challenge of recurrent neural networks (RNNs). Hierarchical recurrent neural networks (HRNNs) have been considered a promising approach as long-term dependencies are…

Long Short-Term Memory Spiking Networks and Their Applications

2020-07-09 · Ali Lotfi Rezaabad, Sriram Vishwanath

Recent advances in event-based neuromorphic systems have resulted in significant interest in the use and development of spiking neural networks (SNNs). However, the non-differentiable nature of spiking neurons makes SNNs…

Time SeriesTime Series Analysis