paper-with-me

Papers

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

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

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 deep learning, deep neural networks (DNNs) are still plagued with the catastrophic forgetting problem. This paper presents a conceptually simple yet general and effective framework for handling catastrophic forgetting in continual learning with DNNs. The proposed method consists of two components: a neural structure optimization component and a parameter learning and/or fine-tuning component. By separating the explicit neural structure learning and the parameter estimation, not only is the proposed method capable of evolving neural structures in an intuitively meaningful way, but also shows strong capabilities of alleviating catastrophic forgetting in experiments. Furthermore, the proposed method outperforms all other baselines on the permuted MNIST dataset, the split CIFAR100 dataset and the Visual Domain Decathlon dataset in continual learning setting.

📄 PDF Abstract BibTeX arXiv:1904.00310

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningNeural Architecture Searchparameter estimationPermuted-MNIST

Similar Papers 제목 키워드 기반

How Efficient Are Today's Continual Learning Algorithms?

2023-03-29 · Md Yousuf Harun, Jhair Gallardo, Tyler L. Hayes, Christopher Kanan

Supervised Continual learning involves updating a deep neural network (DNN) from an ever-growing stream of labeled data. While most work has focused on overcoming catastrophic forgetting, one of the major motivations beh…

Continual Learning

Overcoming Growth-Induced Forgetting in Task-Agnostic Continual Learning

2024-08-20 · Yuqing Zhao, Divya Saxena, Jiannong Cao, Xiaoyun Liu 외

In continual learning (CL), model growth enhances adaptability over new data, improving knowledge retention for more tasks. However, improper model growth can lead to severe degradation of previously learned knowledge, a…

Continual Learning

Continual Learning on Graphs: A Survey

2024-02-09 · Zonggui Tian, Du Zhang, Hong-Ning Dai

Recently, continual graph learning has been increasingly adopted for diverse graph-structured data processing tasks in non-stationary environments. Despite its promising learning capability, current studies on continual …

Continual LearningGraph LearningSurvey

GROWN: GRow Only When Necessary for Continual Learning

2021-10-03 · Li Yang, Sen Lin, Junshan Zhang, Deliang Fan

Catastrophic forgetting is a notorious issue in deep learning, referring to the fact that Deep Neural Networks (DNN) could forget the knowledge about earlier tasks when learning new tasks. To address this issue, continua…

Continual LearningTransfer Learning

Overcoming Catastrophic Forgetting in Graph Neural Networks

2020-12-10 · Huihui Liu, Yiding Yang, Xinchao Wang

Catastrophic forgetting refers to the tendency that a neural network "forgets" the previous learned knowledge upon learning new tasks. Prior methods have been focused on overcoming this problem on convolutional neural ne…

Continual Learning