paper-with-me

홈 › Papers

Let SSMs be ConvNets: State-space Modeling with Optimal Tensor Contractions

2025-01-22 · Yan Ru Pei

We introduce Centaurus, a class of networks composed of generalized state-space model (SSM) blocks, where the SSM operations can be treated as tensor contractions during training. The optimal order of tensor contractions can then be systematically determined for every SSM block to maximize training efficiency. This allows more flexibility in designing SSM blocks beyond the depthwise-separable configuration commonly implemented. The new design choices will take inspiration from classical convolutional blocks including group convolutions, full convolutions, and bottleneck blocks. We architect the Centaurus network with a mixture of these blocks, to balance between network size and performance, as well as memory and computational efficiency during both training and inference. We show that this heterogeneous network design outperforms its homogeneous counterparts in raw audio processing tasks including keyword spotting, speech denoising, and automatic speech recognition (ASR). For ASR, Centaurus is the first network with competitive performance that can be made fully state-space based, without using any nonlinear recurrence (LSTMs), explicit convolutions (CNNs), or (surrogate) attention mechanism. Source code is available at github.com/Brainchip-Inc/Centaurus

📄 PDF Abstract BibTeX arXiv:2501.13230

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Computational EfficiencyDenoisingKeyword SpottingSpeech DenoisingSpeech Enhancementspeech-recognitionSpeech Recognition

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 제목 키워드 기반

The Expressive Capacity of State Space Models: A Formal Language Perspective

2024-05-27 · Yash Sarrof, Yana Veitsman, Michael Hahn

Recently, recurrent models based on linear state space models (SSMs) have shown promising performance in language modeling (LM), competititve with transformers. However, there is little understanding of the in-principle …

Language ModelingLanguage ModellingMambaState Space Models

State-space models through the lens of ensemble control

2026-03-13 · Ye Feng, Jianfeng Lu arxiv

State-space models (SSMs) are effective architectures for sequential modeling, but a rigorous theoretical understanding of their training dynamics is still lacking. In this work, we formulate the training of SSMs as an e…

Slot State Space Models

2024-06-18 · Jindong Jiang, Fei Deng, Gautam Singh, Minseung Lee 외

Recent State Space Models (SSMs) such as S4, S5, and Mamba have shown remarkable computational benefits in long-range temporal dependency modeling. However, in many sequence modeling problems, the underlying process is i…

MambaState Space ModelsVideo PredictionVideo Understanding+1

Regularization-Based Efficient Continual Learning in Deep State-Space Models

2024-03-15 · Yuanhang Zhang, Zhidi Lin, Yiyong Sun, Feng Yin 외

Deep state-space models (DSSMs) have gained popularity in recent years due to their potent modeling capacity for dynamic systems. However, existing DSSM works are limited to single-task modeling, which requires retrainin…

Continual LearningState Space Models

GG-SSMs: Graph-Generating State Space Models

2024-12-17 · CVPR 2025 1 · Nikola Zubić, Davide Scaramuzza

State Space Models (SSMs) are powerful tools for modeling sequential data in computer vision and time series analysis domains. However, traditional SSMs are limited by fixed, one-dimensional sequential processing, which …

MambaOptical Flow EstimationState Space ModelsTime Series+1