Kalman filter

From HandWiki
Short description: Algorithm that estimates unknowns from a series of measurements over time
The Kalman filter keeps track of the estimated state of the system and the variance or uncertainty of the estimate. The estimate is updated using a state transition model and measurements. x^kk1 denotes the estimate of the system's state at time step k before the k-th measurement yk has been taken into account; Pkk1 is the corresponding uncertainty.

For statistics and control theory, Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, including statistical noise and other inaccuracies, and produces estimates of unknown variables that tend to be more accurate than those based on a single measurement alone, by estimating a joint probability distribution over the variables for each timeframe. The filter is named after Rudolf E. Kálmán, who was one of the primary developers of its theory.

This digital filter is sometimes termed the Stratonovich–Kalman–Bucy filter because it is a special case of a more general, nonlinear filter developed somewhat earlier by the Soviet mathematician Ruslan Stratonovich.[1][2][3][4] In fact, some of the special case linear filter's equations appeared in papers by Stratonovich that were published before the summer of 1961, when Kalman met with Stratonovich during a conference in Moscow.[5]

Kalman filtering[6] has numerous technological applications. A common application is for guidance, navigation, and control of vehicles, particularly aircraft, spacecraft and ships positioned dynamically.[7] Furthermore, Kalman filtering is a concept much applied in time series analysis used for topics such as signal processing and econometrics. Kalman filtering is also one of the main topics of robotic motion planning and control[8][9] and can be used for trajectory optimization.[10] Kalman filtering also works for modeling the central nervous system's control of movement. Due to the time delay between issuing motor commands and receiving sensory feedback, the use of Kalman filters[11] provides a realistic model for making estimates of the current state of a motor system and issuing updated commands.[12]

The algorithm works by a two-phase process having a prediction phase and an update phase. For the prediction phase, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some error, including random noise) is observed, these estimates are updated using a weighted average, with more weight being given to estimates with greater certainty. The algorithm is recursive. It can operate in real time, using only the present input measurements and the state calculated previously and its uncertainty matrix; no additional past information is required.

Optimality of Kalman filtering assumes that errors have a normal (Gaussian) distribution. In the words of Rudolf E. Kálmán: "The following assumptions are made about random processes: Physical random phenomena may be thought of as due to primary random sources exciting dynamic systems. The primary sources are assumed to be independent gaussian random processes with zero mean; the dynamic systems will be linear."[13] Regardless of Gaussianity, however, if the process and measurement covariances are known, then the Kalman filter is the best possible linear estimator in the minimum mean-square-error sense,[14] although there may be better nonlinear estimators. It is a common misconception (perpetuated in the literature[where?]) that the Kalman filter cannot be rigorously applied unless all noise processes are assumed to be Gaussian.[15]

Extensions and generalizations of the method have also been developed, such as the extended Kalman filter and the unscented Kalman filter which work on nonlinear systems. The basis is a hidden Markov model such that the state space of the latent variables is continuous and all latent and observed variables have Gaussian distributions. Kalman filtering has been used successfully in multi-sensor fusion,[16] and distributed sensor networks to develop distributed or consensus Kalman filtering.[17]

History

The filtering method is named for Hungarian émigré Rudolf E. Kálmán, although Thorvald Nicolai Thiele[18][19] and Peter Swerling developed a similar algorithm earlier. Richard S. Bucy of the Johns Hopkins Applied Physics Laboratory contributed to the theory, causing it to be known sometimes as Kalman–Bucy filtering. Kalman was inspired to derive the Kalman filter by applying state variables to the Wiener filtering problem.[20] Stanley F. Schmidt is generally credited with developing the first implementation of a Kalman filter. He realized that the filter could be divided into two distinct parts, with one part for time periods between sensor outputs and another part for incorporating measurements.[21] It was during a visit by Kálmán to the NASA Ames Research Center that Schmidt saw the applicability of Kálmán's ideas to the nonlinear problem of trajectory estimation for the Apollo program resulting in its incorporation in the Apollo navigation computer.[22]:16

This Kalman filtering was first described and developed partially in technical papers by Swerling (1958), Kalman (1960) and Kalman and Bucy (1961).

The Apollo computer used 2k of magnetic core RAM and 36k wire rope [...]. The CPU was built from ICs [...]. Clock speed was under 100 kHz [...]. The fact that the MIT engineers were able to pack such good software (one of the very first applications of the Kalman filter) into such a tiny computer is truly remarkable.
—Interview with Jack Crenshaw, by Matthew Reed, TRS-80.org (2009) [1]

Kalman filters have been vital in the implementation of the navigation systems of U.S. Navy nuclear ballistic missile submarines, and in the guidance and navigation systems of cruise missiles such as the U.S. Navy's Tomahawk missile and the U.S. Air Force 's Air Launched Cruise Missile. They are also used in the guidance and navigation systems of reusable launch vehicles and the attitude control and navigation systems of spacecraft which dock at the International Space Station.[23]

Overview of the calculation

Kalman filtering uses a system's dynamic model (e.g., physical laws of motion), known control inputs to that system, and multiple sequential measurements (such as from sensors) to form an estimate of the system's varying quantities (its state) that is better than the estimate obtained by using only one measurement alone. As such, it is a common sensor fusion and data fusion algorithm.

Noisy sensor data, approximations in the equations that describe the system evolution, and external factors that are not accounted for, all limit how well it is possible to determine the system's state. The Kalman filter deals effectively with the uncertainty due to noisy sensor data and, to some extent, with random external factors. The Kalman filter produces an estimate of the state of the system as an average of the system's predicted state and of the new measurement using a weighted average. The purpose of the weights is that values with better (i.e., smaller) estimated uncertainty are "trusted" more. The weights are calculated from the covariance, a measure of the estimated uncertainty of the prediction of the system's state. The result of the weighted average is a new state estimate that lies between the predicted and measured state, and has a better estimated uncertainty than either alone. This process is repeated at every time step, with the new estimate and its covariance informing the prediction used in the following iteration. This means that Kalman filter works recursively and requires only the last "best guess", rather than the entire history, of a system's state to calculate a new state.

The measurements' certainty-grading and current-state estimate are important considerations. It is common to discuss the filter's response in terms of the Kalman filter's gain. The Kalman gain is the weight given to the measurements and current-state estimate, and can be "tuned" to achieve a particular performance. With a high gain, the filter places more weight on the most recent measurements, and thus conforms to them more responsively. With a low gain, the filter conforms to the model predictions more closely. At the extremes, a high gain (close to one) will result in a more jumpy estimated trajectory, while a low gain (close to zero) will smooth out noise but decrease the responsiveness.

When performing the actual calculations for the filter (as discussed below), the state estimate and covariances are coded into matrices because of the multiple dimensions involved in a single set of calculations. This allows for a representation of linear relationships between different state variables (such as position, velocity, and acceleration) in any of the transition models or covariances.

Example application

As an example application, consider the problem of determining the precise location of a truck. The truck can be equipped with a GPS unit that provides an estimate of the position within a few meters. The GPS estimate is likely to be noisy; readings 'jump around' rapidly, though remaining within a few meters of the real position. In addition, since the truck is expected to follow the laws of physics, its position can also be estimated by integrating its velocity over time, determined by keeping track of wheel revolutions and the angle of the steering wheel. This is a technique known as dead reckoning. Typically, the dead reckoning will provide a very smooth estimate of the truck's position, but it will drift over time as small errors accumulate.

For this example, the Kalman filter can be thought of as operating in two distinct phases: predict and update. In the prediction phase, the truck's old position will be modified according to the physical laws of motion (the dynamic or "state transition" model). Not only will a new position estimate be calculated, but also a new covariance will be calculated as well. Perhaps the covariance is proportional to the speed of the truck because we are more uncertain about the accuracy of the dead reckoning position estimate at high speeds but very certain about the position estimate at low speeds. Next, in the update phase, a measurement of the truck's position is taken from the GPS unit. Along with this measurement comes some amount of uncertainty, and its covariance relative to that of the prediction from the previous phase determines how much the new measurement will affect the updated prediction. Ideally, as the dead reckoning estimates tend to drift away from the real position, the GPS measurement should pull the position estimate back toward the real position but not disturb it to the point of becoming noisy and rapidly jumping.

Technical description and context

The Kalman filter is an efficient recursive filter estimating the internal state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering and econometric applications from radar and computer vision to estimation of structural macroeconomic models,[24][25] and is an important topic in control theory and control systems engineering. Together with the linear-quadratic regulator (LQR), the Kalman filter solves the linear–quadratic–Gaussian control problem (LQG). The Kalman filter, the linear-quadratic regulator, and the linear–quadratic–Gaussian controller are solutions to what arguably are the most fundamental problems of control theory.

In most applications, the internal state is much larger (has more degrees of freedom) than the few "observable" parameters which are measured. However, by combining a series of measurements, the Kalman filter can estimate the entire internal state.

For the Dempster–Shafer theory, each state equation or observation is considered a special case of a linear belief function and the Kalman filtering is a special case of combining linear belief functions on a join-tree or Markov tree. Additional methods include belief filtering which use Bayes or evidential updates to the state equations.

A wide variety of Kalman filters exists by now: Kalman's original formulation - now termed the "simple" Kalman filter, the Kalman–Bucy filter, Schmidt's "extended" filter, the information filter, and a variety of "square-root" filters that were developed by Bierman, Thornton, and many others. Perhaps the most commonly used type of very simple Kalman filter is the phase-locked loop, which is now ubiquitous in radios, especially frequency modulation (FM) radios, television sets, satellite communications receivers, outer space communications systems, and nearly any other electronic communications equipment.

Underlying dynamic system model

Kalman filtering is based on linear dynamic systems discretized in the time domain. They are modeled on a Markov chain built on linear operators perturbed by errors that may include Gaussian noise. The state of the target system refers to the ground truth (yet hidden) system configuration of interest, which is represented as a vector of real numbers. At each discrete time increment, a linear operator is applied to the state to generate the new state, with some noise mixed in, and optionally some information from the controls on the system if they are known. Then, another linear operator mixed with more noise generates the measurable outputs (i.e., observation) from the true ("hidden") state. The Kalman filter may be regarded as analogous to the hidden Markov model, with the difference that the hidden state variables have values in a continuous space as opposed to a discrete state space as for the hidden Markov model. There is a strong analogy between the equations of a Kalman Filter and those of the hidden Markov model. A review of this and other models is given in Roweis and Ghahramani (1999)[26] and Hamilton (1994), Chapter 13.[27]

