paper-with-me

홈 › Papers

Factored-form Kalman-like implementations under maximum correntropy criterion

2023-11-04 · Maria V. Kulikova

The maximum correntropy criterion (MCC) methodology is recognized to be a robust filtering strategy with respect to outliers and shown to outperform the classical Kalman filter (KF) for estimation accuracy in the presence of non-Gaussian noise. However, the numerical stability of the newly proposed MCC-KF estimators in finite precision arithmetic is seldom addressed. In this paper, a family of {\it factored-form} (square-root) algorithms is derived for the MCC-KF and its improved variant, respectively. The family traditionally consists of three factored-form implementations: (i) Cholesky factorization-based algorithms, (ii) modified Cholesky, i.e. UD-based methods, and (iii) the recently established SVD-based filtering. All these strategies are commonly recognized to enhance the numerical robustness of conventional filtering with respect to roundoff errors and, hence, they are the preferred implementations when solving applications with high reliability requirements. Previously, only Cholesky-based IMCC-KF algorithms have been designed. This paper enriches a factored-form family by introducing the UD- and SVD-based methods as well. A special attention is paid to {\it array} algorithms that are proved to be the most numerically stable and, additionally, suitable for parallel implementations. The theoretical properties are discussed and numerical comparison is presented for determining the most reliable implementations.

📄 PDF Abstract BibTeX arXiv:2311.02440

Code (0)

등록된 구현이 없습니다.

Tasks

Form

Similar Papers 제목 키워드 기반

Automated Physics-Derived Code Generation for Sensor Fusion and State Estimation

2020-04-28

We present a new method for automatically generating the implementation of state-estimation algorithms from a machine-readable specification of the physics of a sensing system and physics of its signals and signal constr…

C++ codeCode GenerationSensor FusionState Estimation

Non-Asymptotic Analysis of Ensemble Kalman Updates: Effective Dimension and Localization

2022-08-05 · Omar Al Ghattas, Daniel Sanz-Alonso

Many modern algorithms for inverse problems and data assimilation rely on ensemble Kalman updates to blend prior predictions with observed data. Ensemble Kalman methods often perform well with a small ensemble size, whic…

The Challenges of Evaluating LLM Applications: An Analysis of Automated, Human, and LLM-Based Approaches

2024-06-05 · Bhashithe Abeysinghe, Ruhan Circi

Chatbots have been an interesting application of natural language generation since its inception. With novel transformer based Generative AI methods, building chatbots have become trivial. Chatbots which are targeted at …

ChatbotInformation RetrievalRetrievalText Generation

A Factored Generalized Additive Model for Clinical Decision Support in the Operating Room

2019-07-29 · Zhicheng Cui, Bradley A Fritz, Christopher R King, Michael S Avidan 외

Logistic regression (LR) is widely used in clinical prediction because it is simple to deploy and easy to interpret. Nevertheless, being a linear model, LR has limited expressive capability and often has unsatisfactory p…

Additive modelsRespiratory Failure

Regression with Linear Factored Functions

2014-12-19 · Wendelin Böhmer, Klaus Obermayer

Many applications that use empirically estimated functions face a curse of dimensionality, because the integrals over most function classes must be approximated by sampling. This paper introduces a novel regression-algor…

Gaussian Processesregressionreinforcement-learningReinforcement Learning+1