paper-with-me

Papers

Triple Memory Networks: a Brain-Inspired Method for Continual Learning

2020-03-06 · Liyuan Wang, Bo Lei, Qian Li, Hang Su, Jun Zhu, Yi Zhong

Continual acquisition of novel experience without interfering previously learned knowledge, i.e. continual learning, is critical for artificial neural networks, but limited by catastrophic forgetting. A neural network adjusts its parameters when learning a new task, but then fails to conduct the old tasks well. By contrast, the brain has a powerful ability to continually learn new experience without catastrophic interference. The underlying neural mechanisms possibly attribute to the interplay of hippocampus-dependent memory system and neocortex-dependent memory system, mediated by prefrontal cortex. Specifically, the two memory systems develop specialized mechanisms to consolidate information as more specific forms and more generalized forms, respectively, and complement the two forms of information in the interplay. Inspired by such brain strategy, we propose a novel approach named triple memory networks (TMNs) for continual learning. TMNs model the interplay of hippocampus, prefrontal cortex and sensory cortex (a neocortex region) as a triple-network architecture of generative adversarial networks (GAN). The input information is encoded as specific representation of the data distributions in a generator, or generalized knowledge of solving tasks in a discriminator and a classifier, with implementing appropriate brain-inspired algorithms to alleviate catastrophic forgetting in each module. Particularly, the generator replays generated data of the learned tasks to the discriminator and the classifier, both of which are implemented with a weight consolidation regularizer to complement the lost information in generation process. TMNs achieve new state-of-the-art performance on a variety of class-incremental learning benchmarks on MNIST, SVHN, CIFAR-10 and ImageNet-50, comparing with strong baseline methods.

📄 PDF Abstract BibTeX arXiv:2003.03143

Code (1)

lywang3081/TMNs 공식 구현 pytorch

Tasks

Attributeclass-incremental learningClass Incremental LearningContinual LearningHippocampusIncremental Learning

Similar Papers 제목 키워드 기반

Teaching AI to Remember: Insights from Brain-Inspired Replay in Continual Learning

2025-08-24 · Jina Kim arxiv

Artificial neural networks (ANNs) continue to face challenges in continual learning, particularly due to catastrophic forgetting, the loss of previously learned knowledge when acquiring new tasks. Inspired by memory cons…

Continual Learning

Self-recovery of memory via generative replay

2023-01-15 · Zhenglong Zhou, Geshi Yeung, Anna C. Schapiro

A remarkable capacity of the brain is its ability to autonomously reorganize memories during offline periods. Memory replay, a mechanism hypothesized to underlie biological offline learning, has inspired offline methods …

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

ZenBrain: A Neuroscience-Inspired 7-Layer Memory Architecture for Autonomous AI Systems

2026-04-26 · Alexander Bering arxiv

On LongMemEval-500, ZenBrain matches a long-context oracle's binary-judge accuracy to within 4.5 pp ($47.7\%$ vs. $52.2\%$; $91.3\%$) at $1/106^\text{th}$ of the per-query token cost (App. F.5-F.6, Fig. 2), and wins all …

Semi-parametric Memory Consolidation: Towards Brain-like Deep Continual Learning

2025-04-20 · Geng Liu, Fei Zhu, Rong Feng, Zhiqiang Yi 외

Humans and most animals inherently possess a distinctive capacity to continually acquire novel experiences and accumulate worldly knowledge over time. This ability, termed continual learning, is also critical for deep ne…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning