paper-with-me

Papers

Sparse Coding in a Dual Memory System for Lifelong Learning

2022-12-28 · Fahad Sarfraz, Elahe Arani, Bahram Zonooz

Efficient continual learning in humans is enabled by a rich set of neurophysiological mechanisms and interactions between multiple memory systems. The brain efficiently encodes information in non-overlapping sparse codes, which facilitates the learning of new associations faster with controlled interference with previous associations. To mimic sparse coding in DNNs, we enforce activation sparsity along with a dropout mechanism which encourages the model to activate similar units for semantically similar inputs and have less overlap with activation patterns of semantically dissimilar inputs. This provides us with an efficient mechanism for balancing the reusability and interference of features, depending on the similarity of classes across tasks. Furthermore, we employ sparse coding in a multiple-memory replay mechanism. Our method maintains an additional long-term semantic memory that aggregates and consolidates information encoded in the synaptic weights of the working model. Our extensive evaluation and characteristics analysis show that equipped with these biologically inspired mechanisms, the model can further mitigate forgetting.

📄 PDF Abstract BibTeX arXiv:2301.05058

Code (1)

neurai-lab/scommer 공식 구현 pytorch

Tasks

Continual LearningLifelong learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dual Cognitive Architecture: Incorporating Biases and Multi-Memory Systems for Lifelong Learning

2023-10-17 · Shruthi Gowda, Bahram Zonooz, Elahe Arani

Artificial neural networks (ANNs) exhibit a narrow scope of expertise on stationary independent data. However, the data in the real world is continuous and dynamic, and ANNs must adapt to novel scenarios while also retai…

Inductive BiasLifelong learning

Scaling Teams or Scaling Time? Memory Enabled Lifelong Learning in LLM Multi-Agent Systems

2026-03-27 · Shanglin Wu, Yuyang Luo, Yueqing Liang, Kaiwen Shi 외 arxiv

Large language model (LLM) multi-agent systems can scale along two distinct dimensions: by increasing the number of agents and by improving through accumulated experience over time. Although prior work has studied these …

Episodic Memory in Lifelong Language Learning

2019-06-03 · NeurIPS 2019 12 · Cyprien de Masson d'Autume, Sebastian Ruder, Lingpeng Kong, Dani Yogatama

We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and l…

Continual LearningGeneral ClassificationQuestion Answeringtext-classification+1

Joint sparse coding and temporal dynamics support context reconfiguration

2026-05-11 · Qianqian Shi, Yue Che, Faqiang Liu, Hongyi Li 외 arxiv

Adaptive behavior requires the brain to transition between distinct contexts while maintaining representations of prior experience. The ability to reconfigure neural representations without erasing previously acquired kn…

How Relevant is Selective Memory Population in Lifelong Language Learning?

2022-10-03 · Vladimir Araujo, Helena Balabin, Julio Hurtado, Alvaro Soto 외

Lifelong language learning seeks to have models continuously learn multiple tasks in a sequential order without suffering from catastrophic forgetting. State-of-the-art approaches rely on sparse experience replay as the …

Lifelong learningQuestion Answeringtext-classificationText Classification