paper-with-me

홈 › Papers

Bayesian KalmanNet: Quantifying Uncertainty in Deep Learning Augmented Kalman Filter

2023-09-06 · Yehonatan Dahan, Guy Revach, Jindrich Dunik, Nir Shlezinger

Recent years have witnessed a growing interest in tracking algorithms that augment Kalman Filters (KFs) with Deep Neural Networks (DNNs). By transforming KFs into trainable deep learning models, one can learn from data to reliably track a latent state in complex and partially known dynamics. However, unlike classic KFs, conventional DNN-based systems do not naturally provide an uncertainty measure, such as error covariance, alongside their estimates, which is crucial in various applications that rely on KF-type tracking. This work bridges this gap by studying error covariance extraction in DNN-aided KFs. We begin by characterizing how uncertainty can be extracted from existing DNN-aided algorithms and distinguishing between approaches by their ability to associate internal features with meaningful KF quantities, such as the Kalman Gain (KG) and prior covariance. We then identify that uncertainty extraction from existing architectures necessitates additional domain knowledge not required for state estimation. Based on this insight, we propose Bayesian KalmanNet, a novel DNN-aided KF that integrates Bayesian deep learning techniques with the recently proposed KalmanNet and transforms the KF into a stochastic machine learning architecture. This architecture employs sampling techniques to predict error covariance reliably without requiring additional domain knowledge, while retaining KalmanNet's ability to accurately track in partially known dynamics. Our numerical study demonstrates that Bayesian KalmanNet provides accurate and reliable tracking in various scenarios representing partially known dynamic systems.

📄 PDF Abstract BibTeX arXiv:2309.03058

Code (1)

yonatandn/Uncertainty-extraction-in-Model-Based-DL 공식 구현 pytorch

Tasks

Deep LearningState EstimationUncertainty Quantification

Similar Papers 제목 키워드 기반

Uncertainty in Data-Driven Kalman Filtering for Partially Known State-Space Models

2021-10-10 · Itzik Klein, Guy Revach, Nir Shlezinger, Jonas E. Mehr 외

Providing a metric of uncertainty alongside a state estimate is often crucial when tracking a dynamical system. Classic state estimators, such as the Kalman filter (KF), provide a time-dependent uncertainty measure from …

State Space Models

Recursive KalmanNet: Deep Learning-Augmented Kalman Filtering for State Estimation with Consistent Uncertainty Quantification

2025-06-13 · Hassan Mortada, Cyril Falcon, Yanis Kahil, Mathéo Clavaud 외

State estimation in stochastic dynamical systems with noisy measurements is a challenge. While the Kalman filter is optimal for linear systems with independent Gaussian white noise, real-world conditions often deviate fr…

State EstimationUncertainty Quantification

Federated Data-Driven Kalman Filtering for State Estimation

2024-11-06 · Nikos Piperigkos, Alexandros Gkillas, Christos Anagnostopoulos, Aris S. Lalos

This paper proposes a novel localization framework based on collaborative training or federated learning paradigm, for highly accurate localization of autonomous vehicles. More specifically, we build on the standard appr…

Autonomous DrivingAutonomous VehiclesDecision MakingFederated Learning+2

Performance Evaluation of Deep Learning-Based State Estimation: A Comparative Study of KalmanNet

2024-11-25 · Arian Mehrfard, Bharanidhar Duraisamy, Stefan Haag, Florian Geiss

Kalman Filters (KF) are fundamental to real-time state estimation applications, including radar-based tracking systems used in modern driver assistance and safety technologies. In a linear dynamical system with Gaussian …

State Estimation

Adaptive Learned State Estimation based on KalmanNet

2026-04-02 · Arian Mehrfard, Bharanidhar Duraisamy, Stefan Haag, Florian Geiss 외 arxiv

Hybrid state estimators that combine model-based Kalman filtering with learned components have shown promise on simulated data, yet their performance on real-world automotive data remains insufficient. In this work we pr…

Autonomous Driving