paper-with-me

Papers

Diffusion-based neuromodulation can eliminate catastrophic forgetting in simple neural networks

2017-05-20 · Roby Velez, Jeff Clune

A long-term goal of AI is to produce agents that can learn a diversity of skills throughout their lifetimes and continuously improve those skills via experience. A longstanding obstacle towards that goal is catastrophic forgetting, which is when learning new information erases previously learned information. Catastrophic forgetting occurs in artificial neural networks (ANNs), which have fueled most recent advances in AI. A recent paper proposed that catastrophic forgetting in ANNs can be reduced by promoting modularity, which can limit forgetting by isolating task information to specific clusters of nodes and connections (functional modules). While the prior work did show that modular ANNs suffered less from catastrophic forgetting, it was not able to produce ANNs that possessed task-specific functional modules, thereby leaving the main theory regarding modularity and forgetting untested. We introduce diffusion-based neuromodulation, which simulates the release of diffusing, neuromodulatory chemicals within an ANN that can modulate (i.e. up or down regulate) learning in a spatial region. On the simple diagnostic problem from the prior work, diffusion-based neuromodulation 1) induces task-specific learning in groups of nodes and connections (task-specific localized learning), which 2) produces functional modules for each subtask, and 3) yields higher performance by eliminating catastrophic forgetting. Overall, our results suggest that diffusion-based neuromodulation promotes task-specific localized learning and functional modularity, which can help solve the challenging, but important problem of catastrophic forgetting.

📄 PDF Abstract BibTeX arXiv:1705.07241

Code (0)

등록된 구현이 없습니다.

Tasks

Diagnostic

Similar Papers 제목 키워드 기반

Learning to Modulate Random Weights: Neuromodulation-inspired Neural Networks For Efficient Continual Learning

2022-04-08 · Jinyung Hong, Theodore P. Pavlic

Existing Continual Learning (CL) approaches have focused on addressing catastrophic forgetting by leveraging regularization methods, replay buffers, and task-specific components. However, realistic CL solutions must be s…

Computational EfficiencyContinual LearningMeta-Learning

Demystifying Catastrophic Forgetting in Two-Stage Incremental Object Detector

2025-02-08 · Qirui Wu, Shizhou Zhang, De Cheng, Yinghui Xing 외

Catastrophic forgetting is a critical chanllenge for incremental object detection (IOD). Most existing methods treat the detector monolithically, relying on instance replay or knowledge distillation without analyzing com…

Incremental LearningKnowledge Distillationobject-detectionObject Detection

Avoid Catastrophic Forgetting with Rank-1 Fisher from Diffusion Models

2025-09-28 · Zekun Wang, Anant Gupta, Zihan Dong, Christopher J. MacLellan arxiv

Catastrophic forgetting remains a central obstacle for continual learning in neural models. Popular approaches -- replay and elastic weight consolidation (EWC) -- have limitations: replay requires a strong generator and …

Continual LearningImage Generation

Towards continually learning new languages

2022-11-21 · Ngoc-Quan Pham, Jan Niehues, Alexander Waibel

Multilingual speech recognition with neural networks is often implemented with batch-learning, when all of the languages are available before training. An ability to add new languages after the prior training sessions ca…

Allspeech-recognitionSpeech RecognitionTransfer Learning

The Unreasonable Effectiveness of Randomized Representations in Online Continual Graph Learning

2025-10-08 · Giovanni Donghi, Daniele Zambon, Luca Pasa, Cesare Alippi 외 arxiv

Catastrophic forgetting is one of the main obstacles for Online Continual Graph Learning (OCGL), where nodes arrive one by one, distribution drifts may occur at any time and offline training on task-specific subgraphs is…

Graph Learning