paper-with-me

홈 › Papers

First-spike coding promotes accurate and efficient spiking neural networks for discrete events with rich temporal structures

2023-10-02 · Frontiers in Neuroscience 2023 10 · Siying Liu, Vincent C. H. Leung, Pier Luigi Dragotti

Spiking neural networks (SNNs) are well-suited to process asynchronous event-based data. Most of the existing SNNs use rate-coding schemes that focus on firing rate (FR), and so they generally ignore the spike timing in events. On the contrary, methods based on temporal coding, particularly time-to-first-spike (TTFS) coding, can be accurate and efficient but they are difficult to train. Currently, there is limited research on applying TTFS coding to real events, since traditional TTFS-based methods impose one-spike constraint, which is not realistic for event-based data. In this study, we present a novel decision-making strategy based on first-spike (FS) coding that encodes FS timings of the output neurons to investigate the role of the first-spike timing in classifying real-world event sequences with complex temporal structures. To achieve FS coding, we propose a novel surrogate gradient learning method for discrete spike trains. In the forward pass, output spikes are encoded into discrete times to generate FS times. In the backpropagation, we develop an error assignment method that propagates error from FS times to spikes through a Gaussian window, and then supervised learning for spikes is implemented through a surrogate gradient approach. Additional strategies are introduced to facilitate the training of FS timings, such as adding empty sequences and employing different parameters for different layers. We make a comprehensive comparison between FS and FR coding in the experiments. Our results show that FS coding achieves comparable accuracy to FR coding while leading to superior energy efficiency and distinct neuronal dynamics on data sequences with very rich temporal structures. Additionally, a longer time delay in the first spike leads to higher accuracy, indicating important information is encoded in the timing of the first spike.

📄 PDF Abstract BibTeX

Code (1)

pld-group/FS_coding 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Timing-Based Backpropagation in Spiking Neural Networks Without Single-Spike Restrictions

2022-11-29 · Kakei Yamamoto, Yusuke Sakemi, Kazuyuki Aihara

We propose a novel backpropagation algorithm for training spiking neural networks (SNNs) that encodes information in the relative multiple spike timing of individual neurons without single-spike restrictions. The propose…

Encoding Spike Patterns in Multilayer Spiking Neural Networks

2015-03-31 · Brian Gardner, Ioana Sporea, André Grüning

Information encoding in the nervous system is supported through the precise spike-timings of neurons; however, an understanding of the underlying processes by which such representations are formed in the first place rema…

Spiking-GAN: A Spiking Generative Adversarial Network Using Time-To-First-Spike Coding

2021-06-29 · Vineet Kotariya, Udayan Ganguly

Spiking Neural Networks (SNNs) have shown great potential in solving deep learning problems in an energy-efficient manner. However, they are still limited to simple classification tasks. In this paper, we propose Spiking…

Generative Adversarial Network

Training Probabilistic Spiking Neural Networks with First-to-spike Decoding

2017-10-29 · Alireza Bagheri, Osvaldo Simeone, Bipin Rajendran

Third-generation neural networks, or Spiking Neural Networks (SNNs), aim at harnessing the energy efficiency of spike-domain processing by building on computing elements that operate on, and exchange, spikes. In this pap…

ClassificationEarly ClassificationGeneral Classification

Efficient Spiking Neural Networks with Logarithmic Temporal Coding

2018-11-10 · Ming Zhang, Nenggan Zheng, De Ma, Gang Pan 외

A Spiking Neural Network (SNN) can be trained indirectly by first training an Artificial Neural Network (ANN) with the conventional backpropagation algorithm, then converting it into an SNN. The conventional rate-coding …