paper-with-me

홈 › Papers

SpikingSSMs: Learning Long Sequences with Sparse and Parallel Spiking State Space Models

2024-08-27 · Shuaijie Shen, Chao Wang, Renzhuo Huang, Yan Zhong, Qinghai Guo, Zhichao Lu, JianGuo Zhang, Luziwei Leng

Known as low energy consumption networks, spiking neural networks (SNNs) have gained a lot of attention within the past decades. While SNNs are increasing competitive with artificial neural networks (ANNs) for vision tasks, they are rarely used for long sequence tasks, despite their intrinsic temporal dynamics. In this work, we develop spiking state space models (SpikingSSMs) for long sequence learning by leveraging on the sequence learning abilities of state space models (SSMs). Inspired by dendritic neuron structure, we hierarchically integrate neuronal dynamics with the original SSM block, meanwhile realizing sparse synaptic computation. Furthermore, to solve the conflict of event-driven neuronal dynamics with parallel computing, we propose a light-weight surrogate dynamic network which accurately predicts the after-reset membrane potential and compatible to learnable thresholds, enabling orders of acceleration in training speed compared with conventional iterative methods. On the long range arena benchmark task, SpikingSSM achieves competitive performance to state-of-the-art SSMs meanwhile realizing on average 90\% of network sparsity. On language modeling, our network significantly surpasses existing spiking large language models (spikingLLMs) on the WikiText-103 dataset with only a third of the model size, demonstrating its potential as backbone architecture for low computation cost LLMs.

📄 PDF Abstract BibTeX arXiv:2408.14909

Code (1)

shenshuaijie/SDN 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingState Space Models

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SPikE-SSM: A Sparse, Precise, and Efficient Spiking State Space Model for Long Sequences Learning

2024-10-07 · Yan Zhong, Ruoyu Zhao, Chao Wang, Qinghai Guo 외

Spiking neural networks (SNNs) provide an energy-efficient solution by utilizing the spike-based and sparse nature of biological systems. Since the advent of Transformers, SNNs have struggled to compete with artificial n…

Computational EfficiencyState Space Models

ASecond-Order SpikingSSM for Wearables

2025-10-16 · Kartikay Agrawal, Abhijeet Vikram, Vedant Sharma, Vaishnavi Nagabhushana 외 arxiv

Spiking neural networks have garnered increasing attention due to their energy efficiency, multiplication-free computation, and sparse event-based processing. In parallel, state space models have emerged as scalable alte…

Parallel Training in Spiking Neural Networks

2026-02-01 · Yanbin Huang, Man Yao, Yuqi Pan, Changze Lv 외 arxiv

The bio-inspired integrate-fire-reset mechanism of spiking neurons constitutes the foundation for efficient processing in Spiking Neural Networks (SNNs). Recent progress in large models demands that spiking neurons suppo…

Reinforcement LearningImage Classification

Parallel Spiking Neurons with High Efficiency and Ability to Learn Long-term Dependencies

2023-04-25 · NeurIPS 2023 11 · Wei Fang, Zhaofei Yu, Zhaokun Zhou, Ding Chen 외

Vanilla spiking neurons in Spiking Neural Networks (SNNs) use charge-fire-reset neuronal dynamics, which can only be simulated serially and can hardly learn long-time dependencies. We find that when removing reset, the n…

Accelerating SNN Training with Stochastic Parallelizable Spiking Neurons

2023-06-22 · Sidi Yaya Arnaud Yarga, Sean U. N. Wood

Spiking neural networks (SNN) are able to learn spatiotemporal features while using less energy, especially on neuromorphic hardware. The most widely used spiking neuron in deep learning is the Leaky Integrate and Fire (…

GPU