Conceptual
Login

State Space Models for Sequence Modeling in Deep Learning

Sequence models that maintain a linear recurrent hidden state governed by learned state-transition, input, and output matrices, giving inference cost that is linear rather than quadratic in sequence length. This family (including structured variants such as S4 and Mamba) is an alternative to attention for very long sequences.