paper-with-me

홈 › Papers

SNAP: Stopping Catastrophic Forgetting in Hebbian Learning with Sigmoidal Neuronal Adaptive Plasticity

2024-10-20 · Tianyi Xu, Patrick Zheng, Shiyan Liu, Sicheng Lyu, Isabeau Prémont-Schwarz

Artificial Neural Networks (ANNs) suffer from catastrophic forgetting, where the learning of new tasks causes the catastrophic forgetting of old tasks. Existing Machine Learning (ML) algorithms, including those using Stochastic Gradient Descent (SGD) and Hebbian Learning typically update their weights linearly with experience i.e., independently of their current strength. This contrasts with biological neurons, which at intermediate strengths are very plastic, but consolidate with Long-Term Potentiation (LTP) once they reach a certain strength. We hypothesize this mechanism might help mitigate catastrophic forgetting. We introduce Sigmoidal Neuronal Adaptive Plasticity (SNAP) an artificial approximation to Long-Term Potentiation for ANNs by having the weights follow a sigmoidal growth behaviour allowing the weights to consolidate and stabilize when they reach sufficiently large or small values. We then compare SNAP to linear weight growth and exponential weight growth and see that SNAP completely prevents the forgetting of previous tasks for Hebbian Learning but not for SGD-base learning.

📄 PDF Abstract BibTeX arXiv:2410.15318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Differentiable Hebbian Plasticity for Continual Learning

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Catastrophic forgetting poses a grand challenge for continual learning systems, which prevents neural networks from protecting old knowledge while learning new tasks sequentially. We propose a Differentiable Hebbian Plas…

Continual LearningPermuted-MNISTSplit-MNIST

Representation Memorization for Fast Learning New Knowledge without Forgetting

2021-08-28 · Fei Mi, Tao Lin, Boi Faltings

The ability to quickly learn new knowledge (e.g. new classes or data distributions) is a big step towards human-level intelligence. In this paper, we consider scenarios that require learning new classes or data distribut…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Attention-Based Structural-Plasticity

2019-03-02 · Soheil Kolouri, Nicholas Ketz, Xinyun Zou, Jeffrey Krichmar 외

Catastrophic forgetting/interference is a critical problem for lifelong learning machines, which impedes the agents from maintaining their previously learned knowledge while learning new tasks. Neural networks, in partic…

Lifelong learningPermuted-MNISTSplit-MNIST

Asynchronous Hebbian/anti-Hebbian networks

2025-01-04 · Henrique Reis Aguiar, Matthias H. Hennig

Lateral inhibition models coupled with Hebbian plasticity have been shown to learn factorised causal representations of input stimuli, for instance, oriented edges are learned from natural images. Currently, these models…

Topology-Preserving Class-Incremental Learning

2020-08-01 · ECCV 2020 8 · Xiaoyu Tao, Xinyuan Chang, Xiaopeng Hong, Xing Wei 외

A well-known issue for class-incremental learning is the catastrophic forgetting phenomenon, where the network's recognition performance on old classes degrades severely when incrementally learning new classes. To allevi…

class-incremental learningClass Incremental LearningIncremental Learning