paper-with-me

Papers

Outlier-Insensitive Kalman Filtering Using NUV Priors

2022-10-12 · Shunit Truzman, Guy Revach, Nir Shlezinger, Itzik Klein

The Kalman filter (KF) is a widely-used algorithm for tracking the latent state of a dynamical system from noisy observations. For systems that are well-described by linear Gaussian state space models, the KF minimizes the mean-squared error (MSE). However, in practice, observations are corrupted by outliers, severely impairing the KFs performance. In this work, an outlier-insensitive KF is proposed, where robustness is achieved by modeling each potential outlier as a normally distributed random variable with unknown variance (NUV). The NUVs variances are estimated online, using both expectation-maximization (EM) and alternating maximization (AM). The former was previously proposed for the task of smoothing with outliers and was adapted here to filtering, while both EM and AM obtained the same performance and outperformed the other algorithms, the AM approach is less complex and thus requires 40 percentage less run-time. Our empirical study demonstrates that the MSE of our proposed outlier-insensitive KF outperforms previously proposed algorithms, and that for data clean of outliers, it reverts to the classic KF, i.e., MSE optimality is preserved

📄 PDF Abstract BibTeX arXiv:2210.06083

Code (1)

kalmannet/oikf_icassp23 공식 구현

Tasks

State Space Models

Methods 이 논문이 사용한 방법론

AM 설명 없음

Similar Papers 제목 키워드 기반

Outlier-Insensitive Kalman Filtering: Theory and Applications

2023-09-18 · Shunit Truzman, Guy Revach, Nir Shlezinger, Itzik Klein

State estimation of dynamical systems from noisy observations is a fundamental task in many applications. It is commonly addressed using the linear Kalman filter (KF), whose performance can significantly degrade in the p…

Outlier DetectionState Estimation

Recursive Estimation for Dynamical Systems with Measurement Bias, Outliers and Constraints

2025-03-10 · Krishan Mohan Nagpal

This paper describes recursive algorithms for state estimation of linear dynamical systems when measurements are noisy with unknown bias and/or outliers. For situations with noisy and biased measurements, algorithms are …

State Estimation

Estimation of Dynamical Systems in Noisy Conditions and with Constraints

2020-11-05 · Krishan Mohan Nagpal

When measurements from dynamical systems are noisy, it is useful to have estimation algorithms that have low sensitivity to measurement noises and outliers. In the first set of results described in this paper we obtain o…

Outlier-robust Kalman Filtering through Generalised Bayes

2024-05-09 · Gerardo Duran-Martin, Matias Altamirano, Alexander Y. Shestopaloff, Leandro Sánchez-Betancourt 외

We derive a novel, provably robust, and closed-form Bayesian update rule for online filtering in state-space models in the presence of outliers and misspecified measurement models. Our method combines generalised Bayesia…

Bayesian InferenceComputational EfficiencyObject TrackingState Estimation+1

Robust Gaussian Filtering using a Pseudo Measurement

2015-09-14 · Manuel Wüthrich, Cristina Garcia Cifuentes, Sebastian Trimpe, Franziska Meier 외

Many sensors, such as range, sonar, radar, GPS and visual devices, produce measurements which are contaminated by outliers. This problem can be addressed by using fat-tailed sensor models, which account for the possibili…