Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 769 Bytes

File metadata and controls

11 lines (6 loc) · 769 Bytes

Adaptive KalmanNet

In real-world applications of filtering, different systems may have different State Space Model (SSM) parameters. However, neural network aided filters are usually trained on fixed or limited number of SSMs, where generalizing to different SSMs needs time-consuming and computationally intensive retraining.

This work targets at the shifts in evolution and observation noise distributions. It is based on KalmanNet, and enables KalmanNet with the fast adaptation ability to shifting noise distributions during inference.

Paper Link: https://arxiv.org/abs/2309.07016 (published on ICASSP 2024)

Adaptive KalmanNet architecture

Training and inference