Convolutional Spiking-based GRU Cell for Spatio-temporal Data
By: Yesmine Abdennadher, Eleonora Cicciarella, Michele Rossi
Potential Business Impact:
Helps computers understand fast, changing information better.
Spike-based temporal messaging enables SNNs to efficiently process both purely temporal and spatio-temporal time-series or event-driven data. Combining SNNs with Gated Recurrent Units (GRUs), a variant of recurrent neural networks, gives rise to a robust framework for sequential data processing; however, traditional RNNs often lose local details when handling long sequences. Previous approaches, such as SpikGRU, fail to capture fine-grained local dependencies in event-based spatio-temporal data. In this paper, we introduce the Convolutional Spiking GRU (CS-GRU) cell, which leverages convolutional operations to preserve local structure and dependencies while integrating the temporal precision of spiking neurons with the efficient gating mechanisms of GRUs. This versatile architecture excels on both temporal datasets (NTIDIGITS, SHD) and spatio-temporal benchmarks (MNIST, DVSGesture, CIFAR10DVS). Our experiments show that CS-GRU outperforms state-of-the-art GRU variants by an average of 4.35%, achieving over 90% accuracy on sequential tasks and up to 99.31% on MNIST. It is worth noting that our solution achieves 69% higher efficiency compared to SpikGRU. The code is available at: https://github.com/YesmineAbdennadher/CS-GRU.
Similar Papers
Minimal Convolutional RNNs Accelerate Spatiotemporal Learning
Machine Learning (CS)
Makes computers predict weather faster and better.
Joint Graph Convolution and Sequential Modeling for Scalable Network Traffic Estimation
Machine Learning (CS)
Predicts internet traffic jams before they happen.
SpikeSTAG: Spatial-Temporal Forecasting via GNN-SNN Collaboration
Machine Learning (CS)
Predicts long-term data patterns more accurately