paper-with-me

홈 › Papers

An Optimized Deep Spiking Neural Network Architecture Without Gradients

2022-08-22 · IEEE Access 2022 8 · Yeshwanth Bethi, Ying Xu, Gregory Cohen, André van Schaik, and Saeed Afshar

We present an end-to-end trainable modular event-driven neural architecture that uses local synaptic and threshold adaptation rules to perform transformations between arbitrary spatio-temporal spike patterns. The architecture represents a highly abstracted model of existing Spiking Neural Network (SNN) architectures. The proposed Optimized Deep Event-driven Spiking neural network Architecture (ODESA) can simultaneously learn hierarchical spatio-temporal features at multiple arbitrary time scales. ODESA performs online learning without the use of error back-propagation or the calculation of gradients. Through the use of simple local adaptive selection thresholds at each node, the network rapidly learns to appropriately allocate its neuronal resources at each layer for any given problem without using an error measure. These adaptive selection thresholds are the central feature of ODESA, ensuring network stability and remarkable robustness to noise as well as to the selection of initial system parameters. Network activations are inherently sparse due to a hard Winner-Take-All (WTA) constraint at each layer. We evaluate the architecture on existing spatio-temporal datasets, including the spike-encoded IRIS, latency-coded MNIST, Oxford Spike pattern and TIDIGITS datasets, as well as a novel set of tasks based on International Morse Code that we created. These tests demonstrate the hierarchical spatio-temporal learning capabilities of ODESA. Through these tests, we demonstrate ODESA can optimally solve practical and highly challenging hierarchical spatio-temporal learning tasks with the minimum possible number of computing nodes.

📄 PDF Abstract BibTeX

Code (1)

yeshwanthravitheja/ODESA.py

Similar Papers 제목 키워드 기반

An optimised deep spiking neural network architecture without gradients

2021-09-27 · Yeshwanth Bethi, Ying Xu, Gregory Cohen, Andre van Schaik 외

We present an end-to-end trainable modular event-driven neural architecture that uses local synaptic and threshold adaptation rules to perform transformations between arbitrary spatio-temporal spike patterns. The archite…

Efficient Implementation of a Multi-Layer Gradient-Free Online-Trainable Spiking Neural Network on FPGA

2023-05-31 · Ali Mehrabi, Yeshwanth Bethi, André van Schaik, Andrew Wabnitz 외

This paper presents an efficient hardware implementation of the recently proposed Optimized Deep Event-driven Spiking Neural Network Architecture (ODESA). ODESA is the first network to have end-to-end multi-layer online …

Self-Learning

IM-Loss: Information Maximization Loss for Spiking Neural Networks

2022-10-31 · NeurIPS 2022 10 · Yufei Guo, Yuanpei Chen, Liwen Zhang, Xiaode Liu 외

Spiking Neural Network (SNN), recognized as a type of biologically plausible architecture, has recently drawn much research attention. It transmits information by 0/1 spikes. This bio-mimetic mechanism of SNN demonstrate…

Event data classificationImage ClassificationQuantization

NeuronSpark: A Spiking Neural Network Language Model with Selective State Space Dynamics

2026-03-17 · Zhengzheng Tang arxiv

We ask whether a pure spiking backbone can learn large-scale language modeling from random initialization, without Transformer distillation. We introduce NeuronSpark, a 0.9B-parameter SNN language model trained with next…

SpikingGamma: Surrogate-Gradient Free and Temporally Precise Online Training of Spiking Neural Networks with Smoothed Delays

2026-02-02 · Roel Koopman, Sebastian Otte, Sander Bohté arxiv

Neuromorphic hardware implementations of Spiking Neural Networks (SNNs) promise energy-efficient, low-latency AI through sparse, event-driven computation. Yet, training SNNs under fine temporal discretization remains a m…