In order to use the Kalman filter to estimate the internal state of a process given only a sequence of noisy observations, one must model the process in accordance with the following framework. This means specifying the matrices, for each time-step k, following:

  • Fk, the state-transition model;
  • Hk, the observation model;
  • Qk, the covariance of the process noise;
  • Rk, the covariance of the observation noise;
  • and sometimes Bk, the control-input model as described below; if Bk is included, then there is also
  • uk, the control vector, representing the controlling input into control-input model.
Model underlying the Kalman filter. Squares represent matrices. Ellipses represent multivariate normal distributions (with the mean and covariance matrix enclosed). Unenclosed values are vectors. For the simple case, the various matrices are constant with time, and thus the subscripts are not used, but Kalman filtering allows any of them to change each time step.

The Kalman filter model assumes the true state at time k is evolved from the state at (k − 1) according to

𝐱k=𝐅k𝐱k1+𝐁k𝐮k+𝐰k

where

  • Fk is the state transition model which is applied to the previous state xk−1;
  • Bk is the control-input model which is applied to the control vector uk;
  • wk is the process noise, which is assumed to be drawn from a zero mean multivariate normal distribution, 𝒩, with covariance, Qk: 𝐰k𝒩(0,𝐐k).

At time k an observation (or measurement) zk of the true state xk is made according to

𝐳k=𝐇k𝐱k+𝐯k

where

  • Hk is the observation model, which maps the true state space into the observed space and
  • vk is the observation noise, which is assumed to be zero mean Gaussian white noise with covariance Rk: 𝐯k𝒩(0,𝐑k).

The initial state, and the noise vectors at each step {x0, w1, ..., wk, v1, ... ,vk} are all assumed to be mutually independent.

Many real-time dynamic systems do not exactly conform to this model. In fact, unmodeled dynamics can seriously degrade the filter performance, even when it was supposed to work with unknown stochastic signals as inputs. The reason for this is that the effect of unmodeled dynamics depends on the input, and, therefore, can bring the estimation algorithm to instability (it diverges). On the other hand, independent white noise signals will not make the algorithm diverge. The problem of distinguishing between measurement noise and unmodeled dynamics is a difficult one and is treated as a problem of control theory using robust control.[28][29]

Details

The Kalman filter is a recursive estimator. This means that only the estimated state from the previous time step and the current measurement are needed to compute the estimate for the current state. In contrast to batch estimation techniques, no history of observations and/or estimates is required. In what follows, the notation 𝐱^nm represents the estimate of 𝐱 at time n given observations up to and including at time mn.

The state of the filter is represented by two variables:

  • 𝐱^kk, the a posteriori state estimate mean at time k given observations up to and including at time k;
  • 𝐏kk, the a posteriori estimate covariance matrix (a measure of the estimated accuracy of the state estimate).

The algorithm structure of the Kalman filter resembles that of Alpha beta filter. The Kalman filter can be written as a single equation; however, it is most often conceptualized as two distinct phases: "Predict" and "Update". The predict phase uses the state estimate from the previous timestep to produce an estimate of the state at the current timestep. This predicted state estimate is also known as the a priori state estimate because, although it is an estimate of the state at the current timestep, it does not include observation information from the current timestep. In the update phase, the innovation (the pre-fit residual), i.e. the difference between the current a priori prediction and the current observation information, is multiplied by the optimal Kalman gain and combined with the previous state estimate to refine the state estimate. This improved estimate based on the current observation is termed the a posteriori state estimate.

Typically, the two phases alternate, with the prediction advancing the state until the next scheduled observation, and the update incorporating the observation. However, this is not necessary; if an observation is unavailable for some reason, the update may be skipped and multiple prediction procedures performed. Likewise, if multiple independent observations are available at the same time, multiple update procedures may be performed (typically with different observation matrices Hk).[30][31]

Predict

Predicted (a priori) state estimate 𝐱^kk1=𝐅k𝐱^k1k1+𝐁k𝐮k
Predicted (a priori) estimate covariance 𝐏kk1=𝐅k𝐏k1k1𝐅kT+𝐐k

Update

Innovation or measurement pre-fit residual 𝐲~k=𝐳k𝐇k𝐱^kk1
Innovation (or pre-fit residual) covariance 𝐒k=𝐇k𝐏kk1𝐇kT+𝐑k
Optimal Kalman gain 𝐊k=𝐏kk1𝐇kT𝐒k1
Updated (a posteriori) state estimate 𝐱^kk=𝐱^kk1+𝐊k𝐲~k
Updated (a posteriori) estimate covariance 𝐏k|k=(𝐈𝐊k𝐇k)𝐏k|k1
Measurement post-fit residual 𝐲~kk=𝐳k𝐇k𝐱^kk

The formula for the updated (a posteriori) estimate covariance above is valid for the optimal Kk gain that minimizes the residual error, in which form it is most widely used in applications. Proof of the formulae is found in the derivations section, where the formula valid for any Kk is also shown.

A more intuitive way to express the updated state estimate (𝐱^kk) is:

𝐱^kk=(𝐈𝐊k𝐇k)𝐱^kk1+𝐊k𝐳k

This expression reminds us of a linear interpolation, x=(1t)(a)+t(b) for t between [0,1]. In our case:

  • t is the matrix 𝐊k𝐇k the takes values from 0 (high error in the sensor) to I or a projection (low error).
  • a is the internal state 𝐱^kk1 estimated from the model.
  • b is the internal state 𝐇k1𝐳k estimated from the measurement, assuming 𝐇k is nonsingular.

This expression also resembles the alpha beta filter update step.

Invariants

If the model is accurate, and the values for 𝐱^00 and 𝐏00 accurately reflect the distribution of the initial state values, then the following invariants are preserved:

E[𝐱k𝐱^kk]=E[𝐱k𝐱^kk1]=0E[𝐲~k]=0

where E[ξ] is the expected value of ξ. That is, all estimates have a mean error of zero.

Also:

𝐏kk=cov(𝐱k𝐱^kk)𝐏kk1=cov(𝐱k𝐱^kk1)𝐒k=cov(𝐲~k)

so covariance matrices accurately reflect the covariance of estimates.

Estimation of the noise covariances Qk and Rk

Practical implementation of a Kalman Filter is often difficult due to the difficulty of getting a good estimate of the noise covariance matrices Qk and Rk. Extensive research has been done to estimate these covariances from data. One practical method of doing this is the autocovariance least-squares (ALS) technique that uses the time-lagged autocovariances of routine operating data to estimate the covariances.[32][33] The GNU Octave and Matlab code used to calculate the noise covariance matrices using the ALS technique is available online using the GNU General Public License.[34] Field Kalman Filter (FKF), a Bayesian algorithm, which allows simultaneous estimation of the state, parameters and noise covariance has been proposed.[35] The FKF algorithm has a recursive formulation, good observed convergence, and relatively low complexity, thus suggesting that the FKF algorithm may possibly be a worthwhile alternative to the Autocovariance Least-Squares methods.

Optimality and performance

It follows from theory that the Kalman filter provides an optimal state estimation in cases where a) the model matches the real system perfectly, b) the entering noise is "white" (uncorrelated) and c) the covariances of the noise are known exactly. Correlated noise can also be treated using Kalman filters.[36] Several methods for the noise covariance estimation have been proposed during past decades, including ALS, mentioned in the section above. After the covariances are estimated, it is useful to evaluate the performance of the filter; i.e., whether it is possible to improve the state estimation quality. If the Kalman filter works optimally, the innovation sequence (the output prediction error) is a white noise, therefore the whiteness property of the innovations measures filter performance. Several different methods can be used for this purpose.[37] If the noise terms are distributed in a non-Gaussian manner, methods for assessing performance of the filter estimate, which use probability inequalities or large-sample theory, are known in the literature.[38][39]

Example application, technical

     Truth;      filtered process;      observations.

Consider a truck on frictionless, straight rails. Initially, the truck is stationary at position 0, but it is buffeted this way and that by random uncontrolled forces. We measure the position of the truck every Δt seconds, but these measurements are imprecise; we want to maintain a model of the truck's position and velocity. We show here how we derive the model from which we create our Kalman filter.

Since 𝐅,𝐇,𝐑,𝐐 are constant, their time indices are dropped.

The position and velocity of the truck are described by the linear state space

𝐱k=[xx˙]

where x˙ is the velocity, that is, the derivative of position with respect to time.

We assume that between the (k − 1) and k timestep, uncontrolled forces cause a constant acceleration of ak that is normally distributed with mean 0 and standard deviation σa. From Newton's laws of motion we conclude that

𝐱k=𝐅𝐱k1+𝐆ak

(there is no 𝐁u term since there are no known control inputs. Instead, ak is the effect of an unknown input and 𝐆 applies that effect to the state vector) where

𝐅=[1Δt01]𝐆=[12Δt2Δt]

so that

𝐱k=𝐅𝐱k1+𝐰k

where

𝐰kN(0,𝐐)𝐐=𝐆𝐆Tσa2=[14Δt412Δt312Δt3Δt2]σa2.

The matrix 𝐐 is not full rank (it is of rank one if Δt0). Hence, the distribution N(0,𝐐) is not absolutely continuous and has no probability density function. Another way to express this, avoiding explicit degenerate distributions is given by

𝐰k𝐆N(0,σa2).

At each time phase, a noisy measurement of the true position of the truck is made. Let us suppose the measurement noise vk is also distributed normally, with mean 0 and standard deviation σz.

𝐳k=𝐇𝐱k+𝐯k

where

𝐇=[10]

and

𝐑=E[𝐯k𝐯kT]=[σz2]

We know the initial starting state of the truck with perfect precision, so we initialize

𝐱^00=[00]

and to tell the filter that we know the exact position and velocity, we give it a zero covariance matrix:

𝐏00=[0000]

If the initial position and velocity are not known perfectly, the covariance matrix should be initialized with suitable variances on its diagonal:

𝐏00=[σx200σx˙2]

The filter will then prefer the information from the first measurements over the information already in the model.

Asymptotic form

For simplicity, assume that the control input 𝐮k=𝟎. Then the Kalman filter may be written:

