Input Projection (B)

Appears in 1 paper

A matrix or function that projects the input u_t into the state space.

As used in Paper 21 — Mamba: Linear-Time Sequence Modeling with Selective State Spaces →

A matrix or function that projects the input u_t into the state space. In selective SSMs, B_t = Linear(u_t), making it input-dependent. Determines how much of the current input feeds into the hidden state.