paper-with-me

Papers

Towards Efficient Modeling and Inference in Multi-Dimensional Gaussian Process State-Space Models

2023-09-03 · Zhidi Lin, Juan Maroñas, Ying Li, Feng Yin, Sergios Theodoridis

The Gaussian process state-space model (GPSSM) has attracted extensive attention for modeling complex nonlinear dynamical systems. However, the existing GPSSM employs separate Gaussian processes (GPs) for each latent state dimension, leading to escalating computational complexity and parameter proliferation, thus posing challenges for modeling dynamical systems with high-dimensional latent states. To surmount this obstacle, we propose to integrate the efficient transformed Gaussian process (ETGP) into the GPSSM, which involves pushing a shared GP through multiple normalizing flows to efficiently model the transition function in high-dimensional latent state space. Additionally, we develop a corresponding variational inference algorithm that surpasses existing methods in terms of parameter count and computational complexity. Experimental results on diverse synthetic and real-world datasets corroborate the efficiency of the proposed method, while also demonstrating its ability to achieve similar inference performance compared to existing methods. Code is available at \url{https://github.com/zhidilin/gpssmProj}.

📄 PDF Abstract BibTeX arXiv:2309.01074

Code (2)

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

Tasks

Gaussian ProcessesState Space ModelsVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…
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 제목 키워드 기반

Efficient Transformed Gaussian Process State-Space Models for Non-Stationary High-Dimensional Dynamical Systems

2025-03-24 · Zhidi Lin, Ying Li, Feng Yin, Juan Maroñas 외

Gaussian process state-space models (GPSSMs) offer a principled framework for learning and inference in nonlinear dynamical systems with uncertainty quantification. However, existing GPSSMs are limited by the use of mult…

Computational EfficiencyGaussian ProcessesState EstimationState Space Models+3

Conditionally-Conjugate Gaussian Process Factor Analysis for Spike Count Data via Data Augmentation

2024-05-19 · Yididiya Y. Nadew, Xuhui Fan, Christopher J. Quinn

Gaussian process factor analysis (GPFA) is a latent variable modeling technique commonly used to identify smooth, low-dimensional latent trajectories underlying high-dimensional neural recordings. Specifically, researche…

Data AugmentationGaussian ProcessesNumerical Integration

Deep Jump Gaussian Processes for Surrogate Modeling of High-Dimensional Piecewise Continuous Functions

2025-10-24 · Yang Xu, Chiwoo Park arxiv

We introduce Deep Jump Gaussian Processes (DJGP), a novel method for surrogate modeling of a piecewise continuous function on a high-dimensional domain. DJGP addresses the limitations of conventional Jump Gaussian Proces…

Gaussian Processes

Embarrassingly Parallel Inference for Gaussian Processes

2017-02-27 · Michael Minyi Zhang, Sinead A. Williamson

Training Gaussian process-based models typically involves an $ O(N^3)$ computational bottleneck due to inverting the covariance matrix. Popular methods for overcoming this matrix inversion problem cannot adequately model…

Gaussian ProcessesMixture-of-Expertsregression

Inter-domain Deep Gaussian Processes with RKHS Fourier Features

2020-01-01 · ICML 2020 1 · Tim G. J. Rudner, Dino Sejdinovic, Yarin Gal

Inter-domain Gaussian processes (GPs) allow for high flexibility and low computational cost when performing approximate inference in GP models. They are particularly suitable for modeling data exhibiting global function …

Gaussian Processes