paper-with-me

Papers

Continual Backprop: Stochastic Gradient Descent with Persistent Randomness

2021-08-13 · Shibhansh Dohare, Richard S. Sutton, A. Rupam Mahmood

The Backprop algorithm for learning in neural networks utilizes two mechanisms: first, stochastic gradient descent and second, initialization with small random weights, where the latter is essential to the effectiveness of the former. We show that in continual learning setups, Backprop performs well initially, but over time its performance degrades. Stochastic gradient descent alone is insufficient to learn continually; the initial randomness enables only initial learning but not continual learning. To the best of our knowledge, ours is the first result showing this degradation in Backprop's ability to learn. To address this degradation in Backprop's plasticity, we propose an algorithm that continually injects random features alongside gradient descent using a new generate-and-test process. We call this the \textit{Continual Backprop} algorithm. We show that, unlike Backprop, Continual Backprop is able to continually adapt in both supervised and reinforcement learning (RL) problems. Continual Backprop has the same computational complexity as Backprop and can be seen as a natural extension of Backprop for continual learning.

📄 PDF Abstract BibTeX arXiv:2108.06325

Code (1)

shibhansh/loss-of-plasticity pytorch

Tasks

Continual LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Improving Performance in Continual Learning Tasks using Bio-Inspired Architectures

2023-08-08 · Sandeep Madireddy, Angel Yanguas-Gil, Prasanna Balaprakash

The ability to learn continuously from an incoming data stream without catastrophic forgetting is critical to designing intelligent systems. Many approaches to continual learning rely on stochastic gradient descent and i…

Continual LearningSplit-CIFAR-10Split-MNIST

Learning to Learn with Feedback and Local Plasticity

2020-06-16 · NeurIPS 2020 12 · Jack Lindsey, Ashok Litwin-Kumar

Interest in biologically inspired alternatives to backpropagation is driven by the desire to both advance connections between deep learning and neuroscience and address backpropagation's shortcomings on tasks such as onl…

Continual LearningMeta-Learning

Proximal Backpropagation

2017-06-14 · ICLR 2018 1 · Thomas Frerix, Thomas Möllenhoff, Michael Moeller, Daniel Cremers

We propose proximal backpropagation (ProxProp) as a novel algorithm that takes implicit instead of explicit gradient steps to update the network parameters during neural network training. Our algorithm is motivated by th…

Learning Representations by Stochastic Meta-Gradient Descent in Neural Networks

2016-12-09 · Vivek Veeriah, Shangtong Zhang, Richard S. Sutton

Representations are fundamental to artificial intelligence. The performance of a learning system depends on the type of representation used for representing the data. Typically, these representations are hand-engineered …

Incremental Learning

Stochasticity helps to navigate rough landscapes: comparing gradient-descent-based algorithms in the phase retrieval problem

2021-03-08 · Francesca Mignacco, Pierfrancesco Urbani, Lenka Zdeborová

In this paper we investigate how gradient-based algorithms such as gradient descent, (multi-pass) stochastic gradient descent, its persistent variant, and the Langevin algorithm navigate non-convex loss-landscapes and wh…

NavigateRetrieval