NECVJan 29, 2023

Exploiting High Performance Spiking Neural Networks with Efficient Spiking Patterns

arXiv:2301.12356v120 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the efficiency and performance limitations of SNNs for neuromorphic computing applications, representing an incremental improvement with novel neuron design.

The paper tackled the performance gap between Spiking Neural Networks (SNNs) and Artificial Neural Networks by introducing a dynamic Burst pattern and LIFB neuron, which improved SNN performance on datasets like CIFAR10, CIFAR100, and ImageNet while reducing latency and achieving state-of-the-art results on neuromorphic datasets.

Spiking Neural Networks (SNNs) use discrete spike sequences to transmit information, which significantly mimics the information transmission of the brain. Although this binarized form of representation dramatically enhances the energy efficiency and robustness of SNNs, it also leaves a large gap between the performance of SNNs and Artificial Neural Networks based on real values. There are many different spike patterns in the brain, and the dynamic synergy of these spike patterns greatly enriches the representation capability. Inspired by spike patterns in biological neurons, this paper introduces the dynamic Burst pattern and designs the Leaky Integrate and Fire or Burst (LIFB) neuron that can make a trade-off between short-time performance and dynamic temporal performance from the perspective of network information capacity. LIFB neuron exhibits three modes, resting, Regular spike, and Burst spike. The burst density of the neuron can be adaptively adjusted, which significantly enriches the characterization capability. We also propose a decoupling method that can losslessly decouple LIFB neurons into equivalent LIF neurons, which demonstrates that LIFB neurons can be efficiently implemented on neuromorphic hardware. We conducted experiments on the static datasets CIFAR10, CIFAR100, and ImageNet, which showed that we greatly improved the performance of the SNNs while significantly reducing the network latency. We also conducted experiments on neuromorphic datasets DVS-CIFAR10 and NCALTECH101 and showed that we achieved state-of-the-art with a small network structure.

Foundations

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

Your Notes