paper-with-me

Papers

Robustifying State-space Models for Long Sequences via Approximate Diagonalization

2023-10-02 · Annan Yu, Arnur Nigmetov, Dmitriy Morozov, Michael W. Mahoney, N. Benjamin Erichson

State-space models (SSMs) have recently emerged as a framework for learning long-range sequence tasks. An example is the structured state-space sequence (S4) layer, which uses the diagonal-plus-low-rank structure of the HiPPO initialization framework. However, the complicated structure of the S4 layer poses challenges; and, in an effort to address these challenges, models such as S4D and S5 have considered a purely diagonal structure. This choice simplifies the implementation, improves computational efficiency, and allows channel communication. However, diagonalizing the HiPPO framework is itself an ill-posed problem. In this paper, we propose a general solution for this and related ill-posed diagonalization problems in machine learning. We introduce a generic, backward-stable "perturb-then-diagonalize" (PTD) methodology, which is based on the pseudospectral theory of non-normal operators, and which may be interpreted as the approximate diagonalization of the non-normal matrices defining SSMs. Based on this, we introduce the S4-PTD and S5-PTD models. Through theoretical analysis of the transfer functions of different initialization schemes, we demonstrate that the S4-PTD/S5-PTD initialization strongly converges to the HiPPO framework, while the S4D/S5 initialization only achieves weak convergences. As a result, our new models show resilience to Fourier-mode noise-perturbed inputs, a crucial property not achieved by the S4D/S5 models. In addition to improved robustness, our S5-PTD model averages 87.6% accuracy on the Long-Range Arena benchmark, demonstrating that the PTD methodology helps to improve the accuracy of deep learning models.

📄 PDF Abstract BibTeX arXiv:2310.01698

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyState Space Models

Similar Papers 제목 키워드 기반

Probabilistic sequential matrix factorization

2019-10-09 · Ömer Deniz Akyildiz, Gerrit J. J. van den Burg, Theodoros Damoulas, Mark F. J. Steel

We introduce the probabilistic sequential matrix factorization (PSMF) method for factorizing time-varying and non-stationary datasets consisting of high-dimensional time-series. In particular, we consider nonlinear Gauss…

ImputationMultivariate Time Series ForecastingMultivariate Time Series ImputationState Space Models+3

Stochastic MPC with Realization-Adaptive Constraint Tightening

2022-09-21 · Hotae Lee, Monimoy Bujarbaruah, Francesco Borrelli

This paper presents a stochastic model predictive controller (SMPC) for linear time-invariant systems in the presence of additive disturbances. The distribution of the disturbance is unknown and is assumed to have a boun…

Uncovering Selective State Space Model's Capabilities in Lifelong Sequential Recommendation

2024-03-25 · Jiyuan Yang, Yuanzi Li, Jingyu Zhao, Hanbing Wang 외

Sequential Recommenders have been widely applied in various online services, aiming to model users' dynamic interests from their sequential interactions. With users increasingly engaging with online platforms, vast amoun…

2kMambaSequential Recommendation

Oscillatory State-Space Models

2024-10-04 · T. Konstantin Rusch, Daniela Rus

We propose Linear Oscillatory State-Space models (LinOSS) for efficiently learning on long sequences. Inspired by cortical dynamics of biological neural networks, we base our proposed LinOSS model on a system of forced h…

MambaState Space Models

State Spaces Aren't Enough: Machine Translation Needs Attention

2023-04-25 · Ali Vardasbi, Telmo Pessoa Pires, Robin M. Schmidt, Stephan Peitz

Structured State Spaces for Sequences (S4) is a recently proposed sequence model with successful applications in various tasks, e.g. vision, language modeling, and audio. Thanks to its mathematical formulation, it compre…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2