paper-with-me

홈 › Papers

Reviving and Improving Recurrent Back-Propagation

2018-03-16 · ICML 2018 7 · Renjie Liao, Yuwen Xiong, Ethan Fetaya, Lisa Zhang, KiJung Yoon, Xaq Pitkow, Raquel Urtasun, Richard Zemel

In this paper, we revisit the recurrent back-propagation (RBP) algorithm, discuss the conditions under which it applies as well as how to satisfy them in deep neural networks. We show that RBP can be unstable and propose two variants based on conjugate gradient on the normal equations (CG-RBP) and Neumann series (Neumann-RBP). We further investigate the relationship between Neumann-RBP and back propagation through time (BPTT) and its truncated version (TBPTT). Our Neumann-RBP has the same time complexity as TBPTT but only requires constant memory, whereas TBPTT's memory cost scales linearly with the number of truncation steps. We examine all RBP variants along with BPTT and TBPTT in three different application domains: associative memory with continuous Hopfield networks, document classification in citation networks using graph neural networks and hyperparameter optimization for fully connected networks. All experiments demonstrate that RBPs, especially the Neumann-RBP variant, are efficient and effective for optimizing convergent recurrent neural networks. Code is released at: \url{https://github.com/lrjconan/RBP}.

📄 PDF Abstract BibTeX arXiv:1803.06396

Code (1)

lrjconan/RBP 공식 구현 pytorch

Tasks

Document ClassificationHyperparameter Optimization

Similar Papers 제목 키워드 기반

Equivalence of Equilibrium Propagation and Recurrent Backpropagation

2017-11-22 · Benjamin Scellier, Yoshua Bengio

Recurrent Backpropagation and Equilibrium Propagation are supervised learning algorithms for fixed point recurrent neural networks which differ in their second phase. In the first phase, both algorithms converge to a fix…

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

2016-10-08 · Gang Chen

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neur…

Handwriting RecognitionImage to textspeech-recognitionSpeech Recognition

Reviving ConvNeXt for Efficient Convolutional Diffusion Models

2026-03-10 · Taesung Kwon, Lorenzo Bianchi, Lennart Wittke, Felix Watine 외 arxiv

Recent diffusion models increasingly favor Transformer backbones, motivated by the remarkable scalability of fully attentional architectures. Yet the locality bias, parameter efficiency, and hardware friendliness--the at…

A Practical Sparse Approximation for Real Time Recurrent Learning

2020-06-12 · Jacob Menick, Erich Elsen, Utku Evci, Simon Osindero 외

Current methods for training recurrent neural networks are based on backpropagation through time, which requires storing a complete history of network states, and prohibits updating the weights `online' (after every time…

RNNbow: Visualizing Learning via Backpropagation Gradients in Recurrent Neural Networks

2019-07-29 · Dylan Cashman, Genevieve Patterson, Abigail Mosca, Nathan Watts 외

We present RNNbow, an interactive tool for visualizing the gradient flow during backpropagation training in recurrent neural networks. RNNbow is a web application that displays the relative gradient contributions from Re…