Spiking Neural Networks with Improved Inherent Recurrence Dynamics for Sequential Learning
Wachirawit Ponghiran, Kaushik Roy

TL;DR
This paper introduces modifications to spiking neural networks with leaky integrate and fire neurons, enabling effective sequential learning and achieving comparable accuracy to LSTMs with fewer parameters and significantly reduced computation.
Contribution
Proposes a novel training scheme and network modifications for SNNs to improve inherent recurrence dynamics for sequential tasks, addressing vanishing gradient issues.
Findings
Achieves LSTM-level accuracy on TIMIT and LibriSpeech datasets.
Uses half the parameters of LSTMs while maintaining performance.
Reduces multiplication operations by over 10 times compared to GRUs.
Abstract
Spiking neural networks (SNNs) with leaky integrate and fire (LIF) neurons, can be operated in an event-driven manner and have internal states to retain information over time, providing opportunities for energy-efficient neuromorphic computing, especially on edge devices. Note, however, many representative works on SNNs do not fully demonstrate the usefulness of their inherent recurrence (membrane potentials retaining information about the past) for sequential learning. Most of the works train SNNs to recognize static images by artificially expanded input representation in time through rate coding. We show that SNNs can be trained for sequential tasks and propose modifications to a network of LIF neurons that enable internal states to learn long sequences and make their inherent recurrence resilient to the vanishing gradient problem. We then develop a training scheme to train the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural dynamics and brain function · Neural Networks and Reservoir Computing
