paper-with-me

Papers

Reducing catastrophic forgetting when evolving neural networks

2019-04-05 · Joseph Early

A key stepping stone in the development of an artificial general intelligence (a machine that can perform any task), is the production of agents that can perform multiple tasks at once instead of just one. Unfortunately, canonical methods are very prone to catastrophic forgetting (CF) - the act of overwriting previous knowledge about a task when learning a new task. Recent efforts have developed techniques for overcoming CF in learning systems, but no attempt has been made to apply these new techniques to evolutionary systems. This research presents a novel technique, weight protection, for reducing CF in evolutionary systems by adapting a method from learning systems. It is used in conjunction with other evolutionary approaches for overcoming CF and is shown to be effective at alleviating CF when applied to a suite of reinforcement learning tasks. It is speculated that this work could indicate the potential for a wider application of existing learning-based approaches to evolutionary systems and that evolutionary techniques may be competitive with or better than learning systems when it comes to reducing CF.

📄 PDF Abstract BibTeX arXiv:1904.03178

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

When Large Multimodal Models Confront Evolving Knowledge:Challenges and Pathways

2025-05-30 · Kailin Jiang, Yuntao Du, Yukai Ding, Yuchen Ren 외

Large language/multimodal models (LLMs/LMMs) store extensive pre-trained knowledge but struggle to maintain consistency with real-world updates, making it difficult to avoid catastrophic forgetting while acquiring evolvi…

Continual LearningImage AugmentationInstruction Following

Incremental Knowledge Based Question Answering

2021-01-18 · Yongqi Li, Wenjie Li, Liqiang Nie

In the past years, Knowledge-Based Question Answering (KBQA), which aims to answer natural language questions using facts in a knowledge base, has been well developed. Existing approaches often assume a static knowledge …

Incremental LearningKnowledge DistillationQuestion Answering

Essentials for Class Incremental Learning

2021-02-18 · Sudhanshu Mittal, Silvio Galesso, Thomas Brox

Contemporary neural networks are limited in their ability to learn from evolving streams of training data. When trained sequentially on new or evolving tasks, their accuracy drops sharply, making them unsuitable for many…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Mitigating Catastrophic Forgetting in Multi-domain Chinese Spelling Correction by Multi-stage Knowledge Transfer Framework

2024-02-18 · Peng Xing, Yinghui Li, Shirong Ma, Xinnian Liang 외

Chinese Spelling Correction (CSC) aims to detect and correct spelling errors in given sentences. Recently, multi-domain CSC has gradually attracted the attention of researchers because it is more practicable. In this pap…

Continual LearningSpelling CorrectionTransfer Learning

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