paper-with-me

홈 › Papers

Latent-KalmanNet: Learned Kalman Filtering for Tracking from High-Dimensional Signals

2023-04-16 · Itay Buchnik, Damiano Steger, Guy Revach, Ruud J. G. van Sloun, Tirza Routtenberg, Nir Shlezinger

The Kalman filter (KF) is a widely-used algorithm for tracking dynamic systems that are captured by state space (SS) models. The need to fully describe a SS model limits its applicability under complex settings, e.g., when tracking based on visual data, and the processing of high-dimensional signals often induces notable latency. These challenges can be treated by mapping the measurements into latent features obeying some postulated closed-form SS model, and applying the KF in the latent space. However, the validity of this approximated SS model may constitute a limiting factor. In this work, we study tracking from high-dimensional measurements under complex settings using a hybrid model-based/data-driven approach. By gradually tackling the challenges in handling the observations model and the task, we develop Latent-KalmanNet, which implements tracking from high-dimensional measurements by leveraging data to jointly learn the KF along with the latent space mapping. Latent-KalmanNet combines a learned encoder with data-driven tracking in the latent space using the recently proposed-KalmanNet, while identifying the ability of each of these trainable modules to assist its counterpart via providing a suitable prior (by KalmanNet) and by learning a latent representation that facilitates data-aided tracking (by the encoder). Our empirical results demonstrate that the proposed Latent-KalmanNet achieves improved accuracy and run-time performance over both model-based and data-driven techniques by learning a surrogate latent representation that most facilitates tracking, while operating with limited complexity and latency.

📄 PDF Abstract BibTeX arXiv:2304.07827

Code (1)

kalmannet/latent_kalmannet_tsp 공식 구현 pytorch

Tasks

Vocal Bursts Intensity Prediction

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

GSP-KalmanNet: Tracking Graph Signals via Neural-Aided Kalman Filtering

2023-11-28 · Itay Buchnik, Guy Sagi, Nimrod Leinwand, Yuval Loya 외

Dynamic systems of graph signals are encountered in various applications, including social networks, power grids, and transportation. While such systems can often be described as state space (SS) models, tracking graph s…

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

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

Unsupervised Learned Kalman Filtering

2021-10-18 · Guy Revach, Nir Shlezinger, Timur Locher, Xiaoyong Ni 외

In this paper we adapt KalmanNet, which is a recently pro-posed deep neural network (DNN)-aided system whose architecture follows the operation of the model-based Kalman filter (KF), to learn its mapping in an unsupervis…