paper-with-me

Papers

IMSSA: Deploying modern state-space models on memristive in-memory compute hardware

2024-12-28 · Sebastian Siegel, Ming-Jay Yang, John-Paul Strachan

Processing long temporal sequences is a key challenge in deep learning. In recent years, Transformers have become state-of-the-art for this task, but suffer from excessive memory requirements due to the need to explicitly store the sequences. To address this issue, structured state-space sequential (S4) models recently emerged, offering a fixed memory state while still enabling the processing of very long sequence contexts. The recurrent linear update of the state in these models makes them highly efficient on modern graphics processing units (GPU) by unrolling the recurrence into a convolution. However, this approach demands significant memory and massively parallel computation, which is only available on the latest GPUs. In this work, we aim to bring the power of S4 models to edge hardware by significantly reducing the size and computational demand of an S4D model through quantization-aware training, even achieving ternary weights for a simple real-world task. To this end, we extend conventional quantization-aware training to tailor it for analog in-memory compute hardware. We then demonstrate the deployment of recurrent S4D kernels on memrisitve crossbar arrays, enabling their computation in an in-memory compute fashion. To our knowledge, this is the first implementation of S4 kernels on in-memory compute hardware.

📄 PDF Abstract BibTeX arXiv:2412.20215

Code (0)

등록된 구현이 없습니다.

Tasks

GPUQuantizationState Space ModelsTemporal Sequences

Similar Papers 제목 키워드 기반

Efficient Training of the Memristive Deep Belief Net Immune to Non-Idealities of the Synaptic Devices

2022-03-15 · Wei Wang, Barak Hoffer, Tzofnat Greenberg-Toledo, Yang Li 외

The tunability of conductance states of various emerging non-volatile memristive devices emulates the plasticity of biological synapses, making it promising in the hardware realization of large-scale neuromorphic systems…

On the validity of memristor modeling in the neural network literature

2019-04-18 · Y. V. Pershin, M. Di Ventra

An analysis of the literature shows that there are two types of non-memristive models that have been widely used in the modeling of so-called "memristive" neural networks. Here, we demonstrate that such models have nothi…

Binary Weighted Memristive Analog Deep Neural Network for Near-Sensor Edge Processing

2018-08-02 · Olga Krestinskaya, Alex Pappachen James

The memristive crossbar aims to implement analog weighted neural network, however, the realistic implementation of such crossbar arrays is not possible due to limited switching states of memristive devices. In this work,…

Scalable Memristive-Friendly Reservoir Computing for Time Series Classification

2026-04-21 · Coşku Can Horuz, Andrea Ceni, Claudio Gallicchio, Sebastian Otte arxiv

Memristive devices present a promising foundation for next-generation information processing by combining memory and computation within a single physical substrate. This unique characteristic enables efficient, fast, and…

Time Series ClassificationComputational Efficiency

Gradient-based Neuromorphic Learning on Dynamical RRAM Arrays

2022-06-26 · Peng Zhou, Jason K. Eshraghian, Dong-Uk Choi, Wei D. Lu 외

We present MEMprop, the adoption of gradient-based learning to train fully memristive spiking neural networks (MSNNs). Our approach harnesses intrinsic device dynamics to trigger naturally arising voltage spikes. These s…