Fast Kalman filter

From HandWiki

The fast Kalman filter (FKF), devised by Antti Lange (born 1941), is an extension of the Helmert–Wolf blocking[1] (HWB) method from geodesy to safety-critical real-time applications of Kalman filtering (KF) such as GNSS navigation up to the centimeter-level of accuracy and satellite imaging of the Earth including atmospheric tomography.

Motivation

Kalman filters are an important filtering technique for building fault-tolerance into a wide range of systems, including real-time imaging. The ordinary Kalman filter is an optimal filtering algorithm for linear systems. However, an optimal Kalman filter is not stable (i.e. reliable) if Kalman's observability and controllability conditions are not continuously satisfied.[2] These conditions are very challenging to maintain for any larger system. This means that even optimal Kalman filters may start diverging towards false solutions. Fortunately, the stability of an optimal Kalman filter can be controlled by monitoring its error variances if only these can be reliably estimated (e.g. by MINQUE). Their precise computation is, however, much more demanding than the optimal Kalman filtering itself. The FKF computing method often provides the required speed-up also in this respect.

Optimum calibration

Calibration parameters are a typical example of those state parameters that may create serious observability problems if a narrow window of data (i.e. too few measurements) is continuously used by a Kalman filter.[3] Observing instruments onboard orbiting satellites gives an example of optimal Kalman filtering where their calibration is done indirectly on ground.[4] There may also exist other state parameters that are hardly or not at all observable if too small samples of data are processed at a time by any sort of a Kalman filter.

Inverse problem

The computing load of the inverse problem of an ordinary[5] Kalman recursion is roughly proportional to the cube of the number of the measurements processed simultaneously. This number can always be set to 1 by processing each scalar measurement independently and (if necessary) performing a simple pre-filtering algorithm to de-correlate these measurements. However, for any large and complex system this pre-filtering may need the HWB computing. Any continued use of a too narrow window of input data weakens observability of the calibration parameters and, in the long run, this may lead to serious controllability problems totally unacceptable in safety-critical applications.

Even when many measurements are processed simultaneously, it is not unusual that the linearized equation system becomes sparse, because some measurements turn out to be independent of some state or calibration parameters. In problems of Satellite Geodesy,[6] the computing load of the HWB (and FKF) method is roughly proportional to the square of the total number of the state and calibration parameters only and not of the measurements that are billions.

Reliable solution

Reliable operational Kalman filtering requires continuous fusion of data in real-time. Its optimality depends essentially on the use of exact variances and covariances between all measurements and the estimated state and calibration parameters. This large error covariance matrix is obtained by matrix inversion from the respective system of Normal Equations.[7] Its coefficient matrix is usually sparse and the exact solution of all the estimated parameters can be computed by using the HWB (and FKF) method.[7] The optimal solution may also be obtained by Gauss elimination using other sparse-matrix techniques or some iterative methods based e.g. on Variational Calculus. However, these latter methods may solve the large matrix of all the error variances and covariances only approximately and the data fusion would not be performed in a strictly optimal fashion. Consequently, the long-term stability of Kalman filtering becomes uncertain even if Kalman's observability and controllability conditions were permanently satisfied.

Description

The Fast Kalman filter applies only to systems with sparse matrices,[8] since HWB is an inversion method to solve sparse linear equations (Wolf, 1978).

The sparse coefficient matrix to be inverted may often have either a bordered block- or band-diagonal (BBD) structure. If it is band-diagonal it can be transformed into a block-diagonal form e.g. by means of a generalized Canonical Correlation Analysis (gCCA).

Such a large matrix can thus be most effectively inverted in a blockwise manner by using the following analytic inversion formula:

[math]\displaystyle{ \begin{bmatrix} A & B \\ C & D \end{bmatrix}^{-1} = \begin{bmatrix} A^{-1}+A^{-1}B(D-CA^{-1}B)^{-1}CA^{-1} & -A^{-1}B(D-CA^{-1}B)^{-1} \\ -(D-CA^{-1}B)^{-1}CA^{-1} & (D-CA^{-1}B)^{-1} \end{bmatrix} }[/math]

of Frobenius where

[math]\displaystyle{ A = }[/math] a large block- or band-diagonal (BD) matrix to be easily inverted, and,
[math]\displaystyle{ (D-CA^{-1}B) = }[/math] a much smaller matrix called the Schur complement of [math]\displaystyle{ A }[/math].

