ArXiv TLDR

Neural Aided Kalman Filtering for UAV State Estimation in Degraded Sensing Environments

🐦 Tweet
2604.28107

Akhil Gupta, Erhan Guven

cs.LG

TLDR

BNKF, a hybrid framework, combines Bayesian Neural Networks with Kalman filtering for robust UAV state estimation in degraded sensing environments.

Key contributions

  • Proposes the Bayesian Neural Kalman Filter (BNKF) for robust UAV state estimation.
  • BNKF couples a trained BNN with a Kalman correction step, incorporating Bayesian uncertainty directly.
  • Outperforms EKF and UKF in accuracy, precision, and truth containment under degraded sensing.
  • Ensemble variant (BNKFe) improves precision in high-noise conditions with minimal runtime overhead.

Why it matters

Accurate UAV state estimation is critical for modern aerospace operations, especially in challenging, degraded sensing environments. This work offers a robust, real-time capable solution that significantly improves upon classical Kalman filters, enhancing safety and performance.

Original Abstract

Accurate state estimation of nonlinear dynamical systems is fundamental to modern aerospace operations across air, sea, and space domains. Online tracking of adversarial unmanned aerial vehicles (UAVs) is especially challenging due to agile nonlinear motion, noisy and sparse sensor measurements, and unknown control inputs; conditions that violate key assumptions of classical Kalman filter variants and degrade estimation performance. Neural networks (NNs) can learn complex nonlinear relationships from data, but lack principled uncertainty quantification, which is critical for state estimation tasks where confidence bounds drive downstream decisions. We address this with Bayesian Neural Networks (BNNs), which model uncertainty through distributions over network weights and produce predictive means and uncertainties via Monte Carlo sampling. Building on this, we propose the Bayesian Neural Kalman Filter (BNKF): a hybrid framework coupling a trained BNN with a Kalman correction step for robust online UAV state estimation. Unlike related neural Kalman approaches, BNKF produces full state predictions and incorporates Bayesian uncertainty directly into covariance propagation, improving robustness under high noise conditions. We evaluate BNKF under varying radar noise levels and sampling rates using synthetic nonlinear UAV flight data. Five fold cross validation demonstrates that BNKF outperforms Extended and Unscented Kalman Filters in accuracy, precision, and truth containment under degraded sensing. An ensemble variant (BNKFe) further improves precision in high-noise edge cases at a slight accuracy tradeoff. Runtime analysis confirms minimal inference overhead, supporting real-time deployment feasibility.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.