paper-with-me

홈 › Papers

Spike-based computation using classical recurrent neural networks

2023-06-06 · Florent De Geeter, Damien Ernst, Guillaume Drion

Spiking neural networks are a type of artificial neural networks in which communication between neurons is only made of events, also called spikes. This property allows neural networks to make asynchronous and sparse computations and therefore drastically decrease energy consumption when run on specialised hardware. However, training such networks is known to be difficult, mainly due to the non-differentiability of the spike activation, which prevents the use of classical backpropagation. This is because state-of-the-art spiking neural networks are usually derived from biologically-inspired neuron models, to which are applied machine learning methods for training. Nowadays, research about spiking neural networks focuses on the design of training algorithms whose goal is to obtain networks that compete with their non-spiking version on specific tasks. In this paper, we attempt the symmetrical approach: we modify the dynamics of a well-known, easily trainable type of recurrent neural network to make it event-based. This new RNN cell, called the Spiking Recurrent Cell, therefore communicates using events, i.e. spikes, while being completely differentiable. Vanilla backpropagation can thus be used to train any network made of such RNN cell. We show that this new network can achieve performance comparable to other types of spiking networks in the MNIST benchmark and its variants, the Fashion-MNIST and the Neuromorphic-MNIST. Moreover, we show that this new cell makes the training of deep spiking networks achievable.

📄 PDF Abstract BibTeX arXiv:2306.03623

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spike Agreement Dependent Plasticity: A scalable Bio-Inspired learning paradigm for Spiking Neural Networks

2025-08-22 · Saptarshi Bej, Muhammed Sahad E, Gouri Lakshmi, Harshit Kumar 외 arxiv

We introduce Spike Agreement Dependent Plasticity (SADP), a biologically inspired synaptic learning rule for Spiking Neural Networks (SNNs) that relies on the agreement between pre- and post-synaptic spike trains rather …

SparseProp: Efficient Event-Based Simulation and Training of Sparse Recurrent Spiking Neural Networks

2023-12-28 · NeurIPS 2023 11 · Rainer Engelken

Spiking Neural Networks (SNNs) are biologically-inspired models that are capable of processing information in streams of action potentials. However, simulating and training SNNs is computationally expensive due to the ne…

SpikeSEE: An Energy-Efficient Dynamic Scenes Processing Framework for Retinal Prostheses

2022-09-16 · Chuanqing Wang, Chaoming Fang, Yong Zou, Jie Yang 외

Intelligent and low-power retinal prostheses are highly demanded in this era, where wearable and implantable devices are used for numerous healthcare applications. In this paper, we propose an energy-efficient dynamic sc…

On the information in spike timing: neural codes derived from polychronous groups

2018-03-09 · Zhinus Marzi, Joao Hespanha, Upamanyu Madhow

There is growing evidence regarding the importance of spike timing in neural information processing, with even a small number of spikes carrying information, but computational models lag significantly behind those for ra…

Gating out sensory noise in a spike-based Long Short-Term Memory network

2018-01-01 · ICLR 2018 1 · Davide Zambrano, Isabella Pozzi, Roeland Nusselder, Sander Bohte

Spiking neural networks are being investigated both as biologically plausible models of neural computation and also as a potentially more efficient type of neural network. While convolutional spiking neural networks have…

Reinforcement Learning