Moment-based Kalman Filter: Nonlinear Kalman Filtering with Exact Moment Propagation
Yutaka Shimizu, Ashkan Jasour, Maani Ghaffari, and Shinpei Kato

TL;DR
The paper introduces the Moment-based Kalman Filter (MKF), a nonlinear filtering method that exactly propagates moments of state distributions, outperforming traditional filters like EKF and UKF especially in non-Gaussian noise conditions.
Contribution
The paper presents a novel MKF that computes exact moments through a derivative-free, parameter-free process with complexity similar to EKF and UKF, applicable to non-Gaussian distributions.
Findings
MKF outperforms EKF and UKF in non-Gaussian noise scenarios.
MKF can propagate moments of any order for non-Gaussian variables.
MKF has comparable computational complexity to existing Kalman filters.
Abstract
This paper develops a new nonlinear filter, called Moment-based Kalman Filter (MKF), using the exact moment propagation method. Existing state estimation methods use linearization techniques or sampling points to compute approximate values of moments. However, moment propagation of probability distributions of random variables through nonlinear process and measurement models play a key role in the development of state estimation and directly affects their performance. The proposed moment propagation procedure can compute exact moments for non-Gaussian as well as non-independent Gaussian random variables. Thus, MKF can propagate exact moments of uncertain state variables up to any desired order. MKF is derivative-free and does not require tuning parameters. Moreover, MKF has the same computation time complexity as the extended or unscented Kalman filters, i.e., EKF and UKF. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTarget Tracking and Data Fusion in Sensor Networks
