SkipSNN: Efficiently Classifying Spike Trains with Event-attention
Hang Yin, Yao Su, Liping Liu, Thomas Hartvigsen, Xin Dai, and Xiangnan Kong

TL;DR
SkipSNN introduces an event-attention mechanism to enhance spiking neural networks by dynamically filtering noise, leading to improved efficiency and accuracy in spike train classification tasks.
Contribution
It proposes SkipSNN, a novel SNN extension that learns to mask noise and skip unnecessary computations, addressing the noise issue in traditional SNNs.
Findings
Achieves higher classification accuracy than state-of-the-art SNNs.
Demonstrates significantly improved computational efficiency.
Effectively filters noise in spike train data.
Abstract
Spike train classification has recently become an important topic in the machine learning community, where each spike train is a binary event sequence with \emph{temporal-sparsity of signals of interest} and \emph{temporal-noise} properties. A promising model for it should follow the design principle of performing intensive computation only when signals of interest appear. So such tasks use mainly Spiking Neural Networks (SNNs) due to their consideration of temporal-sparsity of spike trains. However, the basic mechanism of SNNs ignore the temporal-noise issue, which makes them computationally expensive and thus high power consumption for analyzing spike trains on resource-constrained platforms. As an event-driven model, an SNN neuron makes a reaction given any input signals, making it difficult to quickly find signals of interest. In this paper, we introduce an event-attention mechanism…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications
MethodsSpiking Neural Networks
