LGNEOct 15, 2024

Advancing Training Efficiency of Deep Spiking Neural Networks through Rate-based Backpropagation

arXiv:2410.11488v211 citationsh-index: 6Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient SNN training for researchers and practitioners in neuromorphic computing, offering an incremental improvement by streamlining existing backpropagation methods.

The paper tackles the high computational and memory demands of training deep Spiking Neural Networks (SNNs) by proposing rate-based backpropagation, which exploits rate-coding to simplify the training process, achieving comparable performance to standard methods and surpassing other efficient techniques on datasets like CIFAR-10, CIFAR-100, ImageNet, and CIFAR10-DVS.

Recent insights have revealed that rate-coding is a primary form of information representation captured by surrogate-gradient-based Backpropagation Through Time (BPTT) in training deep Spiking Neural Networks (SNNs). Motivated by these findings, we propose rate-based backpropagation, a training strategy specifically designed to exploit rate-based representations to reduce the complexity of BPTT. Our method minimizes reliance on detailed temporal derivatives by focusing on averaged dynamics, streamlining the computational graph to reduce memory and computational demands of SNNs training. We substantiate the rationality of the gradient approximation between BPTT and the proposed method through both theoretical analysis and empirical observations. Comprehensive experiments on CIFAR-10, CIFAR-100, ImageNet, and CIFAR10-DVS validate that our method achieves comparable performance to BPTT counterparts, and surpasses state-of-the-art efficient training techniques. By leveraging the inherent benefits of rate-coding, this work sets the stage for more scalable and efficient SNNs training within resource-constrained environments. Our code is available at https://github.com/Tab-ct/rate-based-backpropagation.

Code Implementations1 repo
Foundations

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

Your Notes