paper-with-me

Papers

Temporal Coding in Spiking Neural Networks with Alpha Synaptic Function: Learning with Backpropagation

2019-07-30 · Iulia M. Comsa, Krzysztof Potempa, Luca Versari, Thomas Fischbacher, Andrea Gesmundo, Jyrki Alakuijala

The timing of individual neuronal spikes is essential for biological brains to make fast responses to sensory stimuli. However, conventional artificial neural networks lack the intrinsic temporal coding ability present in biological networks. We propose a spiking neural network model that encodes information in the relative timing of individual neuron spikes. In classification tasks, the output of the network is indicated by the first neuron to spike in the output layer. This temporal coding scheme allows the supervised training of the network with backpropagation, using locally exact derivatives of the postsynaptic spike times with respect to presynaptic spike times. The network operates using a biologically-plausible alpha synaptic transfer function. Additionally, we use trainable synchronisation pulses that provide bias, add flexibility during training and exploit the decay part of the alpha function. We show that such networks can be trained successfully on noisy Boolean logic tasks and on the MNIST dataset encoded in time. The results show that the spiking neural network outperforms comparable spiking models on MNIST and achieves similar quality to fully connected conventional networks with the same architecture. We also find that the spiking network spontaneously discovers two operating regimes, mirroring the accuracy-speed trade-off observed in human decision-making: a slow regime, where a decision is taken after all hidden neurons have spiked and the accuracy is very high, and a fast regime, where a decision is taken very fast but the accuracy is lower. These results demonstrate the computational power of spiking networks with biological characteristics that encode information in the timing of individual neurons. By studying temporal coding in spiking networks, we aim to create building blocks towards energy-efficient and more complex biologically-inspired neural architectures.

📄 PDF Abstract BibTeX arXiv:1907.13223

Code (3)

google/ihmehimmeli 공식 구현
snisher/Spiking-Neural-Network
zhoujuncc1/torch_ihmehimmeli pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Temporal Spiking Neural Networks with Synaptic Delay for Graph Reasoning

2024-05-27 · Mingqing Xiao, Yixin Zhu, Di He, Zhouchen Lin

Spiking neural networks (SNNs) are investigated as biologically inspired models of neural computation, distinguished by their computational capability and energy efficiency due to precise spiking times and sparse spikes …

Relation

mlx-snn: Spiking Neural Networks on Apple Silicon via MLX

2026-03-03 · Jiahao Qin arxiv

We introduce mlx-snn, the first spiking neural network (SNN) library built natively on Apple's MLX framework. As SNN research grows rapidly, all major libraries -- snnTorch, Norse, SpikingJelly, Lava -- target PyTorch or…

Rectified Linear Postsynaptic Potential Function for Backpropagation in Deep Spiking Neural Networks

2020-03-26 · Malu Zhang, Jiadong Wang, Burin Amornpaisannon, Zhixuan Zhang 외

Spiking Neural Networks (SNNs) use spatio-temporal spike patterns to represent and transmit information, which is not only biologically realistic but also suitable for ultra-low-power event-driven neuromorphic implementa…

Decision Making

Otters: An Energy-Efficient SpikingTransformer via Optical Time-to-First-Spike Encoding

2025-09-23 · Zhanglu Yan, Jiayi Mao, Qianhui Liu, Fanfan Li 외 arxiv

Spiking neural networks (SNNs) promise high energy efficiency, particularly with time-to-first-spike (TTFS) encoding, which maximizes sparsity by emitting at most one spike per neuron. However, such energy advantage is o…

ChronoPlastic Spiking Neural Networks

2025-12-17 · Sarim Chaudhry arxiv

Spiking neural networks (SNNs) offer a biologically grounded and energy-efficient alternative to conventional neural architectures; however, they struggle with long-range temporal dependencies due to fixed synaptic and m…