通过西格玛点权重的循环元自适应实现鲁棒的无迹卡尔曼滤波 / Robust Unscented Kalman Filtering via Recurrent Meta-Adaptation of Sigma-Point Weights
1️⃣ 一句话总结
这篇论文提出了一种名为MA-UKF的新型自适应滤波框架,它通过元学习技术,让滤波器能够根据历史测量数据动态调整其内部参数,从而在面对非高斯噪声和复杂动态变化时,比传统方法更准确、更鲁棒地进行状态估计。
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.
通过西格玛点权重的循环元自适应实现鲁棒的无迹卡尔曼滤波 / Robust Unscented Kalman Filtering via Recurrent Meta-Adaptation of Sigma-Point Weights
这篇论文提出了一种名为MA-UKF的新型自适应滤波框架,它通过元学习技术,让滤波器能够根据历史测量数据动态调整其内部参数,从而在面对非高斯噪声和复杂动态变化时,比传统方法更准确、更鲁棒地进行状态估计。
源自 arXiv: 2603.04360