LongSpike: Fractional Order Spiking State Space Models for Efficient Long Sequence Learning
About
Spiking Neural Networks (SNNs) are well-regarded for their biological plausibility and energy efficiency in processing sequential data. However, dominant SNN architectures typically rely on first-order Ordinary Differential Equations (ODEs) to govern neuronal state transitions. This first-order assumption imposes a "memoryless" bottleneck, limiting the model's capacity to capture the complex, long-range dependencies inherent in long-sequence tasks. In this work, we propose LongSpike, a novel SNN framework that integrates fractional-order State-Space Modeling, or f-SSM, from control theory into the spiking domain. By extending traditional integer-order SSMs to the fractional-calculus regime, LongSpike enables the hierarchical integration of neuronal dynamics with long-memory kernels. To mitigate the computational overhead and parallelization challenges typically associated with fractional operators, we leverage a state-space formulation that supports efficient, parallel training. Empirical evaluations on challenging benchmarks, including Long Range Arena (LRA), large-scale WikiText-103, and Speech Commands, demonstrate that LongSpike outperforms state-of-the-art SNNs in accuracy while preserving sparse synaptic computation. The code is available at https://github.com/xinruihe389-commits/LongSpike.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Gesture Recognition | DVS128-Gesture (test) | Accuracy97.4 | 32 | |
| Audio Classification | Speech Commands | Accuracy96.31 | 14 | |
| Sequence Classification | S-MNIST | Accuracy99.62 | 11 | |
| Sequence Modeling | LRA | LISTOPS Accuracy60.95 | 9 | |
| Sequence Classification | PS-MNIST | Accuracy98.51 | 9 | |
| Language Modeling | WikiText-103 | Perplexity (PPL)32.31 | 5 |