NEAIApr 22, 2018

Deep Learning in Spiking Neural Networks

arXiv:1804.08150v41345 citations
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of training deep SNNs for applications in portable devices and brain-inspired computing, but it is incremental as it reviews existing methods.

The paper reviews methods for training deep spiking neural networks (SNNs), which are more biologically realistic and energy-efficient than artificial neural networks (ANNs), but face challenges due to non-differentiable transfer functions. It finds that SNNs still lag behind ANNs in accuracy, but the gap is decreasing and can vanish on some tasks while requiring fewer operations.

In recent years, deep learning has been a revolution in the field of machine learning, for computer vision in particular. In this approach, a deep (multilayer) artificial neural network (ANN) is trained in a supervised manner using backpropagation. Huge amounts of labeled examples are required, but the resulting classification accuracy is truly impressive, sometimes outperforming humans. Neurons in an ANN are characterized by a single, static, continuous-valued activation. Yet biological neurons use discrete spikes to compute and transmit information, and the spike times, in addition to the spike rates, matter. Spiking neural networks (SNNs) are thus more biologically realistic than ANNs, and arguably the only viable option if one wants to understand how the brain computes. SNNs are also more hardware friendly and energy-efficient than ANNs, and are thus appealing for technology, especially for portable devices. However, training deep SNNs remains a challenge. Spiking neurons' transfer function is usually non-differentiable, which prevents using backpropagation. Here we review recent supervised and unsupervised methods to train deep SNNs, and compare them in terms of accuracy, but also computational cost and hardware friendliness. The emerging picture is that SNNs still lag behind ANNs in terms of accuracy, but the gap is decreasing, and can even vanish on some tasks, while the SNNs typically require much fewer operations.

Code Implementations2 repos
Foundations

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

Your Notes