𝐱^kk=𝐅k𝐱^k1k1+𝐊k[𝐳k𝐇k𝐅k𝐱^k1k1].

A similar equation holds if we include a non-zero control input. Gain matrices 𝐊k evolve independently of the measurements 𝐳k. From above, the four equations needed for updating the Kalman gain are as follows:

𝐏kk1=𝐅k𝐏k1k1𝐅kT+𝐐k,𝐒k=𝐇k𝐏kk1𝐇kT+𝐑k,𝐊k=𝐏kk1𝐇kT𝐒k1,𝐏k|k=(𝐈𝐊k𝐇k)𝐏k|k1.

Since the gain matrices depend only on the model, and not the measurements, they may be computed offline. Convergence of the gain matrices 𝐊k to an asymptotic matrix 𝐊 applies for conditions established in Walrand and Dimakis.[40] Simulations establish the number of steps to convergence. For the moving truck example described above, with Δt=1. and σa2=σz2=σx2=σx˙2=1, simulation shows convergence in 10 iterations.

Using the asymptotic gain, and assuming 𝐇k and 𝐅k are independent of k, the Kalman filter becomes a linear time-invariant filter:

𝐱^k=𝐅𝐱^k1+𝐊[𝐳k𝐇𝐅𝐱^k1].

The asymptotic gain 𝐊, if it exists, can be computed by first solving the following discrete Riccati equation for the asymptotic state covariance 𝐏:[40]

𝐏=𝐅(𝐏𝐏𝐇T(𝐇𝐏𝐇T+𝐑)1𝐇𝐏)𝐅T+𝐐.

The asymptotic gain is then computed as before.

𝐊=𝐏𝐇T(𝐑+𝐇𝐏𝐇T)1.

Additionally, a form of the asymptotic Kalman filter more commonly used in control theory is given by

𝐱^k+1=𝐅𝐱^k+𝐁𝐮k+K[𝐳k𝐇𝐱^k],

where

𝐊=𝐅𝐏𝐇T(𝐑+𝐇𝐏𝐇T)1.

This leads to an estimator of the form

𝐱^k+1=(𝐅𝐊𝐇)𝐱^k+𝐁𝐮k+K𝐳k,

Derivations

The Kalman filter can be derived as a generalized least squares method operating on previous data.[41]

Deriving the posteriori estimate covariance matrix

Starting with our invariant on the error covariance Pk | k as above

𝐏kk=cov(𝐱k𝐱^kk)

substitute in the definition of 𝐱^kk

𝐏kk=cov[𝐱k(𝐱^kk1+𝐊k𝐲~k)]

and substitute 𝐲~k

𝐏kk=cov(𝐱k[𝐱^kk1+𝐊k(𝐳k𝐇k𝐱^kk1)])

and 𝐳k

𝐏kk=cov(𝐱k[𝐱^kk1+𝐊k(𝐇k𝐱k+𝐯k𝐇k𝐱^kk1)])

and by collecting the error vectors we get

𝐏kk=cov[(𝐈𝐊k𝐇k)(𝐱k𝐱^kk1)𝐊k𝐯k]

Since the measurement error vk is uncorrelated with the other terms, this becomes

𝐏kk=cov[(𝐈𝐊k𝐇k)(𝐱k𝐱^kk1)]+cov[𝐊k𝐯k]

by the properties of vector covariance this becomes

𝐏kk=(𝐈𝐊k𝐇k)cov(𝐱k𝐱^kk1)(𝐈𝐊k𝐇k)T+𝐊kcov(𝐯k)𝐊kT

which, using our invariant on Pk | k−1 and the definition of Rk becomes

𝐏kk=(𝐈𝐊k𝐇k)𝐏kk1(𝐈𝐊k𝐇k)T+𝐊k𝐑k𝐊kT

This formula (sometimes known as the Joseph form of the covariance update equation) is valid for any value of Kk. It turns out that if Kk is the optimal Kalman gain, this can be simplified further as shown below.

Kalman gain derivation

The Kalman filter is a minimum mean-square error estimator. The error in the a posteriori state estimation is

𝐱k𝐱^kk

We seek to minimize the expected value of the square of the magnitude of this vector, E[𝐱k𝐱^k|k2]. This is equivalent to minimizing the trace of the a posteriori estimate covariance matrix 𝐏k|k. By expanding out the terms in the equation above and collecting, we get:

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k(𝐇k𝐏kk1𝐇kT+𝐑k)𝐊kT=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k𝐒k𝐊kT

The trace is minimized when its matrix derivative with respect to the gain matrix is zero. Using the gradient matrix rules and the symmetry of the matrices involved we find that

tr(𝐏kk)𝐊k=2(𝐇k𝐏kk1)T+2𝐊k𝐒k=0.

Solving this for Kk yields the Kalman gain:

𝐊k𝐒k=(𝐇k𝐏kk1)T=𝐏kk1𝐇kT𝐊k=𝐏kk1𝐇kT𝐒k1

This gain, which is known as the optimal Kalman gain, is the one that yields MMSE estimates when used.

Simplification of the posteriori error covariance formula

The formula used to calculate the a posteriori error covariance can be simplified when the Kalman gain equals the optimal value derived above. Multiplying both sides of our Kalman gain formula on the right by SkKkT, it follows that

𝐊k𝐒k𝐊kT=𝐏kk1𝐇kT𝐊kT

Referring back to our expanded formula for the a posteriori error covariance,

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k𝐒k𝐊kT

we find the last two terms cancel out, giving

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1=(𝐈𝐊k𝐇k)𝐏kk1

This formula is computationally cheaper and thus nearly always used in practice, but is only correct for the optimal gain. If arithmetic precision is unusually low causing problems with numerical stability, or if a non-optimal Kalman gain is deliberately used, this simplification cannot be applied; the a posteriori error covariance formula as derived above (Joseph form) must be used.

Sensitivity analysis

The Kalman filtering equations provide an estimate of the state 𝐱^kk and its error covariance 𝐏kk recursively. The estimate and its quality depend on the system parameters and the noise statistics fed as inputs to the estimator. This section analyzes the effect of uncertainties in the statistical inputs to the filter.[42] In the absence of reliable statistics or the true values of noise covariance matrices 𝐐k and 𝐑k, the expression

𝐏kk=(𝐈𝐊k𝐇k)𝐏kk1(𝐈𝐊k𝐇k)T+𝐊k𝐑k𝐊kT

no longer provides the actual error covariance. In other words, 𝐏kkE[(𝐱k𝐱^kk)(𝐱k𝐱^kk)T]. In most real-time applications, the covariance matrices that are used in designing the Kalman filter are different from the actual (true) noise covariances matrices.[citation needed] This sensitivity analysis describes the behavior of the estimation error covariance when the noise covariances as well as the system matrices 𝐅k and 𝐇k that are fed as inputs to the filter are incorrect. Thus, the sensitivity analysis describes the robustness (or sensitivity) of the estimator to misspecified statistical and parametric inputs to the estimator.

This discussion is limited to the error sensitivity analysis for the case of statistical uncertainties. Here the actual noise covariances are denoted by 𝐐ka and 𝐑ka respectively, whereas the design values used in the estimator are 𝐐k and 𝐑k respectively. The actual error covariance is denoted by 𝐏kka and 𝐏kk as computed by the Kalman filter is referred to as the Riccati variable. When 𝐐k𝐐ka and 𝐑k𝐑ka, this means that 𝐏kk=𝐏kka. While computing the actual error covariance using 𝐏kka=E[(𝐱k𝐱^kk)(𝐱k𝐱^kk)T], substituting for 𝐱^kk and using the fact that E[𝐰k𝐰kT]=𝐐ka and E[𝐯k𝐯kT]=𝐑ka, results in the following recursive equations for 𝐏kka :

𝐏kk1a=𝐅k𝐏k1k1a𝐅kT+𝐐ka

and

𝐏kka=(𝐈𝐊k𝐇k)𝐏kk1a(𝐈𝐊k𝐇k)T+𝐊k𝐑ka𝐊kT

While computing 𝐏kk, by design the filter implicitly assumes that E[𝐰k𝐰kT]=𝐐k and E[𝐯k𝐯kT]=𝐑k. The recursive expressions for 𝐏kka and 𝐏kk are identical except for the presence of 𝐐ka and 𝐑ka in place of the design values 𝐐k and 𝐑k respectively. Researches have been done to analyze Kalman filter system's robustness.[43]

Square root form

One problem with the Kalman filter is its numerical stability. If the process noise covariance Qk is small, round-off error often causes a small positive eigenvalue of the state covariance matrix P to be computed as a negative number. This renders the numerical representation of P indefinite, while its true form is positive-definite.

Positive definite matrices have the property that they have a triangular matrix square root P = S·ST. This can be computed efficiently using the Cholesky factorization algorithm, but more importantly, if the covariance is kept in this form, it can never have a negative diagonal or become asymmetric. An equivalent form, which avoids many of the square root operations required by the matrix square root yet preserves the desirable numerical properties, is the U-D decomposition form, P = U·D·UT, where U is a unit triangular matrix (with unit diagonal), and D is a diagonal matrix.

Between the two, the U-D factorization uses the same amount of storage, and somewhat less computation, and is the most commonly used square root form. (Early literature on the relative efficiency is somewhat misleading, as it assumed that square roots were much more time-consuming than divisions,[44]:69 while on 21st-century computers they are only slightly more expensive.)

Efficient algorithms for the Kalman prediction and update steps in the square root form were developed by G. J. Bierman and C. L. Thornton.[44][45]

The L·D·LT decomposition of the innovation covariance matrix Sk is the basis for another type of numerically efficient and robust square root filter.[46] The algorithm starts with the LU decomposition as implemented in the Linear Algebra PACKage (LAPACK). These results are further factored into the L·D·LT structure with methods given by Golub and Van Loan (algorithm 4.1.2) for a symmetric nonsingular matrix.[47] Any singular covariance matrix is pivoted so that the first diagonal partition is nonsingular and well-conditioned. The pivoting algorithm must retain any portion of the innovation covariance matrix directly corresponding to observed state-variables Hk·xk|k-1 that are associated with auxiliary observations in yk. The l·d·lt square-root filter requires orthogonalization of the observation vector.[45][46] This may be done with the inverse square-root of the covariance matrix for the auxiliary variables using Method 2 in Higham (2002, p. 263).[48]

