NEAIFeb 7, 2023

Hebbian and Gradient-based Plasticity Enables Robust Memory and Rapid Learning in RNNs

arXiv:2302.03235v15 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of building flexible memory systems in AI models, which is incremental by combining existing plasticity rules in a novel framework.

The authors tackled the problem of enabling recurrent neural networks to rapidly learn from experiences and retain memories by integrating synaptic plasticity rules, achieving promising results on sequential and associative memory tasks and few-shot learning problems.

Rapidly learning from ongoing experiences and remembering past events with a flexible memory system are two core capacities of biological intelligence. While the underlying neural mechanisms are not fully understood, various evidence supports that synaptic plasticity plays a critical role in memory formation and fast learning. Inspired by these results, we equip Recurrent Neural Networks (RNNs) with plasticity rules to enable them to adapt their parameters according to ongoing experiences. In addition to the traditional local Hebbian plasticity, we propose a global, gradient-based plasticity rule, which allows the model to evolve towards its self-determined target. Our models show promising results on sequential and associative memory tasks, illustrating their ability to robustly form and retain memories. In the meantime, these models can cope with many challenging few-shot learning problems. Comparing different plasticity rules under the same framework shows that Hebbian plasticity is well-suited for several memory and associative learning tasks; however, it is outperformed by gradient-based plasticity on few-shot regression tasks which require the model to infer the underlying mapping. Code is available at https://github.com/yuvenduan/PlasticRNNs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes