paper-with-me

Papers

Parallel Spiking Neurons with High Efficiency and Ability to Learn Long-term Dependencies

2023-04-25 · NeurIPS 2023 11 · Wei Fang, Zhaofei Yu, Zhaokun Zhou, Ding Chen, Yanqi Chen, Zhengyu Ma, Timothée Masquelier, Yonghong Tian

Vanilla spiking neurons in Spiking Neural Networks (SNNs) use charge-fire-reset neuronal dynamics, which can only be simulated serially and can hardly learn long-time dependencies. We find that when removing reset, the neuronal dynamics can be reformulated in a non-iterative form and parallelized. By rewriting neuronal dynamics without reset to a general formulation, we propose the Parallel Spiking Neuron (PSN), which generates hidden states that are independent of their predecessors, resulting in parallelizable neuronal dynamics and extremely high simulation speed. The weights of inputs in the PSN are fully connected, which maximizes the utilization of temporal information. To avoid the use of future inputs for step-by-step inference, the weights of the PSN can be masked, resulting in the masked PSN. By sharing weights across time-steps based on the masked PSN, the sliding PSN is proposed to handle sequences of varying lengths. We evaluate the PSN family on simulation speed and temporal/static data classification, and the results show the overwhelming advantage of the PSN family in efficiency and accuracy. To the best of our knowledge, this is the first study about parallelizing spiking neurons and can be a cornerstone for the spiking deep learning research. Our codes are available at \url{https://github.com/fangwei123456/Parallel-Spiking-Neuron}.

📄 PDF Abstract BibTeX arXiv:2304.12760

Code (1)

fangwei123456/parallel-spiking-neuron 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Parallel Training in Spiking Neural Networks

2026-02-01 · Yanbin Huang, Man Yao, Yuqi Pan, Changze Lv 외 arxiv

The bio-inspired integrate-fire-reset mechanism of spiking neurons constitutes the foundation for efficient processing in Spiking Neural Networks (SNNs). Recent progress in large models demands that spiking neurons suppo…

Reinforcement LearningImage Classification

Time-independent Spiking Neuron via Membrane Potential Estimation for Efficient Spiking Neural Networks

2024-09-08 · Hanqi Chen, Lixing Yu, Shaojie Zhan, Penghui Yao 외

The computational inefficiency of spiking neural networks (SNNs) is primarily due to the sequential updates of membrane potential, which becomes more pronounced during extended encoding periods compared to artificial neu…

Computational Efficiency

SPikE-SSM: A Sparse, Precise, and Efficient Spiking State Space Model for Long Sequences Learning

2024-10-07 · Yan Zhong, Ruoyu Zhao, Chao Wang, Qinghai Guo 외

Spiking neural networks (SNNs) provide an energy-efficient solution by utilizing the spike-based and sparse nature of biological systems. Since the advent of Transformers, SNNs have struggled to compete with artificial n…

Computational EfficiencyState Space Models

Parallel Spiking Unit for Efficient Training of Spiking Neural Networks

2024-02-01 · Yang Li, Yinqian Sun, Xiang He, Yiting Dong 외

Efficient parallel computing has become a pivotal element in advancing artificial intelligence. Yet, the deployment of Spiking Neural Networks (SNNs) in this domain is hampered by their inherent sequential computational …

Computational Efficiency

Proof-of-Spiking-Neurons(PoSN): Neuromorphic Consensus for Next-Generation Blockchains

2025-11-03 · M. Z. Haider, M. U Ghouri, Tayyaba Noreen, M. Salman arxiv

Blockchain systems face persistent challenges of scalability, latency, and energy inefficiency. Existing consensus protocols such as Proof-of-Work (PoW) and Proof-of-Stake (PoS) either consume excessive resources or risk…