Parallel form

The Kalman filter is efficient for sequential data processing on central processing units (CPUs), but in its original form it is inefficient on parallel architectures such as graphics processing units (GPUs). It is however possible to express the filter-update routine in terms of an associative operator using the formulation in Särkkä (2021).[49] The filter solution can then be retrieved by the use of a prefix sum algorithm which can be efficiently implemented on GPU.[50] This reduces the computational complexity from O(N) in the number of time steps to O(log(N)).

Relationship to recursive Bayesian estimation

The Kalman filter can be presented as one of the simplest dynamic Bayesian networks. The Kalman filter calculates estimates of the true values of states recursively over time using incoming measurements and a mathematical process model. Similarly, recursive Bayesian estimation calculates estimates of an unknown probability density function (PDF) recursively over time using incoming measurements and a mathematical process model.[51]

In recursive Bayesian estimation, the true state is assumed to be an unobserved Markov process, and the measurements are the observed states of a hidden Markov model (HMM).

hidden markov model
hidden markov model

Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.

p(𝐱k𝐱0,,𝐱k1)=p(𝐱k𝐱k1)

Similarly, the measurement at the k-th timestep is dependent only upon the current state and is conditionally independent of all other states given the current state.

p(𝐳k𝐱0,,𝐱k)=p(𝐳k𝐱k)

Using these assumptions the probability distribution over all states of the hidden Markov model can be written simply as:

p(𝐱0,,𝐱k,𝐳1,,𝐳k)=p(𝐱0)i=1kp(𝐳i𝐱i)p(𝐱i𝐱i1)

However, when a Kalman filter is used to estimate the state x, the probability distribution of interest is that associated with the current states conditioned on the measurements up to the current timestep. This is achieved by marginalizing out the previous states and dividing by the probability of the measurement set.

This results in the predict and update phases of the Kalman filter written probabilistically. The probability distribution associated with the predicted state is the sum (integral) of the products of the probability distribution associated with the transition from the (k − 1)-th timestep to the k-th and the probability distribution associated with the previous state, over all possible xk1.

p(𝐱k𝐙k1)=p(𝐱k𝐱k1)p(𝐱k1𝐙k1)d𝐱k1

The measurement set up to time t is

𝐙t={𝐳1,,𝐳t}

The probability distribution of the update is proportional to the product of the measurement likelihood and the predicted state.

p(𝐱k𝐙k)=p(𝐳k𝐱k)p(𝐱k𝐙k1)p(𝐳k𝐙k1)

The denominator

p(𝐳k𝐙k1)=p(𝐳k𝐱k)p(𝐱k𝐙k1)d𝐱k

is a normalization term.

The remaining probability density functions are

p(𝐱k𝐱k1)=𝒩(𝐅k𝐱k1,𝐐k)p(𝐳k𝐱k)=𝒩(𝐇k𝐱k,𝐑k)p(𝐱k1𝐙k1)=𝒩(𝐱^k1,𝐏k1)

The PDF at the previous timestep is assumed inductively to be the estimated state and covariance. This is justified because, as an optimal estimator, the Kalman filter makes best use of the measurements, therefore the PDF for 𝐱k given the measurements 𝐙k is the Kalman filter estimate.

Marginal likelihood

Related to the recursive Bayesian interpretation described above, the Kalman filter can be viewed as a generative model, i.e., a process for generating a stream of random observations z = (z0, z1, z2, ...). Specifically, the process is

  1. Sample a hidden state 𝐱0 from the Gaussian prior distribution p(𝐱0)=𝒩(𝐱^00,𝐏00).
  2. Sample an observation 𝐳0 from the observation model p(𝐳0𝐱0)=𝒩(𝐇0𝐱0,𝐑0).
  3. For k=1,2,3,, do
    1. Sample the next hidden state 𝐱k from the transition model p(𝐱k𝐱k1)=𝒩(𝐅k𝐱k1+𝐁k𝐮k,𝐐k).
    2. Sample an observation 𝐳k from the observation model p(𝐳k𝐱k)=𝒩(𝐇k𝐱k,𝐑k).

This process has identical structure to the hidden Markov model, except that the discrete state and observations are replaced with continuous variables sampled from Gaussian distributions.

In some applications, it is useful to compute the probability that a Kalman filter with a given set of parameters (prior distribution, transition and observation models, and control inputs) would generate a particular observed signal. This probability is known as the marginal likelihood because it integrates over ("marginalizes out") the values of the hidden state variables, so it can be computed using only the observed signal. The marginal likelihood can be useful to evaluate different parameter choices, or to compare the Kalman filter against other models using Bayesian model comparison.

It is straightforward to compute the marginal likelihood as a side effect of the recursive filtering computation. By the chain rule, the likelihood can be factored as the product of the probability of each observation given previous observations,

p(𝐳)=k=0Tp(𝐳k𝐳k1,,𝐳0),

and because the Kalman filter describes a Markov process, all relevant information from previous observations is contained in the current state estimate 𝐱^kk1,𝐏kk1. Thus the marginal likelihood is given by

p(𝐳)=k=0Tp(𝐳k𝐱k)p(𝐱k𝐳k1,,𝐳0)d𝐱k=k=0T𝒩(𝐳k;𝐇k𝐱k,𝐑k)𝒩(𝐱k;𝐱^kk1,𝐏kk1)d𝐱k=k=0T𝒩(𝐳k;𝐇k𝐱^kk1,𝐑k+𝐇k𝐏kk1𝐇kT)=k=0T𝒩(𝐳k;𝐇k𝐱^kk1,𝐒k),

i.e., a product of Gaussian densities, each corresponding to the density of one observation zk under the current filtering distribution 𝐇k𝐱^kk1,𝐒k. This can easily be computed as a simple recursive update; however, to avoid numeric underflow, in a practical implementation it is usually desirable to compute the log marginal likelihood =logp(𝐳) instead. Adopting the convention (1)=0, this can be done via the recursive update rule

(k)=(k1)12(𝐲~kT𝐒k1𝐲~k+log|𝐒k|+dylog2π),

where dy is the dimension of the measurement vector.[52]

An important application where such a (log) likelihood of the observations (given the filter parameters) is used is multi-target tracking. For example, consider an object tracking scenario where a stream of observations is the input, however, it is unknown how many objects are in the scene (or, the number of objects is known but is greater than one). For such a scenario, it can be unknown apriori which observations/measurements were generated by which object. A multiple hypothesis tracker (MHT) typically will form different track association hypotheses, where each hypothesis can be considered as a Kalman filter (for the linear Gaussian case) with a specific set of parameters associated with the hypothesized object. Thus, it is important to compute the likelihood of the observations for the different hypotheses under consideration, such that the most-likely one can be found.

Information filter

In cases where the dimension of the observation vector y is bigger than the dimension of the state space vector x, the information filter can avoid the inversion of a bigger matrix in the Kalman gain calculation at the price of inverting a smaller matrix in the prediction step, thus saving computing time. In the information filter, or inverse covariance filter, the estimated covariance and estimated state are replaced by the information matrix and information vector respectively. These are defined as:

𝐘kk=𝐏kk1𝐲^kk=𝐏kk1𝐱^kk

Similarly the predicted covariance and state have equivalent information forms, defined as:

𝐘kk1=𝐏kk11𝐲^kk1=𝐏kk11𝐱^kk1

as have the measurement covariance and measurement vector, which are defined as:

𝐈k=𝐇kT𝐑k1𝐇k𝐢k=𝐇kT𝐑k1𝐳k

The information update now becomes a trivial sum.[53]

𝐘kk=𝐘kk1+𝐈k𝐲^kk=𝐲^kk1+𝐢k

The main advantage of the information filter is that N measurements can be filtered at each time step simply by summing their information matrices and vectors.

𝐘kk=𝐘kk1+j=1N𝐈k,j𝐲^kk=𝐲^kk1+j=1N𝐢k,j

To predict the information filter the information matrix and vector can be converted back to their state space equivalents, or alternatively the information space prediction can be used.[53]

𝐌k=[𝐅k1]T𝐘k1k1𝐅k1𝐂k=𝐌k[𝐌k+𝐐k1]1𝐋k=𝐈𝐂k𝐘kk1=𝐋k𝐌k+𝐂k𝐐k1𝐂kT𝐲^kk1=𝐋k[𝐅k1]T𝐲^k1k1

Fixed-lag smoother

The optimal fixed-lag smoother provides the optimal estimate of 𝐱^kNk for a given fixed-lag N using the measurements from 𝐳1 to 𝐳k.[54] It can be derived using the previous theory via an augmented state, and the main equation of the filter is the following:

[𝐱^tt𝐱^t1t𝐱^tN+1t]=[𝐈00]𝐱^tt1+[00𝐈00𝐈][𝐱^t1t1𝐱^t2t1𝐱^tN+1t1]+[𝐊(0)𝐊(1)𝐊(N1)]𝐲tt1

where:

  • 𝐱^tt1 is estimated via a standard Kalman filter;
  • 𝐲tt1=𝐳t𝐇𝐱^tt1 is the innovation produced considering the estimate of the standard Kalman filter;
  • the various 𝐱^tit with i=1,,N1 are new variables; i.e., they do not appear in the standard Kalman filter;
  • the gains are computed via the following scheme:
    𝐊(i+1)=𝐏(i)𝐇T[𝐇𝐏𝐇T+𝐑]1
and
𝐏(i)=𝐏[(𝐅𝐊𝐇)T]i
where 𝐏 and 𝐊 are the prediction error covariance and the gains of the standard Kalman filter (i.e., 𝐏tt1).

If the estimation error covariance is defined so that

𝐏i:=E[(𝐱ti𝐱^tit)*(𝐱ti𝐱^tit)z1zt],

then we have that the improvement on the estimation of 𝐱ti is given by:

𝐏𝐏i=j=0i[𝐏(j)𝐇T(𝐇𝐏𝐇T+𝐑)1𝐇(𝐏(i))T]

Fixed-interval smoothers

The optimal fixed-interval smoother provides the optimal estimate of 𝐱^kn (k<n) using the measurements from a fixed interval 𝐳1 to 𝐳n. This is also called "Kalman Smoothing". There are several smoothing algorithms in common use.

Rauch–Tung–Striebel

The Rauch–Tung–Striebel (RTS) smoother is an efficient two-pass algorithm for fixed interval smoothing.[55]

