paper-with-me

홈 › Papers

Adaptive KalmanNet: Data-Driven Kalman Filter with Fast Adaptation

2023-09-13 · Xiaoyong Ni, Guy Revach, Nir Shlezinger

Combining the classical Kalman filter (KF) with a deep neural network (DNN) enables tracking in partially known state space (SS) models. A major limitation of current DNN-aided designs stems from the need to train them to filter data originating from a specific distribution and underlying SS model. Consequently, changes in the model parameters may require lengthy retraining. While the KF adapts through parameter tuning, the black-box nature of DNNs makes identifying tunable components difficult. Hence, we propose Adaptive KalmanNet (AKNet), a DNN-aided KF that can adapt to changes in the SS model without retraining. Inspired by recent advances in large language model fine-tuning paradigms, AKNet uses a compact hypernetwork to generate context-dependent modulation weights. Numerical evaluation shows that AKNet provides consistent state estimation performance across a continuous range of noise distributions, even when trained using data from limited noise settings.

📄 PDF Abstract BibTeX arXiv:2309.07016

Code (1)

kalmannet/adaptive-knet-icassp24 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelState Estimation

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

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…

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

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 외

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., wh…

Vocal Bursts Intensity Prediction

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…

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