Linear state-space models (see textbook by Chen, 1999) share the
same structure as hidden Markov models but now the states
and
observations
are continuous valued vectors. The conditional
probabilities are represented as a linear mapping with additive
Gaussian noise:
Again, the belief propagation algorithm has another name, and it was originally derived from a different starting point probably by a Danish statistician T.N. Thiele in 1880 and later popularised by Kalman (1960) (see also the textbook by Anderson and Moore, 1979). In the context of state-space models, belief propagation is known as the Kalman smoother. It is popular in many applications fields, including econometrics (Engle and Watson, 1987), radar tracking (Chui and Chen, 1991), control systems (Maybeck, 1979), signal processing, navigation, and robotics.
In control systems, dynamics can be affected by control inputs
. Equation (3.21) for dynamics is replaced by
are coming from outside the
generative model. One possibility is to use feedback control
(see textbook by Doyle et al., 1992),
and
should be chosen so as to
accomplish the control goal, not by inference or learning.
Section 4.3 studies an extension to nonlinear state-space
models where the linear mappings
and
are
replaced by multi-layer perceptron networks.
Section 4.3.2 and Publication IV study
control in nonlinear state-space models.