Robust Unscented Kalman Filtering via Recurrent Meta-Adaptation of Sigma-Point Weights
AI 摘要
提出了Meta-Adaptive UKF(MA-UKF),利用元学习优化UKF的sigma点权重,提高鲁棒性和泛化性。
主要贡献
- 提出基于元学习的自适应UKF框架
- 利用循环上下文编码器压缩历史测量信息
- 动态调整sigma点权重,提高滤波精度和鲁棒性
方法论
使用循环上下文编码器提取测量历史特征,通过策略网络动态合成sigma点权重,端到端优化滤波系统。
原文摘要
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.