paper-with-me

Papers

Flash PD-SSM: Memory-Optimized Structured Sparse State-Space Models

2026-05-18 · Aleksandar Terzić, Francesco Carzaniga, Nicolas Menet, Yannick Biehl, Michael Hersche, Thomas Hofmann, Abbas Rahimi arxiv

State-space models (SSMs) face a fundamental trade-off between efficiency and expressivity that is mainly dictated by the structure of the model's transition matrix. Unstructured transition matrices enable maximal expressivity, as measured by their ability to model finite-state automaton (FSA) transitions, but come at a prohibitively high compute and memory cost. In contrast, most structured transition matrix forms are highly efficient both in runtime and memory consumption, but suffer from limited expressivity. Building on recent work on structured sparse SSMs, we propose Flash PD-SSM, a novel SSM that achieves comparable throughput to widely-used structured SSMs with significantly better expressivity guarantees. Flash PD-SSM maintains a trainable set of structured sparse matrices, a single one of which is discretely selected at each time-step, enabling FSA expressiveness at the level of unstructured matrices while maintaining the efficiency required for training models at scale. First, we validate Flash PD-SSM against a suite of alternative models on synthetic mechanistic and state-tracking tasks, finding that its theoretical expressivity is achieved in practice. Second, on multivariate time-series tasks involving sequences of length over 17,000, we find that Flash PD-SSM defines a new state-of-the-art (SoTA) accuracy among competing SSM methods. Finally, we demonstrate that Flash PD-SSM is an effective drop-in replacement for hybrid LLMs, yielding improvements both in natural language state-tracking and in common language modeling scenarios. The model exhibits increased throughput and decreased memory consumption compared to SSMs widely used in frontier language models.

📄 PDF Abstract BibTeX arXiv:2605.19150

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FlashSparse: Minimizing Computation Redundancy for Fast Sparse Matrix Multiplications on Tensor Cores

2024-12-15 · Jinliang Shi, Shigang Li, Youxuan Xu, Rongtian Fu 외

Sparse Matrix-matrix Multiplication (SpMM) and Sampled Dense-dense Matrix Multiplication (SDDMM) are important sparse operators in scientific computing and deep learning. Tensor Core Units (TCUs) enhance modern accelerat…

Flash-LLM: Enabling Cost-Effective and Highly-Efficient Large Generative Model Inference with Unstructured Sparsity

2023-09-19 · Haojun Xia, Zhen Zheng, Yuchao Li, Donglin Zhuang 외

With the fast growth of parameter size, it becomes increasingly challenging to deploy large generative models as they typically require large GPU memory consumption and massive computation. Unstructured model pruning has…

GPU

FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores

2023-11-10 · Daniel Y. Fu, Hermann Kumbong, Eric Nguyen, Christopher Ré

Convolution models with long filters have demonstrated state-of-the-art reasoning abilities in many long-sequence tasks but lag behind the most optimized Transformers in wall-clock time. A major bottleneck is the Fast Fo…

FlashMask: Efficient and Rich Mask Extension of FlashAttention

2024-10-02 · Guoxia Wang, Jinle Zeng, Xiyuan Xiao, Siming Wu 외

The computational and memory demands of vanilla attention scale quadratically with the sequence length $N$, posing significant challenges for processing long sequences in Transformer models. FlashAttention alleviates the…

Computational EfficiencyGPU

Tiled Flash Linear Attention: More Efficient Linear RNN and xLSTM Kernels

2025-03-18 · Maximilian Beck, Korbinian Pöppel, Phillip Lippe, Sepp Hochreiter

Linear RNNs with gating recently demonstrated competitive performance compared to Transformers in language modeling. Although their linear compute scaling in sequence length offers theoretical runtime advantages over Tra…

GPULanguage ModelingLanguage ModellingMamba