paper-with-me

Papers

Learning GPLVM with arbitrary kernels using the unscented transformation

2019-07-03 · Daniel Augusto R. M. A. de Souza, Diego Mesquita, César Lincoln C. Mattos, João Paulo P. Gomes

Gaussian Process Latent Variable Model (GPLVM) is a flexible framework to handle uncertain inputs in Gaussian Processes (GPs) and incorporate GPs as components of larger graphical models. Nonetheless, the standard GPLVM variational inference approach is tractable only for a narrow family of kernel functions. The most popular implementations of GPLVM circumvent this limitation using quadrature methods, which may become a computational bottleneck even for relatively low dimensions. For instance, the widely employed Gauss-Hermite quadrature has exponential complexity on the number of dimensions. In this work, we propose using the unscented transformation instead. Overall, this method presents comparable, if not better, performance than offthe-shelf solutions to GPLVM and its computational complexity scales only linearly on dimension. In contrast to Monte Carlo methods, our approach is deterministic and works well with quasi-Newton methods, such as the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm. We illustrate the applicability of our method with experiments on dimensionality reduction and multistep-ahead prediction with uncertainty propagation.

📄 PDF Abstract BibTeX arXiv:1907.01867

Code (2)

danisson/UnscentedGPLVM 공식 구현 tf
spectraldani/UnscentedGPLVM 공식 구현 tf

Tasks

Dimensionality ReductionGaussian ProcessesVariational 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…

Similar Papers 제목 키워드 기반

Multimodal Gaussian Process Latent Variable Models With Harmonization

2017-10-01 · ICCV 2017 10 · Guoli Song, Shuhui Wang, Qingming Huang, Qi Tian

In this work, we address multimodal learning problem with Gaussian process latent variable models (GPLVMs) and their application to cross-modal retrieval. Existing GPLVM based studies generally impose individual priors o…

Cross-Modal RetrievalRetrieval

Bayesian Non-linear Latent Variable Modeling via Random Fourier Features

2023-06-14 · Michael Minyi Zhang, Gregory W. Gundersen, Barbara E. Engelhardt

The Gaussian process latent variable model (GPLVM) is a popular probabilistic method used for nonlinear dimension reduction, matrix factorization, and state-space modeling. Inference for GPLVMs is computationally tractab…

Dimensionality Reduction

Harmonized Multimodal Learning with Gaussian Process Latent Variable Models

2019-08-14 · Guoli Song, Shuhui Wang, Qingming Huang, Qi Tian

Multimodal learning aims to discover the relationship between multiple modalities. It has become an important research topic due to extensive multimodal applications such as cross-modal retrieval. This paper attempts to …

Cross-Modal RetrievalRetrieval

Manifold GPLVMs for discovering non-Euclidean latent structure in neural data

2020-06-12 · NeurIPS 2020 12 · Kristopher T. Jensen, Ta-Chu Kao, Marco Tripodi, Guillaume Hennequin

A common problem in neuroscience is to elucidate the collective neural representations of behaviorally important variables such as head direction, spatial location, upcoming movements, or mental spatial transformations. …

Variational Inference

Scalable Amortized GPLVMs for Single Cell Transcriptomics Data

2024-05-06 · Sarah Zhao, Aditya Ravuri, Vidhi Lalchand, Neil D. Lawrence

Dimensionality reduction is crucial for analyzing large-scale single-cell RNA-seq data. Gaussian Process Latent Variable Models (GPLVMs) offer an interpretable dimensionality reduction method, but current scalable models…

ClusteringDimensionality ReductionVariational Inference