LongSpike: Fractional Order Spiking State Space Models for Efficient Long Sequence Learning

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

LongSpike, a new Spiking Neural Network (SNN) framework, addresses the "memoryless" bottleneck in existing SNN architectures that rely on first-order Ordinary Differential Equations. Developed by integrating fractional-order State-Space Modeling (f-SSM) from control theory, LongSpike extends traditional integer-order SSMs into the fractional-calculus regime. This innovation enables the hierarchical integration of neuronal dynamics with long-memory kernels, significantly improving the model's capacity to capture complex, long-range dependencies in sequential data. To manage the computational overhead associated with fractional operators, LongSpike employs a state-space formulation that supports efficient, parallel training. Empirical evaluations, published on 2026-06-11, demonstrate that LongSpike surpasses state-of-the-art SNNs in accuracy across challenging benchmarks like Long Range Arena (LRA), large-scale WikiText-103, and Speech Commands, all while maintaining sparse synaptic computation. The code is available at https://github.com/xinruihe389-commits/LongSpike.

Key takeaway

For Machine Learning Engineers developing Spiking Neural Networks for long sequence learning, LongSpike presents a significant architectural advancement. You should investigate integrating fractional-order State-Space Modeling into your SNN designs to overcome the "memoryless" bottleneck of first-order ODEs. This approach demonstrably improves accuracy on benchmarks like LRA and WikiText-103 while preserving sparse synaptic computation, offering a path to more powerful and efficient SNNs.

Key insights

LongSpike integrates fractional-order State-Space Modeling into SNNs to capture long-range dependencies efficiently.

Principles

Method

LongSpike integrates fractional-order State-Space Modeling (f-SSM) into SNNs by extending integer-order SSMs to the fractional-calculus regime. It uses a state-space formulation to enable efficient, parallel training of fractional operators.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.