This is the FKF method that may make it computationally possible to estimate a much larger number of state and calibration parameters than an ordinary Kalman recursion can do. Their operational accuracies may also be reliably estimated from the theory of Minimum-Norm Quadratic Unbiased Estimation (MINQUE) of C. R. Rao and used for controlling the stability of this optimal fast Kalman filtering.[9]

Applications

The FKF method extends the very high accuracies of Satellite Geodesy to Virtual Reference Station (VRS) Real Time Kinematic (RTK) surveying, mobile positioning and ultra-reliable navigation.[10] First important applications will be real-time optimum calibration of global observing systems in Meteorology,[11] Geophysics, Astronomy etc.

For example, a Numerical Weather Prediction (NWP) system can now forecast observations with confidence intervals and their operational quality control can thus be improved. A sudden increase of uncertainty in predicting observations would indicate that important observations are missing (observability problem) or an unpredictable change of weather is taking place (controllability problem). Remote sensing and imaging from satellites are partly based on forecasted information. Controlling stability of the feedback between these forecasts and the satellite images requires a sensor fusion technique that is both fast and robust, which the FKF fulfills.

The computational advantage of FKF is marginal for applications using only small amounts of data in real-time. Therefore, improved built-in calibration and data communication infrastructures need to be developed first and introduced to public use before personal gadgets and machine-to-machine devices can make the best out of FKF.

References

  1. Template:Cite tech report
  2. Kalman, Rudolf (1960). "A New Approach to Linear Filtering and Prediction Problems". Journal of Basic Engineering 82 (1): 34–45. doi:10.1115/1.3662552. 
  3. Lange, Antti (2008). "Statistical Calibration of Observing Systems". Finnish Meteorological Institute Contributions 22: 34–45. http://personal.fimnet.fi/business/terhikki.lange/thesis.pdf. 
  4. Jacobsson, B; Nylund, M; Olssoon, T; Vandermarcq, O; Vinterhav, E (2001). Star Tracker/Gyro Calibration and Attitude Reconstruction for the Scientific Satellite Odin - In Flight Results (Report). http://www.ssc.se:80/data/content/DOCUMENTS/20049612942476Star%20Tracker,%20Gyro%20Calibration%20and%20Attitude%20Reconstruction.pdf. 
  5. Lange, Antti (2008). "Statistical Calibration of Observing Systems". Finnish Meteorological Institute Contributions 22: 12–13. http://personal.fimnet.fi/business/terhikki.lange/thesis.pdf. 
  6. Brockman, Elmar (1997). "Combination of Solutions for Geodetic and Geodynamic Applications of the Global Positioning System (GPS)" (in gsw). Geodaetisch-geophysikalische Arbeiten in der Schweiz 55. https://www.sgc.ethz.ch/sgc-volumes/sgk-55.pdf. 
  7. 7.0 7.1 Strange, Gilbert; Borre, Borre (1997). Linear Algebra, Geodesy, and GPS. Wellesley-Cambridge Press. pp. 507–508. ISBN 978-0961408862. 
  8. Lange, Antti (2001). "Simultaneous Statistical Calibration of the GPS signal delay measurements with related meteorological data" (in en). Physics and Chemistry of the Earth, Part A: Solid Earth and Geodesy (Amsterdam: Elsevier Science) 26 (6–8): 471–473. doi:10.1016/S1464-1895(01)00086-2. ISSN 1464-1895. 
  9. Lange, Antti (9 October 2015). Using Helmert–Wolf blocking for diagnosis & treatment of GNSS errors (Report). Bordeaux: 22nd ITS World Congress. Technical PAper ITS-1636. http://www.fkf.net/World-ITS-2015-Lange.pdf. 
  10. Lange, Antti (15 October 2003). "Optimal Kalman Filtering for ultra-reliable Tracking". Atmospheric Remote Sensing using Satellite Navigation Systems. Matera, Italy. http://www.fkf.net/LangeA2003.PDF. 
  11. Lange, Antti (1988). "A high-pass filter for Optimum Calibration of observing systems with applications". in Andrez J. Osiadacz. Simulation and Optimization of Large Systems. Oxford: Oxford University Press/Clarendon Press. pp. 311–327. https://www.fkf.net/paper1.pdf. 

External links