The forward pass is the same as the regular Kalman filter algorithm. These filtered a-priori and a-posteriori state estimates 𝐱^kk1, 𝐱^kk and covariances 𝐏kk1, 𝐏kk are saved for use in the backward pass (for retrodiction).

In the backward pass, we compute the smoothed state estimates 𝐱^kn and covariances 𝐏kn. We start at the last time step and proceed backward in time using the following recursive equations:

𝐱^kn=𝐱^kk+𝐂k(𝐱^k+1n𝐱^k+1k)𝐏kn=𝐏kk+𝐂k(𝐏k+1n𝐏k+1k)𝐂kT

where

𝐂k=𝐏kk𝐅k+1T𝐏k+1k1.

𝐱kk is the a-posteriori state estimate of timestep k and 𝐱k+1k is the a-priori state estimate of timestep k+1. The same notation applies to the covariance.

Modified Bryson–Frazier smoother

An alternative to the RTS algorithm is the modified Bryson–Frazier (MBF) fixed interval smoother developed by Bierman.[45] This also uses a backward pass that processes data saved from the Kalman filter forward pass. The equations for the backward pass involve the recursive computation of data which are used at each observation time to compute the smoothed state and covariance.

The recursive equations are

Λ~k=𝐇kT𝐒k1𝐇k+𝐂^kTΛ^k𝐂^kΛ^k1=𝐅kTΛ~k𝐅kΛ^n=0λ~k=𝐇kT𝐒k1𝐲k+𝐂^kTλ^kλ^k1=𝐅kTλ~kλ^n=0

where 𝐒k is the residual covariance and 𝐂^k=𝐈𝐊k𝐇k. The smoothed state and covariance can then be found by substitution in the equations

𝐏kn=𝐏kk𝐏kkΛ^k𝐏kk𝐱kn=𝐱kk𝐏kkλ^k

or

𝐏kn=𝐏kk1𝐏kk1Λ~k𝐏kk1𝐱kn=𝐱kk1𝐏kk1λ~k.

An important advantage of the MBF is that it does not require finding the inverse of the covariance matrix.

Minimum-variance smoother

The minimum-variance smoother can attain the best-possible error performance, provided that the models are linear, their parameters and the noise statistics are known precisely.[56] This smoother is a time-varying state-space generalization of the optimal non-causal Wiener filter.

The smoother calculations are done in two passes. The forward calculations involve a one-step-ahead predictor and are given by

𝐱^k+1k=(𝐅k𝐊k𝐇k)𝐱^kk1+𝐊k𝐳kαk=𝐒k12𝐇k𝐱^kk1+𝐒k12𝐳k

The above system is known as the inverse Wiener-Hopf factor. The backward recursion is the adjoint of the above forward system. The result of the backward pass βk may be calculated by operating the forward equations on the time-reversed αk and time reversing the result. In the case of output estimation, the smoothed estimate is given by

𝐲^kN=𝐳k𝐑kβk

Taking the causal part of this minimum-variance smoother yields

𝐲^kk=𝐳k𝐑k𝐒k12αk

which is identical to the minimum-variance Kalman filter. The above solutions minimize the variance of the output estimation error. Note that the Rauch–Tung–Striebel smoother derivation assumes that the underlying distributions are Gaussian, whereas the minimum-variance solutions do not. Optimal smoothers for state estimation and input estimation can be constructed similarly.

A continuous-time version of the above smoother is described in.[57][58]

Expectation–maximization algorithms may be employed to calculate approximate maximum likelihood estimates of unknown state-space parameters within minimum-variance filters and smoothers. Often uncertainties remain within problem assumptions. A smoother that accommodates uncertainties can be designed by adding a positive definite term to the Riccati equation.[59]

In cases where the models are nonlinear, step-wise linearizations may be within the minimum-variance filter and smoother recursions (extended Kalman filtering).

Frequency-weighted Kalman filters

Pioneering research on the perception of sounds at different frequencies was conducted by Fletcher and Munson in the 1930s. Their work led to a standard way of weighting measured sound levels within investigations of industrial noise and hearing loss. Frequency weightings have since been used within filter and controller designs to manage performance within bands of interest.

Typically, a frequency shaping function is used to weight the average power of the error spectral density in a specified frequency band. Let 𝐲𝐲^ denote the output estimation error exhibited by a conventional Kalman filter. Also, let 𝐖 denote a causal frequency weighting transfer function. The optimum solution which minimizes the variance of 𝐖(𝐲𝐲^) arises by simply constructing 𝐖1𝐲^.

The design of 𝐖 remains an open question. One way of proceeding is to identify a system which generates the estimation error and setting 𝐖 equal to the inverse of that system.[60] This procedure may be iterated to obtain mean-square error improvement at the cost of increased filter order. The same technique can be applied to smoothers.

Nonlinear filters

The basic Kalman filter is limited to a linear assumption. More complex systems, however, can be nonlinear. The nonlinearity can be associated either with the process model or with the observation model or with both.

The most common variants of Kalman filters for non-linear systems are the Extended Kalman Filter and Unscented Kalman filter. The suitability of which filter to use depends on the non-linearity indices of the process and observation model.[61]

Extended Kalman filter

Main page: Extended Kalman filter

In the extended Kalman filter (EKF), the state transition and observation models need not be linear functions of the state but may instead be nonlinear functions. These functions are of differentiable type.

𝐱k=f(𝐱k1,𝐮k)+𝐰k𝐳k=h(𝐱k)+𝐯k

The function f can be used to compute the predicted state from the previous estimate and similarly the function h can be used to compute the predicted measurement from the predicted state. However, f and h cannot be applied to the covariance directly. Instead a matrix of partial derivatives (the Jacobian) is computed.

At each timestep the Jacobian is evaluated with current predicted states. These matrices can be used in the Kalman filter equations. This process essentially linearizes the nonlinear function around the current estimate.

Unscented Kalman filter

When the state transition and observation models—that is, the predict and update functions f and h—are highly nonlinear, the extended Kalman filter can give particularly poor performance.[62] [63] This is because the covariance is propagated through linearization of the underlying nonlinear model. The unscented Kalman filter (UKF) [62] uses a deterministic sampling technique known as the unscented transformation (UT) to pick a minimal set of sample points (called sigma points) around the mean. The sigma points are then propagated through the nonlinear functions, from which a new mean and covariance estimate are then formed. The resulting filter depends on how the transformed statistics of the UT are calculated and which set of sigma points are used. It should be remarked that it is always possible to construct new UKFs in a consistent way.[64] For certain systems, the resulting UKF more accurately estimates the true mean and covariance.[65] This can be verified with Monte Carlo sampling or Taylor series expansion of the posterior statistics. In addition, this technique removes the requirement to explicitly calculate Jacobians, which for complex functions can be a difficult task in itself (i.e., requiring complicated derivatives if done analytically or being computationally costly if done numerically), if not impossible (if those functions are not differentiable).

Sigma points

For a random vector 𝐱=(x1,,xL), sigma points are any set of vectors

{𝐬0,,𝐬N}={(s0,1s0,2s0,L),,(sN,1sN,2sN,L)}

attributed with

  • first-order weights W0a,,WNa that fulfill
  1. j=0NWja=1
  2. for all i=1,,L: E[xi]=j=0NWjasj,i
  • second-order weights W0c,,WNc that fulfill
  1. j=0NWjc=1
  2. for all pairs (i,l){1,,L}2:E[xixl]=j=0NWjcsj,isj,l.

A simple choice of sigma points and weights for 𝐱k1k1 in the UKF algorithm is

𝐬0=𝐱^k1k11<W0a=W0c<1𝐬j=𝐱^k1k1+L1W0𝐀j,j=1,,L𝐬L+j=𝐱^k1k1L1W0𝐀j,j=1,,LWja=Wjc=1W02L,j=1,,2L

where 𝐱^k1k1 is the mean estimate of 𝐱k1k1. The vector 𝐀j is the jth column of 𝐀 where 𝐏k1k1=𝐀𝐀T. Typically, 𝐀 is obtained via Cholesky decomposition of 𝐏k1k1. With some care the filter equations can be expressed in such a way that 𝐀 is evaluated directly without intermediate calculations of 𝐏k1k1. This is referred to as the square-root unscented Kalman filter.[66]

The weight of the mean value, W0, can be chosen arbitrarily.

Another popular parameterization (which generalizes the above) is

𝐬0=𝐱^k1k1W0a=α2κLα2κW0c=W0a+1α2+β𝐬j=𝐱^k1k1+ακ𝐀j,j=1,,L𝐬L+j=𝐱^k1k1ακ𝐀j,j=1,,LWja=Wjc=12α2κ,j=1,,2L.

α and κ control the spread of the sigma points. β is related to the distribution of x.

Appropriate values depend on the problem at hand, but a typical recommendation is α=103, κ=1, and β=2. However, a larger value of α (e.g., α=1) may be beneficial in order to better capture the spread of the distribution and possible nonlinearities.[67] If the true distribution of x is Gaussian, β=2 is optimal.[68]

Predict

As with the EKF, the UKF prediction can be used independently from the UKF update, in combination with a linear (or indeed EKF) update, or vice versa.

Given estimates of the mean and covariance, 𝐱^k1k1 and 𝐏k1k1, one obtains N=2L+1 sigma points as described in the section above. The sigma points are propagated through the transition function f.

𝐱j=f(𝐬j)j=0,,2L.

The propagated sigma points are weighed to produce the predicted mean and covariance.

𝐱^kk1=j=02LWja𝐱j𝐏kk1=j=02LWjc(𝐱j𝐱^kk1)(𝐱j𝐱^kk1)T+𝐐k

where Wja are the first-order weights of the original sigma points, and Wjc are the second-order weights. The matrix 𝐐k is the covariance of the transition noise, 𝐰k.

Update

Given prediction estimates 𝐱^kk1 and 𝐏kk1, a new set of N=2L+1 sigma points 𝐬0,,𝐬2L with corresponding first-order weights W0a,W2La and second-order weights W0c,,W2Lc is calculated.[69] These sigma points are transformed through the measurement function h.

𝐳j=h(𝐬j),j=0,1,,2L.

Then the empirical mean and covariance of the transformed points are calculated.

