LGAICVNEMar 18, 2025

Temporal Flexibility in Spiking Neural Networks: Towards Generalization Across Time Steps and Deployment Friendliness

arXiv:2503.17394v15 citationsh-index: 11Has CodeICLR
Originality Highly original
AI Analysis

This work addresses deployment challenges for SNNs on neuromorphic hardware, offering a novel solution for energy-efficient AI, though it is incremental in advancing SNN adaptability.

The paper tackles the problem of temporal inflexibility in Spiking Neural Networks (SNNs), which limits their deployment on event-driven hardware and dynamic energy-performance tuning, by introducing Mixed Time-step Training (MTT) to enable generalization across time steps, resulting in nearly lossless performance on N-MNIST and a 10.1% improvement on CIFAR10-DVS compared to standard methods.

Spiking Neural Networks (SNNs), models inspired by neural mechanisms in the brain, allow for energy-efficient implementation on neuromorphic hardware. However, SNNs trained with current direct training approaches are constrained to a specific time step. This "temporal inflexibility" 1) hinders SNNs' deployment on time-step-free fully event-driven chips and 2) prevents energy-performance balance based on dynamic inference time steps. In this study, we first explore the feasibility of training SNNs that generalize across different time steps. We then introduce Mixed Time-step Training (MTT), a novel method that improves the temporal flexibility of SNNs, making SNNs adaptive to diverse temporal structures. During each iteration of MTT, random time steps are assigned to different SNN stages, with spikes transmitted between stages via communication modules. After training, the weights are deployed and evaluated on both time-stepped and fully event-driven platforms. Experimental results show that models trained by MTT gain remarkable temporal flexibility, friendliness for both event-driven and clock-driven deployment (nearly lossless on N-MNIST and 10.1% higher than standard methods on CIFAR10-DVS), enhanced network generalization, and near SOTA performance. To the best of our knowledge, this is the first work to report the results of large-scale SNN deployment on fully event-driven scenarios.

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