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. State Space Model

State Space Model

A framework modeling systems through hidden states evolving over time.

Year: 2022Generality: 650
Back to Vocab

A state space model (SSM) is a mathematical framework for representing dynamic systems in which an underlying sequence of hidden (latent) states evolves over time according to a transition function, and observations are generated from those states through a separate emission function. The core structure consists of two coupled equations: a state equation that defines how the latent state at one time step produces the next, typically incorporating stochastic noise, and an observation equation that maps each latent state to a measurable output, also with noise. This separation between the hidden dynamics and the observed signal makes SSMs especially powerful for modeling systems where the true underlying process cannot be directly measured.

Inference in state space models involves estimating the hidden states given a sequence of observations — a problem solved exactly for linear Gaussian systems by the Kalman filter, which provides optimal recursive state estimates in closed form. For nonlinear or non-Gaussian systems, approximate methods such as the Extended Kalman Filter, Unscented Kalman Filter, or particle filters are used. Learning the model parameters themselves is typically handled via the Expectation-Maximization (EM) algorithm or gradient-based optimization, depending on whether the model is classical or learned end-to-end.

In machine learning, state space models have gained renewed prominence as sequence modeling architectures. Structured SSMs such as S4 (Structured State Space for Sequence Modeling) and its successors treat the SSM as a learnable layer that can efficiently capture long-range dependencies in sequences, offering a compelling alternative to Transformers for tasks involving long time series, audio, and genomics. These models leverage the convolutional form of linear SSMs for parallel training while retaining the recurrent form for efficient autoregressive inference.

SSMs matter because they provide a principled, interpretable structure for modeling temporal data, with strong theoretical foundations in control theory and signal processing. Their resurgence in deep learning reflects a broader interest in architectures that combine computational efficiency with the ability to model extended temporal context — properties that are difficult to achieve simultaneously with attention-based models.

Related

Related

SSM (State-Space Model)
SSM (State-Space Model)

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

Generality: 720
Discrete State-Space Model
Discrete State-Space Model

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

Generality: 694
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
Byte-Level State Space
Byte-Level State Space

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

Generality: 293
Transition System
Transition System

A formal model representing system behavior through states and state-changing transitions.

Generality: 650
Sequence Model
Sequence Model

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

Generality: 840