𝐳^=j=02LWja𝐳j𝐒^k=j=02LWjc(𝐳j𝐳^)(𝐳j𝐳^)T+R𝐤

where 𝐑k is the covariance matrix of the observation noise, 𝐯k. Additionally, the cross covariance matrix is also needed

C𝐱𝐳=j=02LWjc(𝐱j𝐱^k|k1)(𝐳j𝐳^)T.

The Kalman gain is

𝐊k=C𝐱𝐳𝐒^k1.

The updated mean and covariance estimates are

𝐱^kk=𝐱^k|k1+𝐊k(𝐳k𝐳^)𝐏kk=𝐏kk1𝐊k𝐒^k𝐊kT.

Discriminative Kalman filter

When the observation model p(𝐳k𝐱k) is highly non-linear and/or non-Gaussian, it may prove advantageous to apply Bayes' rule and estimate

p(𝐳k𝐱k)p(𝐱k𝐳k)p(𝐱k)

where p(𝐱k𝐳k)𝒩(g(𝐳k),Q(𝐳k)) for nonlinear functions g,Q. This replaces the generative specification of the standard Kalman filter with a discriminative model for the latent states given observations.

Under a stationary state model

p(𝐱1)=𝒩(0,𝐓),p(𝐱k𝐱k1)=𝒩(𝐅𝐱k1,𝐂),

where 𝐓=𝐅𝐓𝐅+𝐂, if

p(𝐱k𝐳1:k)𝒩(𝐱^k|k1,𝐏k|k1),

then given a new observation 𝐳k, it follows that[70]

p(𝐱k+1𝐳1:k+1)𝒩(𝐱^k+1|k,𝐏k+1|k)

where

𝐌k+1=𝐅𝐏k|k1𝐅+𝐂,𝐏k+1|k=(𝐌k+11+Q(𝐳k)1𝐓1)1,𝐱^k+1|k=𝐏k+1|k(𝐌k+11𝐅𝐱^k|k1+𝐏k+1|k1g(𝐳k)).

Note that this approximation requires Q(𝐳k)1𝐓1 to be positive-definite; in the case that it is not,

𝐏k+1|k=(𝐌k+11+Q(𝐳k)1)1

is used instead. Such an approach proves particularly useful when the dimensionality of the observations is much greater than that of the latent states[71] and can be used build filters that are particularly robust to nonstationarities in the observation model.[72]

Adaptive Kalman filter

Adaptive Kalman filters allow to adapt for process dynamics which are not modeled in the process model 𝐅(t), which happens for example in the context of a maneuvering target when a constant velocity (reduced order) Kalman filter is employed for tracking.[73]

Kalman–Bucy filter

Kalman–Bucy filtering (named for Richard Snowden Bucy) is a continuous time version of Kalman filtering.[74][75]

It is based on the state space model

ddt𝐱(t)=𝐅(t)𝐱(t)+𝐁(t)𝐮(t)+𝐰(t)𝐳(t)=𝐇(t)𝐱(t)+𝐯(t)

where 𝐐(t) and 𝐑(t) represent the intensities (or, more accurately: the Power Spectral Density - PSD - matrices) of the two white noise terms 𝐰(t) and 𝐯(t), respectively.

The filter consists of two differential equations, one for the state estimate and one for the covariance:

ddt𝐱^(t)=𝐅(t)𝐱^(t)+𝐁(t)𝐮(t)+𝐊(t)(𝐳(t)𝐇(t)𝐱^(t))ddt𝐏(t)=𝐅(t)𝐏(t)+𝐏(t)𝐅T(t)+𝐐(t)𝐊(t)𝐑(t)𝐊T(t)

where the Kalman gain is given by

𝐊(t)=𝐏(t)𝐇T(t)𝐑1(t)

Note that in this expression for 𝐊(t) the covariance of the observation noise 𝐑(t) represents at the same time the covariance of the prediction error (or innovation) 𝐲~(t)=𝐳(t)𝐇(t)𝐱^(t); these covariances are equal only in the case of continuous time.[76]

The distinction between the prediction and update steps of discrete-time Kalman filtering does not exist in continuous time.

The second differential equation, for the covariance, is an example of a Riccati equation. Nonlinear generalizations to Kalman–Bucy filters include continuous time extended Kalman filter.

Hybrid Kalman filter

Most physical systems are represented as continuous-time models while discrete-time measurements are made frequently for state estimation via a digital processor. Therefore, the system model and measurement model are given by

𝐱˙(t)=𝐅(t)𝐱(t)+𝐁(t)𝐮(t)+𝐰(t),𝐰(t)N(𝟎,𝐐(t))𝐳k=𝐇k𝐱k+𝐯k,𝐯kN(𝟎,𝐑k)

where

𝐱k=𝐱(tk).

Initialize

𝐱^00=E[𝐱(t0)],𝐏00=Var[𝐱(t0)]

Predict

𝐱^˙(t)=𝐅(t)𝐱^(t)+𝐁(t)𝐮(t), with 𝐱^(tk1)=𝐱^k1k1𝐱^kk1=𝐱^(tk)𝐏˙(t)=𝐅(t)𝐏(t)+𝐏(t)𝐅(t)T+𝐐(t), with 𝐏(tk1)=𝐏k1k1𝐏kk1=𝐏(tk)

The prediction equations are derived from those of continuous-time Kalman filter without update from measurements, i.e., 𝐊(t)=0. The predicted state and covariance are calculated respectively by solving a set of differential equations with the initial value equal to the estimate at the previous step.

For the case of linear time invariant systems, the continuous time dynamics can be exactly discretized into a discrete time system using matrix exponentials.

Update

𝐊k=𝐏kk1𝐇kT(𝐇k𝐏kk1𝐇kT+𝐑k)1𝐱^kk=𝐱^kk1+𝐊k(𝐳k𝐇k𝐱^kk1)𝐏kk=(𝐈𝐊k𝐇k)𝐏kk1

The update equations are identical to those of the discrete-time Kalman filter.

Variants for the recovery of sparse signals

The traditional Kalman filter has also been employed for the recovery of sparse, possibly dynamic, signals from noisy observations. Recent works[77][78][79] utilize notions from the theory of compressed sensing/sampling, such as the restricted isometry property and related probabilistic recovery arguments, for sequentially estimating the sparse state in intrinsically low-dimensional systems.

Relation to Gaussian processes

Since linear Gaussian state-space models lead to Gaussian processes, Kalman filters can be viewed as sequential solvers for Gaussian process regression.[80]

Applications


See also


