CVDec 20, 2022

Hoyer regularizer is all you need for ultra low-latency spiking neural networks

arXiv:2212.10170v112 citationsh-index: 34
Originality Highly original
AI Analysis

This work addresses the deployment of low-power SNNs in real-time vision applications, offering a novel method to reduce latency and training complexity.

The paper tackles the problem of high latency and training complexity in Spiking Neural Networks (SNNs) by introducing a training framework for one-time-step SNNs using a novel Hoyer regularizer variant, achieving improved accuracy-FLOPs trade-off for image recognition tasks.

Spiking Neural networks (SNN) have emerged as an attractive spatio-temporal computing paradigm for a wide range of low-power vision tasks. However, state-of-the-art (SOTA) SNN models either incur multiple time steps which hinder their deployment in real-time use cases or increase the training complexity significantly. To mitigate this concern, we present a training framework (from scratch) for one-time-step SNNs that uses a novel variant of the recently proposed Hoyer regularizer. We estimate the threshold of each SNN layer as the Hoyer extremum of a clipped version of its activation map, where the clipping threshold is trained using gradient descent with our Hoyer regularizer. This approach not only downscales the value of the trainable threshold, thereby emitting a large number of spikes for weight update with a limited number of iterations (due to only one time step) but also shifts the membrane potential values away from the threshold, thereby mitigating the effect of noise that can degrade the SNN accuracy. Our approach outperforms existing spiking, binary, and adder neural networks in terms of the accuracy-FLOPs trade-off for complex image recognition tasks. Downstream experiments on object detection also demonstrate the efficacy of our approach.

Foundations

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

Your Notes