Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. SSM (State-Space Model)

SSM (State-Space Model)

A mathematical framework modeling dynamic systems through evolving hidden state variables.

Year: 2022Generality: 720
Back to Vocab

State-space models (SSMs) represent dynamic systems by tracking a set of latent state variables that evolve over time according to transition equations, while observations are generated from those states through a separate emission process. In the classical formulation, two equations define the system: a state transition equation describing how the hidden state changes from one time step to the next (often incorporating noise or stochasticity), and an observation equation linking the hidden state to measurable outputs. This separation between latent dynamics and observed signals makes SSMs especially powerful for modeling systems where the underlying process is not directly observable — a common situation in engineering, economics, neuroscience, and machine learning.

In machine learning, SSMs gained renewed prominence as sequence modeling alternatives to recurrent neural networks and transformers. Modern deep SSMs — such as S4, Mamba, and related architectures — parameterize the state transition and emission matrices using structured or learned representations, enabling efficient long-range sequence modeling with linear or near-linear computational complexity. Unlike attention-based models that compare all token pairs, SSMs compress history into a fixed-size state vector, making them highly efficient for long sequences. The Kalman filter, a classic SSM algorithm, performs optimal inference in linear-Gaussian systems and remains foundational to understanding how SSMs propagate uncertainty through time.

SSMs matter in modern AI because they offer a principled, computationally tractable way to handle temporal dependencies, uncertainty, and missing data. Their recurrent structure allows constant-memory inference at test time, while their convolutional equivalence during training enables parallelization — a rare combination. As sequence lengths in applications like genomics, audio, and time-series forecasting grow into the tens of thousands, SSMs have emerged as a compelling complement or alternative to transformer architectures, combining theoretical grounding from control theory with the flexibility of deep learning.

Related

Related

State Space Model
State Space Model

A framework modeling systems through hidden states evolving over time.

Generality: 650
Deep SSMs (Deep State-Space Models)
Deep SSMs (Deep State-Space Models)

Neural networks combined with state-space models to capture complex sequential dynamics.

Generality: 514
Discrete State-Space Model
Discrete State-Space Model

A mathematical framework representing system dynamics through finite states at discrete time steps.

Generality: 694
Byte-Level State Space
Byte-Level State Space

The complete set of possible states defined by individual byte values in a system.

Generality: 293
Sequence Model
Sequence Model

A model that learns patterns and dependencies within ordered data sequences.

Generality: 840
Mamba
Mamba

Selective state space model architecture replacing attention with linear-time sequence modeling

Generality: 445