paper-with-me

홈 › Papers

Short-Term Plasticity Neurons Learning to Learn and Forget

2022-06-28 · Hector Garcia Rodriguez, Qinghai Guo, Timoleon Moraitis

Short-term plasticity (STP) is a mechanism that stores decaying memories in synapses of the cerebral cortex. In computing practice, STP has been used, but mostly in the niche of spiking neurons, even though theory predicts that it is the optimal solution to certain dynamic tasks. Here we present a new type of recurrent neural unit, the STP Neuron (STPN), which indeed turns out strikingly powerful. Its key mechanism is that synapses have a state, propagated through time by a self-recurrent connection-within-the-synapse. This formulation enables training the plasticity with backpropagation through time, resulting in a form of learning to learn and forget in the short term. The STPN outperforms all tested alternatives, i.e. RNNs, LSTMs, other models with fast weights, and differentiable plasticity. We confirm this in both supervised and reinforcement learning (RL), and in tasks such as Associative Retrieval, Maze Exploration, Atari video games, and MuJoCo robotics. Moreover, we calculate that, in neuromorphic or biological circuits, the STPN minimizes energy consumption across models, as it depresses individual synapses dynamically. Based on these, biological STP may have been a strong evolutionary attractor that maximizes both efficiency and computational power. The STPN now brings these neuromorphic advantages also to a broad spectrum of machine learning practice. Code is available at https://github.com/NeuromorphicComputing/stpn

📄 PDF Abstract BibTeX arXiv:2206.14048

Code (1)

neuromorphiccomputing/stpn 공식 구현 pytorch

Tasks

MuJoCoReinforcement Learning (RL)Retrieval

Similar Papers 제목 키워드 기반

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

2024-10-20 · Tianyi Xu, Patrick Zheng, Shiyan Liu, Sicheng Lyu 외

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 Sto…

Mean-field approximations of networks of spiking neurons with short-term synaptic plasticity

2021-01-15 · Richard Gast, Thomas R. Knösche, Helmut Schmidt

Low-dimensional descriptions of neural network dynamics are an effective tool for bridging different scales of organization of brain structure and function. Recent advances in deriving mean-field descriptions for network…

Open-Ended Question Answering

Overcoming Catastrophic Forgetting by Neuron-level Plasticity Control

2019-07-31 · Inyoung Paik, Sangjun Oh, Tae-Yeong Kwak, Injung Kim

To address the issue of catastrophic forgetting in neural networks, we propose a novel, simple, and effective solution called neuron-level plasticity control (NPC). While learning a new task, the proposed method preserve…

Superconducting Optoelectronic Neurons III: Synaptic Plasticity

2018-05-04 · Jeffrey M. Shainline, Adam N. McCaughan, Sonia M. Buckley, Christine A. Donnelly 외

As a means of dynamically reconfiguring the synaptic weight of a superconducting optoelectronic loop neuron, a superconducting flux storage loop is inductively coupled to the synaptic current bias of the neuron. A standa…

Short-term and spike-timing-dependent plasticities facilitate the formation of modular neural networks

2019-10-31

The brain has the phenomenal ability to reorganize itself by forming new connections among neurons and by pruning others. The so-called neural or brain plasticity facilitates the modification of brain structure and funct…