paper-with-me

Papers

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 need to solve large systems of coupled differential equations. In this paper, we introduce SparseProp, a novel event-based algorithm for simulating and training sparse SNNs. Our algorithm reduces the computational cost of both the forward and backward pass operations from O(N) to O(log(N)) per network spike, thereby enabling numerically exact simulations of large spiking networks and their efficient training using backpropagation through time. By leveraging the sparsity of the network, SparseProp eliminates the need to iterate through all neurons at each spike, employing efficient state updates instead. We demonstrate the efficacy of SparseProp across several classical integrate-and-fire neuron models, including a simulation of a sparse SNN with one million LIF neurons. This results in a speed-up exceeding four orders of magnitude relative to previous event-based implementations. Our work provides an efficient and exact solution for training large-scale spiking neural networks and opens up new possibilities for building more sophisticated brain-inspired models.

📄 PDF Abstract BibTeX arXiv:2312.17216

Code (1)

rainerengelken/sparseprop 공식 구현

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks

2023-02-09 · Mahdi Nikdan, Tommaso Pegolotti, Eugenia Iofinova, Eldar Kurtic 외

We provide a new efficient version of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are sparse. Our algorithm is general, as it applies to arbitrary (unstruc…

Transfer Learning

Sparse Convolutional Recurrent Learning for Efficient Event-based Neuromorphic Object Detection

2025-06-16 · Shenqi Wang, Yingfu Xu, Amirreza Yousefzadeh, Sherif Eissa 외

Leveraging the high temporal resolution and dynamic range, object detection with event cameras can enhance the performance and safety of automotive and robotics applications in real-world scenarios. However, processing s…

Computational EfficiencyObjectobject-detectionObject Detection

Low-Latency Event-Based Object Detection with Spatially-Sparse Linear Attention

2026-03-06 · Haiqing Hao, Zhipeng Sui, Rong Zou, Zijia Dai 외 arxiv

Event cameras provide sequential visual data with spatial sparsity and high temporal resolution, making them attractive for low-latency object detection. Existing asynchronous event-based neural networks exploit this low…

Event-based visionObject Detection

Event-driven eligibility propagation in large sparse networks: efficiency shaped by biological realism

2025-11-26 · Agnes Korcsak-Gorzo, Jesús A. Espinoza Valverde, Jonas Stapmanns, Hans Ekkehard Plesser 외 arxiv

Despite remarkable technological advances, AI systems may still benefit from biological principles, such as recurrent connectivity and energy-efficient mechanisms. Drawing inspiration from the brain, we present a biologi…

Efficient recurrent architectures through activity sparsity and sparse back-propagation through time

2022-06-13 · Anand Subramoney, Khaleelulla Khan Nazeer, Mark Schöne, Christian Mayr 외

Recurrent neural networks (RNNs) are well suited for solving sequence tasks in resource-constrained systems due to their expressivity and low computational requirements. However, there is still a need to bridge the gap b…

Gesture RecognitionLanguage ModelingLanguage ModellingSequential Image Classification+1