paper-with-me

Papers

Ensemble Kalman Filtering Meets Gaussian Process SSM for Non-Mean-Field and Online Inference

2023-12-10 · Zhidi Lin, Yiyong Sun, Feng Yin, Alexandre Hoang Thiéry

The Gaussian process state-space models (GPSSMs) represent a versatile class of data-driven nonlinear dynamical system models. However, the presence of numerous latent variables in GPSSM incurs unresolved issues for existing variational inference approaches, particularly under the more realistic non-mean-field (NMF) assumption, including extensive training effort, compromised inference accuracy, and infeasibility for online applications, among others. In this paper, we tackle these challenges by incorporating the ensemble Kalman filter (EnKF), a well-established model-based filtering technique, into the NMF variational inference framework to approximate the posterior distribution of the latent states. This novel marriage between EnKF and GPSSM not only eliminates the need for extensive parameterization in learning variational distributions, but also enables an interpretable, closed-form approximation of the evidence lower bound (ELBO). Moreover, owing to the streamlined parameterization via the EnKF, the new GPSSM model can be easily accommodated in online learning applications. We demonstrate that the resulting EnKF-aided online algorithm embodies a principled objective function by ensuring data-fitting accuracy while incorporating model regularizations to mitigate overfitting. We also provide detailed analysis and fresh insights for the proposed algorithms. Comprehensive evaluation across diverse real and synthetic datasets corroborates the superior learning and inference performance of our EnKF-aided variational inference algorithms compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2312.05910

Code (2)

zhidilin/gpssmproj 공식 구현 pytorch
zhidilin/odgpssm pytorch

Tasks

State Space ModelsVariational Inference

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…
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Ensemble-Conditional Gaussian Processes (Ens-CGP): Representation, Geometry, and Inference

2026-02-14 · Sai Ravela, Jae Deok Kim, Kenneth Gee, Xingjian Yan 외 arxiv

We formulate Ensemble-Conditional Gaussian Processes (Ens-CGP), a finite-dimensional synthesis that centers ensemble-based inference on the conditional Gaussian law. Conditional Gaussian processes (CGP) arise directly fr…

Gaussian Processes

Ensemble Kalman Filtering for Online Gaussian Process Regression and Learning

2018-07-09 · Danil Kuzin, Le Yang, Olga Isupova, Lyudmila Mihaylova

Gaussian process regression is a machine learning approach which has been shown its power for estimation of unknown functions. However, Gaussian processes suffer from high computational complexity, as in a basic form the…

Gaussian Processesregression

Numerical Gaussian process Kalman filtering

2019-12-03 · Armin Küper, Steffen Waldherr

In this manuscript we introduce numerical Gaussian process Kalman filtering (GPKF). Numerical Gaussian processes have recently been developed to simulate spatiotemporal models. The contribution of this paper is to embed …

Gaussian Processes

A competitive baseline for deep learning enhanced data assimilation using conditional Gaussian ensemble Kalman filtering

2024-09-22 · Zachariah Malik, Romit Maulik

Ensemble Kalman Filtering (EnKF) is a popular technique for data assimilation, with far ranging applications. However, the vanilla EnKF framework is not well-defined when perturbations are nonlinear. We study two non-lin…

Coupling techniques for nonlinear ensemble filtering

2019-06-30 · Alessio Spantini, Ricardo Baptista, Youssef Marzouk

We consider filtering in high-dimensional non-Gaussian state-space models with intractable transition kernels, nonlinear and possibly chaotic dynamics, and sparse observations in space and time. We propose a novel filter…

State Space Models