This work tackles catastrophic forgetting in neural networks by mimicking brain's metaplasticity.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Adam optimizer leads to more forgetting in neural networks.
Pseudo rehearsal uses non-photo-realistic images to save resources without sacrificing performance.
Bayesian online meta-learning framework tackles catastrophic forgetting in few-shot classification.
Study analyzes catastrophic forgetting in continual learning using teacher-student networks.
Interpreting the behaviors of Deep Neural Networks (usually considered as a black box) is critical especially when they are now being widely adopted over diverse aspects of human life. Taking the advancements from Explainable Artificial Intelligent, this paper proposes a novel technique called Auto DeepVis to dissect c…
This paper describes some of the possibilities of artificial neural networks that open up after solving the problem of catastrophic forgetting. A simple model and reinforcement learning applications of existing methods are also proposed.
Paper tackles catastrophic forgetting in sequential learning.
SpaceNet improves continual learning by intelligently compressing neural connections.
This paper investigates how forgetting affects neural network representations and stabilizes deeper layers.
Artificial neural networks (ANNs) suffer from catastrophic forgetting when trained on a sequence of tasks. While this phenomenon was studied in the past, there is only very limited recent research on this phenomenon. We propose a method for determining the contribution of individual parameters in an ANN to catastrophic…
In this paper, we show that Generative Adversarial Networks (GANs) suffer from catastrophic forgetting even when they are trained to approximate a single target distribution. We show that GAN training is a continual learning problem in which the sequence of changing model distributions is the sequence of tasks to the d…
Synthetic data helps prevent forgetting when learning sequentially.
Proposes a new method to prevent forgetting in neural networks.
Continual learning is hard for AI, leading to forgetting old knowledge.
Catastrophic forgetting/interference is a critical problem for lifelong learning machines, which impedes the agents from maintaining their previously learned knowledge while learning new tasks. Neural networks, in particular, suffer plenty from the catastrophic forgetting phenomenon. Recently there has been several eff…
Dynamic memory prevents forgetting in continuous learning of medical images.
OGD proves robustness to Catastrophic Forgetting in Continual Learning.
LoRA fine-tuning causes forgetting, studied via particle system dynamics.
Study shows how task similarity affects forgetting in teacher-student setup.
Catastrophic forgetting is a problem faced by many machine learning models and algorithms. When trained on one task, then trained on a second task, many machine learning models "forget" how to perform the first task. This is widely believed to be a serious problem for neural networks. Here, we investigate the extent to…
Overparameterization helps prevent forgetting in sequential learning tasks.
We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate the posterior after every task with a Gaussian, leading to a quadratic penalty on changes to the we…
In recent years, deep neural networks have found success in replicating human-level cognitive skills, yet they suffer from several major obstacles. One significant limitation is the inability to learn new tasks without forgetting previously learned tasks, a shortcoming known as catastrophic forgetting. In this research…
In this paper, we propose a new method to overcome catastrophic forgetting by adding generative regularization to Bayesian inference framework. Bayesian method provides a general framework for continual learning. We could further construct a generative regularization term for all given classification models by leveragi…
ER-GNN uses experience replay to prevent GNNs from forgetting previous tasks.
Continual lifelong learning requires an agent or model to learn many sequentially ordered tasks, building on previous knowledge without catastrophically forgetting it. Much work has gone towards preventing the default tendency of machine learning models to catastrophically forget, yet virtually all such work involves m…
New insights into neural network forgetting reveal a trade-off between node activation and re-use.
Sparse routing networks with co-training prevent catastrophic forgetting in continual learning.
EWC helps prevent forgetting in neural networks by adjusting weights dynamically.
A model retains learned knowledge for longer by adding a plastic component to neural networks.
Proposes a method to retrain neural networks incrementally for continuous data flow.
We study the neural-linear bandit model for solving sequential decision-making problems with high dimensional side information. Neural-linear bandits leverage the representation power of deep neural networks and combine it with efficient exploration mechanisms, designed for linear contextual bandits, on top of the last…
Deep neural networks are known to suffer the catastrophic forgetting problem, where they tend to forget the knowledge from the previous tasks when sequentially learning new tasks. Such failure hinders the application of deep learning based vision system in continual learning settings. In this work, we present a simple …
Many practical environments contain catastrophic states that an optimal agent would visit infrequently or never. Even on toy problems, Deep Reinforcement Learning (DRL) agents tend to periodically revisit these states upon forgetting their existence under a new policy. We introduce intrinsic fear (IF), a learned reward…
Study examines how training regime affects neural networks' forgetting.
A new method prevents forgetting during knowledge transfer.
Current training regimes for deep learning usually involve exposure to a single task / dataset at a time. Here we start from the observation that in this context the trained model is not given any knowledge of anything outside its (single-task) training distribution, and has thus no way to learn parameters (i.e., featu…
Unified study of stateful replay for streaming learning, reducing forgetting by 2-3x.
Optimal CL requires perfect memory and is NP-hard.
Dropout helps a stable network learn new tasks without forgetting old ones.
This paper tackles catastrophic forgetting in neural networks by providing a unified framework for regularization-based continual learning.
Catastrophic forgetting continues to severely restrict the learnability of controllers suitable for multiple task environments. Efforts to combat catastrophic forgetting reported in the literature to date have focused on how control systems can be updated more rapidly, hastening their adjustment from good initial setti…
Paper benchmarks CF mitigation in federated time series forecasting.
EVCL combines VCL and EWC to prevent forgetting new tasks.
Lifelong learning aims to develop machine learning systems that can learn new tasks while preserving the performance on previous learned tasks. In this paper we present a method to overcome catastrophic forgetting on convolutional neural networks, that learns new tasks and preserves the performance on old tasks without…
The paper tackles CF in CL by analyzing NTK overlap matrix and proposing OGD.
New method uses dynamic programming for meta continual learning.