paper-with-me

홈 › Papers

SPIDE: A Purely Spike-based Method for Training Feedback Spiking Neural Networks

2023-02-01 · Mingqing Xiao, Qingyan Meng, Zongpeng Zhang, Yisen Wang, Zhouchen Lin

Spiking neural networks (SNNs) with event-based computation are promising brain-inspired models for energy-efficient applications on neuromorphic hardware. However, most supervised SNN training methods, such as conversion from artificial neural networks or direct training with surrogate gradients, require complex computation rather than spike-based operations of spiking neurons during training. In this paper, we study spike-based implicit differentiation on the equilibrium state (SPIDE) that extends the recently proposed training method, implicit differentiation on the equilibrium state (IDE), for supervised learning with purely spike-based computation, which demonstrates the potential for energy-efficient training of SNNs. Specifically, we introduce ternary spiking neuron couples and prove that implicit differentiation can be solved by spikes based on this design, so the whole training procedure, including both forward and backward passes, is made as event-driven spike computation, and weights are updated locally with two-stage average firing rates. Then we propose to modify the reset membrane potential to reduce the approximation error of spikes. With these key components, we can train SNNs with flexible structures in a small number of time steps and with firing sparsity during training, and the theoretical estimation of energy costs demonstrates the potential for high efficiency. Meanwhile, experiments show that even with these constraints, our trained models can still achieve competitive results on MNIST, CIFAR-10, CIFAR-100, and CIFAR10-DVS. Our code is available at https://github.com/pkuxmq/SPIDE-FSNN.

📄 PDF Abstract BibTeX arXiv:2302.00232

Code (1)

pkuxmq/spide-fsnn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

SuperSpike: Supervised learning in multi-layer spiking neural networks

2017-05-31 · Friedemann Zenke, Surya Ganguli

A vast majority of computation in the brain is performed by spiking neural networks. Despite the ubiquity of such spiking, we currently lack an understanding of how biological spiking neural circuits learn and compute in…

Spiking Control Systems

2021-12-07 · Rodolphe Sepulchre

Spikes and rhythms organize control and communication in the animal world, in contrast to the bits and clocks of digital technology. As continuous-time signals that can be counted, spikes have a mixed nature. This paper …

S3T-Former: A Purely Spike-Driven State-Space Topology Transformer for Skeleton Action Recognition

2026-03-18 · Naichuan Zheng, Hailun Xia, Zepeng Sun, Weiyi Li 외 arxiv

Skeleton-based action recognition is crucial for multimedia applications but heavily relies on power-hungry Artificial Neural Networks (ANNs), limiting their deployment on resource-constrained edge devices. Spiking Neura…

Action Recognition

Forward Direct Feedback Alignment for Online Gradient Estimates of Spiking Neural Networks

2024-02-06 · Florian Bacho, Dminique Chu

There is an interest in finding energy efficient alternatives to current state of the art neural network training algorithms. Spiking neural network are a promising approach, because they can be simulated energy efficien…

Spiking Neural Network as Adaptive Event Stream Slicer

2024-10-03 · Jiahang Cao, Mingyuan Sun, Ziqing Wang, Hao Cheng 외

Event-based cameras are attracting significant interest as they provide rich edge information, high dynamic range, and high temporal resolution. Many state-of-the-art event-based algorithms rely on splitting the events i…

Object Tracking