Robust Unscented Kalman Filtering via Recurrent Meta-Adaptation of Sigma-Point Weights
2026-03-04 • Machine Learning
Machine Learning
AI summaryⓘ
The authors present a new version of the Unscented Kalman Filter (UKF), called the Meta-Adaptive UKF (MA-UKF), that improves how the filter adjusts to changing conditions and unusual noise. Instead of using fixed settings, their method uses a learning system to remember past data and dynamically decide how much to trust predictions versus measurements. This approach makes the filter better at tracking moving targets and handling unexpected types of noise. Tests showed that their method works better than traditional filters, especially in challenging scenarios not seen during training.
Unscented Kalman FilterSigma PointsHyperparameter OptimizationMeta-learningRecurrent Neural NetworkState EstimationNon-Gaussian NoiseTime-varying DynamicsOut-of-Distribution GeneralizationTracking Accuracy
Authors
Kenan Majewski, Michał Modzelewski, Marcin Żugaj, Piotr Lichota
Abstract
The Unscented Kalman Filter (UKF) is a ubiquitous tool for nonlinear state estimation; however, its performance is limited by the static parameterization of the Unscented Transform (UT). Conventional weighting schemes, governed by fixed scaling parameters, assume implicit Gaussianity and fail to adapt to time-varying dynamics or heavy-tailed measurement noise. This work introduces the Meta-Adaptive UKF (MA-UKF), a framework that reformulates sigma-point weight synthesis as a hyperparameter optimization problem addressed via memory-augmented meta-learning. Unlike standard adaptive filters that rely on instantaneous heuristic corrections, our approach employs a Recurrent Context Encoder to compress the history of measurement innovations into a compact latent embedding. This embedding informs a policy network that dynamically synthesizes the mean and covariance weights of the sigma points at each time step, effectively governing the filter's trust in the prediction versus the measurement. By optimizing the system end-to-end through the filter's recursive logic, the MA-UKF learns to maximize tracking accuracy while maintaining estimation consistency. Numerical benchmarks on maneuvering targets demonstrate that the MA-UKF significantly outperforms standard baselines, exhibiting superior robustness to non-Gaussian glint noise and effective generalization to out-of-distribution (OOD) dynamic regimes unseen during training.