paper-with-me

Papers

Continual learning under domain transfer with sparse synaptic bursting

2021-08-26 · Shawn L. Beaulieu, Jeff Clune, Nick Cheney

Existing machines are functionally specific tools that were made for easy prediction and control. Tomorrow's machines may be closer to biological systems in their mutability, resilience, and autonomy. But first they must be capable of learning and retaining new information without being exposed to it arbitrarily often. Past efforts to engineer such systems have sought to build or regulate artificial neural networks using disjoint sets of weights that are uniquely sensitive to specific tasks or inputs. This has not yet enabled continual learning over long sequences of previously unseen data without corrupting existing knowledge: a problem known as catastrophic forgetting. In this paper, we introduce a system that can learn sequentially over previously unseen datasets (ImageNet, CIFAR-100) with little forgetting over time. This is done by controlling the activity of weights in a convolutional neural network on the basis of inputs using top-down regulation generated by a second feed-forward neural network. We find that our method learns continually under domain transfer with sparse bursts of activity in weights that are recycled across tasks, rather than by maintaining task-specific modules. Sparse synaptic bursting is found to balance activity and suppression such that new functions can be learned without corrupting extant knowledge, thus mirroring the balance of order and disorder in systems at the edge of chaos. This behavior emerges during a prior pre-training (or 'meta-learning') phase in which regulated synapses are selectively disinhibited, or grown, from an initial state of uniform suppression through prediction error minimization.

📄 PDF Abstract BibTeX arXiv:2108.12056

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningMeta-Learning

Similar Papers 제목 키워드 기반

AFEC: Active Forgetting of Negative Transfer in Continual Learning

2021-10-23 · NeurIPS 2021 12 · Liyuan Wang, Mingtian Zhang, Zhongfan Jia, Qian Li 외

Continual learning aims to learn a sequence of tasks from dynamic data distributions. Without accessing to the old training samples, knowledge transfer from the old tasks to each new task is difficult to determine, which…

Continual LearningTransfer Learning

Genesis: A Spiking Neuromorphic Accelerator With On-chip Continual Learning

2025-09-06 · Vedant Karia, Abdullah Zyarah, Dhireesha Kudithipudi arxiv

Continual learning, the ability to acquire and transfer knowledge through a models lifetime, is critical for artificial agents that interact in real-world environments. Biological brains inherently demonstrate these capa…

Continual Learning

Theories of synaptic memory consolidation and intelligent plasticity for continual learning

2024-05-27 · Friedemann Zenke, Axel Laborieux

Humans and animals learn throughout life. Such continual learning is crucial for intelligence. In this chapter, we examine the pivotal role plasticity mechanisms with complex internal synaptic dynamics could play in enab…

Continual Learning

SPICED: A Synaptic Homeostasis-Inspired Framework for Unsupervised Continual EEG Decoding

2025-09-22 · Yangxuan Zhou, Sha Zhao, Jiquan Wang, Haiteng Jiang 외 arxiv

Human brain achieves dynamic stability-plasticity balance through synaptic homeostasis. Inspired by this biological principle, we propose SPICED: a neuromorphic framework that integrates the synaptic homeostasis mechanis…

Continual LearningEeg Decoding

CL-BioGAN: Biologically-Inspired Cross-Domain Continual Learning for Hyperspectral Anomaly Detection

2025-05-17 · Jianing Wang, Zheng Hua, Wan Zhang, Shengjia Hao 외

Memory stability and learning flexibility in continual learning (CL) is a core challenge for cross-scene Hyperspectral Anomaly Detection (HAD) task. Biological neural networks can actively forget history knowledge that c…

Anomaly DetectionContinual LearningGenerative Adversarial Network