CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
76 stars 9 forks source link

Two Modifications of the Unscented Kalman Filter that Specialize to the Kalman Filter for Linear Systems. (arXiv:2104.00736v1 [eess.SY]) #5519

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

Two Modifications of the Unscented Kalman Filter that Specialize to the Kalman Filter for Linear Systems. (arXiv:2104.00736v1 [eess.SY])
https://ift.tt/3wtdFnx

Although the unscented Kalman filter (UKF) is applicable to nonlinear systems, it turns out that, for linear systems, UKF does not specialize to the classical Kalman filter. This situation suggests that it may be advantageous to modify UKF in such a way that, for linear systems, the Kalman filter is recovered. The ultimate goal is thus to develop modifications of UKF that specialize to the Kalman filter for linear systems and have improved accuracy for nonlinear systems. With this motivation, this paper presents two modifications of UKF that specialize to the Kalman filter for linear systems. The first modification (EUKF-A) requires the Jacobian of the dynamics map, whereas the second modification (EUKF-C) requires the Jacobian of the measurement map. For various nonlinear examples, the accuracy of EUKF-A and EUKF-C is compared to the accuracy of UKF.



via eess.SY updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

UKFはEKFと違い、線形システムへ適用しても、Kalman filterと同等の結果をもたらさない
そこで、ダイナミクスモデルのJacobianと、観測モデルのJacobianを追加することで、線形システムへの適用時の精度を向上させた