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

arXiv cs.LG / 5/1/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a hybrid Bayesian Neural Kalman Filter (BNKF) to improve UAV state estimation when sensors are noisy, sparse, and their assumptions are violated.
  • It uses a Bayesian Neural Network (BNN) to capture uncertainty via weight distributions and Monte Carlo sampling, then integrates this uncertainty into the Kalman correction and covariance propagation steps.
  • Experiments on synthetic nonlinear UAV flight data under varying radar noise levels and sampling rates show BNKF outperforms Extended Kalman Filter and Unscented Kalman Filter in accuracy, precision, and uncertainty containment.
  • A related ensemble variant (BNKFe) further boosts precision in high-noise edge cases, though it slightly reduces accuracy.
  • Runtime analysis indicates low inference overhead, suggesting the approach could be feasible for real-time UAV deployment.

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.