paper-with-me

Papers

The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Nongaussian Observation Models

2020-05-01 · Michael C. Burkhart, David M. Brandman, Brian Franco, Leigh R. Hochberg, Matthew T. Harrison

The Kalman filter provides a simple and efficient algorithm to compute the posterior distribution for state-space models where both the latent state and measurement models are linear and gaussian. Extensions to the Kalman filter, including the extended and unscented Kalman filters, incorporate linearizations for models where the observation model p(observation∣state) is nonlinear. We argue that in many cases, a model for p(state∣observation) proves both easier to learn and more accurate for latent state estimation. Approximating p(state∣observation) as gaussian leads to a new filtering algorithm, the discriminative Kalman filter (DKF), which can perform well even when p(observation∣state) is highly nonlinear and/or nongaussian. The approximation, motivated by the Bernstein–von Mises theorem, improves as the dimensionality of the observations increases. The DKF has computational complexity similar to the Kalman filter, allowing it in some cases to perform much faster than particle filters with similar precision, while better accounting for nonlinear and nongaussian observation models than Kalman-based extensions. When the observation model must be learned from training data prior to filtering, off-the-shelf nonlinear and nonparametric regression techniques can provide a gaussian model for p(observation∣state) that cleanly integrates with the DKF. As part of the BrainGate2 clinical trial, we successfully implemented gaussian process regression with the DKF framework in a brain-computer interface to provide real-time, closed-loop cursor control to a person with a complete spinal cord injury. In this letter, we explore the theory underlying the DKF, exhibit some illustrative examples, and outline potential extensions.

📄 PDF Abstract BibTeX

Code (1)

burkh4rt/Discriminative-Kalman-Filter

Tasks

Brain Computer InterfaceregressionSequential Bayesian InferenceState EstimationState Space Models

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

The discriminative Kalman filter for nonlinear and non-Gaussian sequential Bayesian filtering

2016-08-23 · Michael C. Burkhart, David M. Brandman, Carlos E. Vargas-Irwin, Matthew T. Harrison

The Kalman filter (KF) is used in a variety of applications for computing the posterior distribution of latent states in a state space model. The model requires a linear relationship between states and observations. Exte…

A Discriminative Approach to Bayesian Filtering with Applications to Human Neural Decoding

2018-07-17 · Michael C. Burkhart

Given a stationary state-space model that relates a sequence of hidden states and corresponding measurements or observations, Bayesian filtering provides a principled statistical framework for inferring the posterior dis…

Sequential Bayesian Inference

[Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models

2024-01-24 · Josue Casco-Rodriguez, Caleb Kemere, Richard G. Baraniuk

Kalman filters provide a straightforward and interpretable means to estimate hidden or latent variables, and have found numerous applications in control, robotics, signal processing, and machine learning. One such applic…

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

Ensemble Kalman Variational Objectives: Nonlinear Latent Trajectory Inference with A Hybrid of Variational Inference and Ensemble Kalman Filter

2020-10-17 · Tsuyoshi Ishizone, Tomoyuki Higuchi, Kazuyuki Nakamura

Variational inference (VI) combined with Bayesian nonlinear filtering produces state-of-the-art results for latent time-series modeling. A body of recent work has focused on sequential Monte Carlo (SMC) and its variants,…

DiversityState Space ModelsTime SeriesTime Series Analysis+1