ROAISYJan 18, 2024

Adaptive Kalman-Informed Transformer

arXiv:2401.09987v232 citationsEng appl artif intell
AI Analysis

This addresses sensor fusion accuracy for navigation applications like autonomous underwater vehicles, but it is incremental as it builds on existing adaptive EKF methods.

The paper tackled the problem of inaccurate state estimation in extended Kalman filters due to varying process noise in real-world scenarios, and the result was that their adaptive Kalman-informed transformer (A-KIT) improved position accuracy by over 49.5% compared to conventional EKF and by an average of 35.4% compared to model-based adaptive EKF in a case study with autonomous underwater vehicle data.

The extended Kalman filter (EKF) is a widely adopted method for sensor fusion in navigation applications. A crucial aspect of the EKF is the online determination of the process noise covariance matrix reflecting the model uncertainty. While common EKF implementation assumes a constant process noise, in real-world scenarios, the process noise varies, leading to inaccuracies in the estimated state and potentially causing the filter to diverge. Model-based adaptive EKF methods were proposed and demonstrated performance improvements to cope with such situations, highlighting the need for a robust adaptive approach. In this paper, we derive an adaptive Kalman-informed transformer (A-KIT) designed to learn the varying process noise covariance online. Built upon the foundations of the EKF, A-KIT utilizes the well-known capabilities of set transformers, including inherent noise reduction and the ability to capture nonlinear behavior in the data. This approach is suitable for any application involving the EKF. In a case study, we demonstrate the effectiveness of A-KIT in nonlinear fusion between a Doppler velocity log and inertial sensors. This is accomplished using real data recorded from sensors mounted on an autonomous underwater vehicle operating in the Mediterranean Sea. We show that A-KIT outperforms the conventional EKF by more than 49.5% and model-based adaptive EKF by an average of 35.4% in terms of position accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes