NEAIMar 25

Reconstructing Spiking Neural Networks Using a Single Neuron with Autapses

arXiv:2603.2469230.3h-index: 5
AI Analysis

This addresses the efficiency problem in neuromorphic computing for brain-inspired hardware, though it appears incremental as it builds on existing SNN concepts with a novel architectural twist.

The paper tackles the problem of high communication and state-storage costs in spiking neural networks (SNNs) by proposing TDA-SNN, a framework that reconstructs SNNs using a single neuron with autapses, achieving competitive performance on benchmarks while greatly reducing neuron count and state memory.

Spiking neural networks (SNNs) are promising for neuromorphic computing, but high-performing models still rely on dense multilayer architectures with substantial communication and state-storage costs. Inspired by autapses, we propose time-delayed autapse SNN (TDA-SNN), a framework that reconstructs SNNs with a single leaky integrate-and-fire neuron and a prototype-learning-based training strategy. By reorganizing internal temporal states, TDA-SNN can realize reservoir, multilayer perceptron, and convolution-like spiking architectures within a unified framework. Experiments on sequential, event-based, and image benchmarks show competitive performance in reservoir and MLP settings, while convolutional results reveal a clear space--time trade-off. Compared with standard SNNs, TDA-SNN greatly reduces neuron count and state memory while increasing per-neuron information capacity, at the cost of additional temporal latency in extreme single-neuron settings. These findings highlight the potential of temporally multiplexed single-neuron models as compact computational units for brain-inspired computing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes