paper-with-me

홈 › Papers

Catastrophic forgetting: still a problem for DNNs

2019-05-20 · B. Pfülb, A. Gepperth, S. Abdullah, A. Kilian

We investigate the performance of DNNs when trained on class-incremental visual problems consisting of initial training, followed by retraining with added visual classes. Catastrophic forgetting (CF) behavior is measured using a new evaluation procedure that aims at an application-oriented view of incremental learning. In particular, it imposes that model selection must be performed on the initial dataset alone, as well as demanding that retraining control be performed only using the retraining dataset, as initial dataset is usually too large to be kept. Experiments are conducted on class-incremental problems derived from MNIST, using a variety of different DNN models, some of them recently proposed to avoid catastrophic forgetting. When comparing our new evaluation procedure to previous approaches for assessing CF, we find their findings are completely negated, and that none of the tested methods can avoid CF in all experiments. This stresses the importance of a realistic empirical measurement procedure for catastrophic forgetting, and the need for further research in incremental learning for DNNs.

📄 PDF Abstract BibTeX arXiv:1905.08077

Code (1)

BPfuelb/CF_in_DNNs tf

Tasks

Incremental LearningModel Selection

Similar Papers 제목 키워드 기반

Learn to Grow: A Continual Structure Learning Framework for Overcoming Catastrophic Forgetting

2019-03-31 · Xilai Li, Yingbo Zhou, Tianfu Wu, Richard Socher 외

Addressing catastrophic forgetting is one of the key challenges in continual learning where machine learning systems are trained with sequential or streaming tasks. Despite recent remarkable progress in state-of-the-art …

Continual LearningNeural Architecture Searchparameter estimationPermuted-MNIST

Maintaining Discrimination and Fairness in Class Incremental Learning

2019-11-16 · CVPR 2020 6 · Bowen Zhao, Xi Xiao, Guojun Gan, Bin Zhang 외

Deep neural networks (DNNs) have been applied in class incremental learning, which aims to solve common real-world problems of learning new classes continually. One drawback of standard DNNs is that they are prone to cat…

class-incremental learningClass Incremental LearningFairnessIncremental Learning+1

How do Quadratic Regularizers Prevent Catastrophic Forgetting: The Role of Interpolation

2021-02-04 · Ekdeep Singh Lubana, Puja Trivedi, Danai Koutra, Robert P. Dick

Catastrophic forgetting undermines the effectiveness of deep neural networks (DNNs) in scenarios such as continual learning and lifelong learning. While several methods have been proposed to tackle this problem, there is…

Continual LearningLifelong learning

EXACFS -- A CIL Method to mitigate Catastrophic Forgetting

2024-10-31 · S Balasubramanian, M Sai Subramaniam, Sai Sriram Talasu, P Yedu Krishna 외

Deep neural networks (DNNS) excel at learning from static datasets but struggle with continual learning, where data arrives sequentially. Catastrophic forgetting, the phenomenon of forgetting previously learned knowledge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Continuous Learning in a Single-Incremental-Task Scenario with Spike Features

2020-05-03 · Ruthvik Vaila, John Chiasson, Vishal Saxena

Deep Neural Networks (DNNs) have two key deficiencies, their dependence on high precision computing and their inability to perform sequential learning, that is, when a DNN is trained on a first task and the same DNN is t…