References

  1. Stratonovich, R. L. (1959). Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise. Radiofizika, 2:6, pp. 892–901.
  2. Stratonovich, R. L. (1959). On the theory of optimal non-linear filtering of random functions. Theory of Probability and Its Applications, 4, pp. 223–225.
  3. Stratonovich, R. L. (1960) Application of the Markov processes theory to optimal filtering. Radio Engineering and Electronic Physics, 5:11, pp. 1–19.
  4. Stratonovich, R. L. (1960). Conditional Markov Processes. Theory of Probability and Its Applications, 5, pp. 156–178.
  5. Stepanov, O. A. (15 May 2011). "Kalman filtering: Past and present. An outlook from Russia. (On the occasion of the 80th birthday of Rudolf Emil Kalman)". Gyroscopy and Navigation 2 (2): 105. doi:10.1134/S2075108711020076. 
  6. Fauzi, Hilman; Batool, Uzma (15 July 2019). "A Three-bar Truss Design using Single-solution Simulated Kalman Filter Optimizer". Mekatronika 1 (2): 98–102. doi:10.15282/mekatronika.v1i2.4991. https://journal.ump.edu.my/mekatronika/article/view/4991. 
  7. Paul Zarchan; Howard Musoff (2000). Fundamentals of Kalman Filtering: A Practical Approach. American Institute of Aeronautics and Astronautics, Incorporated. ISBN 978-1-56347-455-2. https://books.google.com/books?id=AQxRAAAAMAAJ. 
  8. Lora-Millan, Julio S.; Hidalgo, Andres F.; Rocon, Eduardo (2021). "An IMUs-Based Extended Kalman Filter to Estimate Gait Lower Limb Sagittal Kinematics for the Control of Wearable Robotic Devices". IEEE Access 9: 144540–144554. doi:10.1109/ACCESS.2021.3122160. ISSN 2169-3536. Bibcode2021IEEEA...9n4540L. 
  9. Kalita, Diana; Lyakhov, Pavel (December 2022). "Moving Object Detection Based on a Combination of Kalman Filter and Median Filtering" (in en). Big Data and Cognitive Computing 6 (4): 142. doi:10.3390/bdcc6040142. ISSN 2504-2289. 
  10. Ghysels, Eric; Marcellino, Massimiliano (2018). Applied Economic Forecasting using Time Series Methods. New York, NY: Oxford University Press. p. 419. ISBN 978-0-19-062201-5. OCLC 1010658777. 
  11. Azzam, M. Abdullah; Batool, Uzma; Fauzi, Hilman (15 July 2019). "Design of an Helical Spring using Single-solution Simulated Kalman Filter Optimizer". Mekatronika 1 (2): 93–97. doi:10.15282/mekatronika.v1i2.4990. https://journal.ump.edu.my/mekatronika/article/view/4990. 
  12. Wolpert, Daniel; Ghahramani, Zoubin (2000). "Computational principles of movement neuroscience". Nature Neuroscience 3: 1212–7. doi:10.1038/81497. PMID 11127840. 
  13. Kalman, R. E. (1960). "A New Approach to Linear Filtering and Prediction Problems". Journal of Basic Engineering 82: 35–45. doi:10.1115/1.3662552. https://semanticscholar.org/paper/922b5eaa5ca03b12d9842b7b84e0e420ccd2feee. 
  14. Humpherys, Jeffrey (2012). "A Fresh Look at the Kalman Filter". SIAM Review 54 (4): 801–823. doi:10.1137/100799666. 
  15. Uhlmann, Jeffrey; Julier, Simon (2022). "Gaussianity and the Kalman Filter: A Simple Yet Complicated Relationship". Journal de Ciencia e Ingeniería 14 (1): 21–26. doi:10.46571/JCI.2022.1.2. https://jci.uniautonoma.edu.co/2022/2022-1_2.pdf. 
  16. Li, Wangyan; Wang, Zidong; Wei, Guoliang; Ma, Lifeng; Hu, Jun; Ding, Derui (2015). "A Survey on Multisensor Fusion and Consensus Filtering for Sensor Networks" (in en). Discrete Dynamics in Nature and Society 2015: 1–12. doi:10.1155/2015/683701. ISSN 1026-0226. 
  17. Li, Wangyan; Wang, Zidong; Ho, Daniel W. C.; Wei, Guoliang (2019). "On Boundedness of Error Covariances for Kalman Consensus Filtering Problems". IEEE Transactions on Automatic Control 65 (6): 2654–2661. doi:10.1109/TAC.2019.2942826. ISSN 0018-9286. 
  18. Lauritzen, S. L. (December 1981). "Time series analysis in 1880. A discussion of contributions made by T.N. Thiele". International Statistical Review 49 (3): 319–331. doi:10.2307/1402616. "He derives a recursive procedure for estimating the regression component and predicting the Brownian motion. The procedure is now known as Kalman filtering.". 
  19. Lauritzen, S. L. (2002). Thiele: Pioneer in Statistics. New York: Oxford University Press. p. 41. ISBN 978-0-19-850972-1. https://books.google.com/books?id=irugmNUwuG4C&q=kalman. "He solves the problem of estimating the regression coefficients and predicting the values of the Brownian motion by the method of least squares and gives an elegant recursive procedure for carrying out the calculations. The procedure is nowadays known as Kalman filtering." 
  20. Grewal, Mohinder S.; Andrews, Angus P. (2015). "1". Kalman filtering: theory and practice using MATLAB (4th ed.). Hoboken, New Jersey: Wiley. pp. 16–18. ISBN 978-1-118-98498-7. 
  21. "Mohinder S. Grewal and Angus P. Andrews". http://ieeecss.org/CSM/library/2010/june10/11-HistoricalPerspectives.pdf. 
  22. Jerrold H. Suddath; Robert H. Kidd; Arnold G. Reinhold (August 1967). A Linearized Error Analysis Of Onboard Primary Navigation Systems For The Apollo Lunar Module, NASA TN D-4027. National Aeronautics and Space Administration. https://ntrs.nasa.gov/api/citations/19670025568/downloads/19670025568.pdf. 
  23. Gaylor, David; Lightsey, E. Glenn (2003). "GPS/INS Kalman Filter Design for Spacecraft Operating in the Proximity of International Space Station". AIAA Guidance, Navigation, and Control Conference and Exhibit. doi:10.2514/6.2003-5445. ISBN 978-1-62410-090-1. 
  24. Ingvar Strid; Karl Walentin (April 2009). "Block Kalman Filtering for Large-Scale DSGE Models". Computational Economics 33 (3): 277–304. doi:10.1007/s10614-008-9160-4. http://www.riksbank.se/en/Press-and-published/Published-from-the-Riksbank/Other-reports/Working-Paper-Series/2008/No-224-Block-Kalman-filtering-for-large-scale-DSGE-models/. 
  25. Martin Møller Andreasen (2008). "Non-linear DSGE Models, The Central Difference Kalman Filter, and The Mean Shifted Particle Filter". ftp://ftp.econ.au.dk/creates/rp/08/rp08_33.pdf. [yes|permanent dead link|dead link}}]
  26. Roweis, S; Ghahramani, Z (1999). "A unifying review of linear gaussian models". Neural Computation 11 (2): 305–45. doi:10.1162/089976699300016674. PMID 9950734. https://authors.library.caltech.edu/13697/1/ROWnc99.pdf. 
  27. Hamilton, J. (1994), Time Series Analysis, Princeton University Press. Chapter 13, 'The Kalman Filter'
  28. Ishihara, J.Y.; Terra, M.H.; Campos, J.C.T. (2006). "Robust Kalman Filter for Descriptor Systems". IEEE Transactions on Automatic Control 51 (8): 1354. doi:10.1109/TAC.2006.878741. 
  29. Terra, Marco H.; Cerri, Joao P.; Ishihara, Joao Y. (2014). "Optimal Robust Linear Quadratic Regulator for Systems Subject to Uncertainties". IEEE Transactions on Automatic Control 59 (9): 2586–2591. doi:10.1109/TAC.2014.2309282. 
  30. Kelly, Alonzo (1994). "A 3D state space formulation of a navigation Kalman filter for autonomous vehicles". DTIC Document: 13. http://apps.dtic.mil/dtic/tr/fulltext/u2/a282853.pdf.  2006 Corrected Version
  31. Reid, Ian; Term, Hilary. "Estimation II". Oxford University. http://www.robots.ox.ac.uk/~ian/Teaching/Estimation/LectureNotes2.pdf. 
  32. Rajamani, Murali (October 2007). Data-based Techniques to Improve State Estimation in Model Predictive Control (PDF) (PhD Thesis). University of Wisconsin–Madison. Archived from the original (PDF) on 2016-03-04. Retrieved 2011-04-04.
  33. Rajamani, Murali R.; Rawlings, James B. (2009). "Estimation of the disturbance structure from data using semidefinite programming and optimal weighting". Automatica 45 (1): 142–148. doi:10.1016/j.automatica.2008.05.032. 
  34. "Autocovariance Least-Squares Toolbox". Jbrwww.che.wisc.edu. https://sites.engineering.ucsb.edu/~jbraw/software/als/index.html. 
  35. Bania, P.; Baranowski, J. (12 December 2016). "Field Kalman Filter and its approximation". IEEE 55th Conference on Decision and Control (CDC). Las Vegas, NV, USA: IEEE. pp. 2875–2880. https://www.researchgate.net/publication/312029167. 
  36. Bar-Shalom, Yaakov; Li, X.-Rong; Kirubarajan, Thiagalingam (2001). Estimation with Applications to Tracking and Navigation. New York, USA: John Wiley & Sons, Inc.. pp. 319 ff. doi:10.1002/0471221279. ISBN 0-471-41655-X. 
  37. Three optimality tests with numerical examples are described in Peter, Matisko (2012). "Optimality Tests and Adaptive Kalman Filter". 16th IFAC Symposium on System Identification. 45. 1523–1528. doi:10.3182/20120711-3-BE-2027.00011. ISBN 978-3-902823-06-9. 
  38. Spall, James C. (1995). "The Kantorovich inequality for error analysis of the Kalman filter with unknown noise distributions". Automatica 31 (10): 1513–1517. doi:10.1016/0005-1098(95)00069-9. 
  39. Maryak, J.L.; Spall, J.C.; Heydon, B.D. (2004). "Use of the Kalman Filter for Inference in State-Space Models with Unknown Noise Distributions". IEEE Transactions on Automatic Control 49: 87–90. doi:10.1109/TAC.2003.821415. 
  40. 40.0 40.1 Walrand, Jean; Dimakis, Antonis (August 2006). Random processes in Systems -- Lecture Notes. pp. 69–70. https://people.eecs.berkeley.edu/~wlr/226F06/226a.pdf. Retrieved 2019-05-07. 
  41. Sant, Donald T. "Generalized least squares applied to time varying parameter models." Annals of Economic and Social Measurement, Volume 6, number 3. NBER, 1977. 301-314. Online Pdf
  42. Anderson, Brian D. O.; Moore, John B. (1979). Optimal Filtering. New York: Prentice Hall. pp. 129–133. ISBN 978-0-13-638122-8. 
  43. Jingyang Lu. "False information injection attack on dynamic state estimation in multi-sensor systems", Fusion 2014
  44. 44.0 44.1 Thornton, Catherine L. (15 October 1976). Triangular Covariance Factorizations for Kalman Filtering (PhD). NASA. NASA Technical Memorandum 33-798.
  45. 45.0 45.1 45.2 Bierman, G.J. (1977). "Factorization Methods for Discrete Sequential Estimation". Factorization Methods for Discrete Sequential Estimation. Bibcode1977fmds.book.....B. 
  46. 46.0 46.1 Bar-Shalom, Yaakov; Li, X. Rong; Kirubarajan, Thiagalingam (July 2001). Estimation with Applications to Tracking and Navigation. New York: John Wiley & Sons. pp. 308–317. ISBN 978-0-471-41655-5. 
  47. Golub, Gene H.; Van Loan, Charles F. (1996). Matrix Computations. Johns Hopkins Studies in the Mathematical Sciences (Third ed.). Baltimore, Maryland: Johns Hopkins University. p. 139. ISBN 978-0-8018-5414-9. 
  48. Higham, Nicholas J. (2002). Accuracy and Stability of Numerical Algorithms (Second ed.). Philadelphia, PA: Society for Industrial and Applied Mathematics. p. 680. ISBN 978-0-89871-521-7. 
  49. Särkkä, S.; Ángel F. García-Fernández (2021). "Temporal Parallelization of Bayesian Smoothers". IEEE Transactions on Automatic Control 66 (1): 299–306. doi:10.1109/TAC.2020.2976316. 
  50. "Parallel Prefix Sum (Scan) with CUDA". https://developer.nvidia.com/gpugems/gpugems3/part-vi-gpu-computing/chapter-39-parallel-prefix-sum-scan-cuda. "The scan operation is a simple and powerful parallel primitive with a broad range of applications. In this chapter we have explained an efficient implementation of scan using CUDA, which achieves a significant speedup compared to a sequential implementation on a fast CPU, and compared to a parallel implementation in OpenGL on the same GPU. Due to the increasing power of commodity parallel processors such as GPUs, we expect to see data-parallel algorithms such as scan to increase in importance over the coming years." 
  51. Masreliez, C. Johan; Martin, R D (1977). "Robust Bayesian estimation for the linear model and robustifying the Kalman filter". IEEE Transactions on Automatic Control 22 (3): 361–371. doi:10.1109/TAC.1977.1101538. 
  52. Lütkepohl, Helmut (1991). Introduction to Multiple Time Series Analysis. Heidelberg: Springer-Verlag Berlin. p. 435. 
  53. 53.0 53.1 Gabriel T. Terejanu (2012-08-04). "Discrete Kalman Filter Tutorial". https://cse.sc.edu/~terejanu/files/tutorialKF.pdf. 
  54. Anderson, Brian D. O.; Moore, John B. (1979). Optimal Filtering. Englewood Cliffs, NJ: Prentice Hall, Inc.. pp. 176–190. ISBN 978-0-13-638122-8. 
  55. Rauch, H.E.; Tung, F.; Striebel, C. T. (August 1965). "Maximum likelihood estimates of linear dynamic systems". AIAA Journal 3 (8): 1445–1450. doi:10.2514/3.3166. Bibcode1965AIAAJ...3.1445R. 
  56. Einicke, G.A. (March 2006). "Optimal and Robust Noncausal Filter Formulations". IEEE Transactions on Signal Processing 54 (3): 1069–1077. doi:10.1109/TSP.2005.863042. Bibcode2006ITSP...54.1069E. 
  57. Einicke, G.A. (April 2007). "Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother". IEEE Transactions on Signal Processing 55 (4): 1543–1547. doi:10.1109/TSP.2006.889402. Bibcode2007ITSP...55.1543E. 
  58. Einicke, G.A.; Ralston, J.C.; Hargrave, C.O.; Reid, D.C.; Hainsworth, D.W. (December 2008). "Longwall Mining Automation. An Application of Minimum-Variance Smoothing". IEEE Control Systems Magazine 28 (6): 28–37. doi:10.1109/MCS.2008.929281. 
  59. Einicke, G.A. (December 2009). "Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother". IEEE Transactions on Automatic Control 54 (12): 2904–2908. doi:10.1109/TSP.2006.889402. Bibcode2007ITSP...55.1543E. 
  60. Einicke, G.A. (December 2014). "Iterative Frequency-Weighted Filtering and Smoothing Procedures". IEEE Signal Processing Letters 21 (12): 1467–1470. doi:10.1109/LSP.2014.2341641. Bibcode2014ISPL...21.1467E. 
  61. Biswas, Sanat K.; Qiao, Li; Dempster, Andrew G. (2020-12-01). "A quantified approach of predicting suitability of using the Unscented Kalman Filter in a non-linear application" (in en). Automatica 122: 109241. doi:10.1016/j.automatica.2020.109241. ISSN 0005-1098. http://www.sciencedirect.com/science/article/pii/S0005109820304398. 
  62. 62.0 62.1 Julier, Simon J.; Uhlmann, Jeffrey K. (2004). "Unscented filtering and nonlinear estimation". Proceedings of the IEEE 92 (3): 401–422. doi:10.1109/JPROC.2003.823141. https://ieeexplore.ieee.org/document/1271397. 
  63. Julier, Simon J.; Uhlmann, Jeffrey K. (1997). "New extension of the Kalman filter to nonlinear systems". in Kadar, Ivan. Signal Processing, Sensor Fusion, and Target Recognition VI. Proceedings of SPIE. 3. pp. 182–193. doi:10.1117/12.280797. Bibcode1997SPIE.3068..182J. http://www.cs.unc.edu/~welch/kalman/media/pdf/Julier1997_SPIE_KF.pdf. Retrieved 2008-05-03. 
  64. Menegaz, H. M. T.; Ishihara, J. Y.; Borges, G. A.; Vargas, A. N. (October 2015). "A Systematization of the Unscented Kalman Filter Theory". IEEE Transactions on Automatic Control 60 (10): 2583–2598. doi:10.1109/tac.2015.2404511. ISSN 0018-9286. 
  65. Gustafsson, Fredrik; Hendeby, Gustaf (2012). "Some Relations Between Extended and Unscented Kalman Filters". IEEE Transactions on Signal Processing 60 (2): 545–555. doi:10.1109/tsp.2011.2172431. Bibcode2012ITSP...60..545G. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-75272. 
  66. Van der Merwe, R.; Wan, E.A. (2001). "The square-root unscented Kalman filter for state and parameter-estimation". 2001 IEEE International Conference on Acoustics, Speech, and Signal Processing. Proceedings (Cat. No.01CH37221). 6. pp. 3461–3464. doi:10.1109/ICASSP.2001.940586. ISBN 0-7803-7041-4. 
  67. Bitzer, S. (2016). The UKF exposed: How it works, when it works and when it's better to sample. doi:10.5281/zenodo.44386. https://github.com/sbitzer/UKF-exposed. 
  68. Wan, E.A.; Van Der Merwe, R. (2000). "The unscented Kalman filter for nonlinear estimation". Proceedings of the IEEE 2000 Adaptive Systems for Signal Processing, Communications, and Control Symposium (Cat. No.00EX373). p. 153. doi:10.1109/ASSPCC.2000.882463. ISBN 978-0-7803-5800-3. http://www.lara.unb.br/~gaborges/disciplinas/efe/papers/wan2000.pdf. Retrieved 2010-01-31. 
  69. Sarkka, Simo (September 2007). "On Unscented Kalman Filtering for State Estimation of Continuous-Time Nonlinear Systems". IEEE Transactions on Automatic Control 52 (9): 1631–1641. doi:10.1109/TAC.2007.904453. 
  70. 70.0 70.1 Burkhart, Michael C.; Brandman, David M.; Franco, Brian; Hochberg, Leigh; Harrison, Matthew T. (2020). "The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Nongaussian Observation Models". Neural Computation 32 (5): 969–1017. doi:10.1162/neco_a_01275. PMID 32187000. PMC 8259355. https://direct.mit.edu/neco/article/32/5/969/95592/The-Discriminative-Kalman-Filter-for-Bayesian. Retrieved 26 March 2021. 
  71. 71.0 71.1 Burkhart, Michael C. (2019). A Discriminative Approach to Bayesian Filtering with Applications to Human Neural Decoding (Thesis). Providence, RI, USA: Brown University. doi:10.26300/nhfp-xv22.
  72. 72.0 72.1 Brandman, David M.; Burkhart, Michael C.; Kelemen, Jessica; Franco, Brian; Harrison, Matthew T.; Hochberg, Leigh R. (2018). "Robust Closed-Loop Control of a Cursor in a Person with Tetraplegia using Gaussian Process Regression". Neural Computation 30 (11): 2986–3008. doi:10.1162/neco_a_01129. PMID 30216140. PMC 6685768. https://direct.mit.edu/neco/article/30/11/2986/8418/Robust-Closed-Loop-Control-of-a-Cursor-in-a-Person. Retrieved 26 March 2021. 
  73. Bar-Shalom, Yaakov; Li, X.-Rong; Kirubarajan, Thiagalingam (2001). Estimation with Applications to Tracking and Navigation. New York, USA: John Wiley & Sons, Inc.. pp. 421 ff. doi:10.1002/0471221279. ISBN 0-471-41655-X. 
  74. Bucy, R.S. and Joseph, P.D., Filtering for Stochastic Processes with Applications to Guidance, John Wiley & Sons, 1968; 2nd Edition, AMS Chelsea Publ., 2005. ISBN 0-8218-3782-6
  75. Jazwinski, Andrew H., Stochastic processes and filtering theory, Academic Press, New York, 1970. ISBN 0-12-381550-9
  76. Kailath, T. (1968). "An innovations approach to least-squares estimation--Part I: Linear filtering in additive white noise". IEEE Transactions on Automatic Control 13 (6): 646–655. doi:10.1109/TAC.1968.1099025. 
  77. Vaswani, Namrata (2008). "Kalman filtered Compressed Sensing". 2008 15th IEEE International Conference on Image Processing. pp. 893–896. doi:10.1109/ICIP.2008.4711899. ISBN 978-1-4244-1765-0. 
  78. Carmi, Avishy; Gurfil, Pini; Kanevsky, Dimitri (2010). "Methods for sparse signal recovery using Kalman filtering with embedded pseudo-measurement norms and quasi-norms". IEEE Transactions on Signal Processing 58 (4): 2405–2409. doi:10.1109/TSP.2009.2038959. Bibcode2010ITSP...58.2405C. 
  79. Zachariah, Dave; Chatterjee, Saikat; Jansson, Magnus (2012). "Dynamic Iterative Pursuit". IEEE Transactions on Signal Processing 60 (9): 4967–4972. doi:10.1109/TSP.2012.2203813. Bibcode2012ITSP...60.4967Z. 
  80. Särkkä, Simo; Hartikainen, Jouni; Svensson, Lennart; Sandblom, Fredrik (2015-04-22). "On the relation between Gaussian process quadratures and sigma-point methods". arXiv:1504.05994 [stat.ME].
  81. Vasebi, Amir; Partovibakhsh, Maral; Bathaee, S. Mohammad Taghi (2007). "A novel combined battery model for state-of-charge estimation in lead-acid batteries based on extended Kalman filter for hybrid electric vehicle applications". Journal of Power Sources 174 (1): 30–40. doi:10.1016/j.jpowsour.2007.04.011. Bibcode2007JPS...174...30V. 
  82. Vasebi, A.; Bathaee, S.M.T.; Partovibakhsh, M. (2008). "Predicting state of charge of lead-acid batteries for hybrid electric vehicles by extended Kalman filter". Energy Conversion and Management 49: 75–82. doi:10.1016/j.enconman.2007.05.017. 
  83. Fruhwirth, R. (1987). "Application of Kalman filtering to track and vertex fitting". Nuclear Instruments and Methods in Physics Research Section A 262 (2–3): 444–450. doi:10.1016/0168-9002(87)90887-4. Bibcode1987NIMPA.262..444F. 
  84. Harvey, Andrew C. (1994). "Applications of the Kalman filter in econometrics". in Bewley, Truman. Advances in Econometrics. New York: Cambridge University Press. pp. 285f. ISBN 978-0-521-46726-1. https://archive.org/details/advancesineconom00iiecon/page/285. 
  85. Boulfelfel, D.; Rangayyan, R.M.; Hahn, L.J.; Kloiber, R.; Kuduvalli, G.R. (1994). "Two-dimensional restoration of single photon emission computed tomography images using the Kalman filter". IEEE Transactions on Medical Imaging 13 (1): 102–109. doi:10.1109/42.276148. PMID 18218487. 
  86. Bock, Y.; Crowell, B.; Webb, F.; Kedar, S.; Clayton, R.; Miyahara, B. (2008). "Fusion of High-Rate GPS and Seismic Data: Applications to Early Warning Systems for Mitigation of Geological Hazards". AGU Fall Meeting Abstracts 43: G43B–01. Bibcode2008AGUFM.G43B..01B. 
  87. Wolpert, D. M.; Miall, R. C. (1996). "Forward Models for Physiological Motor Control". Neural Networks 9 (8): 1265–1279. doi:10.1016/S0893-6080(96)00035-4. PMID 12662535. 

Further reading