paper-with-me

Papers

A Diagonal Structured State Space Model on Loihi 2 for Efficient Streaming Sequence Processing

2024-09-23 · Svea Marie Meyer, Philipp Weidel, Philipp Plank, Leobardo Campos-Macias, Sumit Bam Shrestha, Philipp Stratmann, Mathis Richter

Deep State-Space Models (SSM) demonstrate state-of-the art performance on long-range sequence modeling tasks. While the recurrent structure of SSMs can be efficiently implemented as a convolution or as a parallel scan during training, recurrent token-by-token processing cannot currently be implemented efficiently on GPUs. Here, we demonstrate efficient token-by-token inference of the SSM S4D on Intel's Loihi 2 state-of-the-art neuromorphic processor. We compare this first ever neuromorphic-hardware implementation of an SSM on sMNIST, psMNIST, and sCIFAR to a recurrent and a convolutional implementation of S4D on Jetson Orin Nano (Jetson). While we find Jetson to perform better in an offline sample-by-sample based batched processing mode, Loihi 2 outperforms during token-by-token based processing, where it consumes 1000 times less energy with a 75 times lower latency and a 75 times higher throughput compared to the recurrent implementation of S4D on Jetson. This opens up new avenues towards efficient real-time streaming applications of SSMs.

📄 PDF Abstract BibTeX arXiv:2409.15022

Code (0)

등록된 구현이 없습니다.

Tasks

State Space Models

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Efficient Neuromorphic Signal Processing with Loihi 2

2021-11-05 · Garrick Orchard, E. Paxon Frady, Daniel Ben Dayan Rubin, Sophia Sanborn 외

The biologically inspired spiking neurons used in neuromorphic computing are nonlinear filters with dynamic state variables -- very different from the stateless neuron models used in deep learning. The next version of In…

Audio ClassificationOptical Flow Estimation

Accelerating Linear Recurrent Neural Networks for the Edge with Unstructured Sparsity

2025-02-03 · Alessandro Pierro, Steven Abreu, Jonathan Timcheck, Philipp Stratmann 외

Linear recurrent neural networks enable powerful long-range sequence modeling with constant memory usage and time-per-token during inference. These architectures hold promise for streaming applications at the edge, but d…

Audio DenoisingDenoisingGPUModel Compression

Diagonal State Spaces are as Effective as Structured State Spaces

2022-03-27 · Ankit Gupta, Albert Gu, Jonathan Berant

Modeling long range dependencies in sequential data is a fundamental step towards attaining human-level performance in many modalities such as text, vision, audio and video. While attention-based models are a popular and…

Long-range modeling

On Structured State-Space Duality

2025-10-06 · Jerry Yao-Chieh Hu, Xiwen Zhang, Ali ElSheikh, Weimin Wu 외 arxiv

Structured State-Space Duality (SSD) [Dao & Gu, ICML 2024] is an equivalence between a simple Structured State-Space Model (SSM) and a masked attention mechanism. In particular, a state-space model with a scalar-times-id…

Convolutional Subspace Clustering Network with Block Diagonal Prior

2019-12-31 · IEEE Access 2019 12 · Junjian Zhang, Chun-Guang Li, Tianming Du, Honggang Zhang 외

Standard methods of subspace clustering are based on self-expressiveness in the original data space, which states that a data point in a subspace can be expressed as a linear combination of other points. However, the rea…

Clustering