paper-with-me

Papers

A General $\mathcal{O}(n^2)$ Hyper-Parameter Optimization for Gaussian Process Regression with Cross-Validation and Non-linearly Constrained ADMM

2019-06-06 · Linning Xu, Feng Yin, Jiawei Zhang, Zhi-Quan Luo, Shuguang Cui

Hyper-parameter optimization remains as the core issue of Gaussian process (GP) for machine learning nowadays. The benchmark method using maximum likelihood (ML) estimation and gradient descent (GD) is impractical for processing big data due to its $O(n^3)$ complexity. Many sophisticated global or local approximation models, for instance, sparse GP, distributed GP, have been proposed to address such complexity issue. In this paper, we propose two novel and general-purpose GP hyper-parameter training schemes (GPCV-ADMM) by replacing ML with cross-validation (CV) as the fitting criterion and replacing GD with a non-linearly constrained alternating direction method of multipliers (ADMM) as the optimization method. The proposed schemes are of $O(n^2)$ complexity for any covariance matrix without special structure. We conduct various experiments based on both synthetic and real data sets, wherein the proposed schemes show excellent performance in terms of convergence, hyper-parameter estimation accuracy, and computational time in comparison with the traditional ML based routines given in the GPML toolbox.

📄 PDF Abstract BibTeX arXiv:1906.02387

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimation

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 제목 키워드 기반

Exploiting Hankel-Toeplitz Structures for Fast Computation of Kernel Precision Matrices

2024-08-05 · Frida Viset, Anton Kullberg, Frederiek Wesel, Arno Solin

The Hilbert-space Gaussian Process (HGP) approach offers a hyperparameter-independent basis function approximation for speeding up Gaussian Process (GP) inference by projecting the GP onto M basis functions. These proper…

Hyperparameter Optimization

Scaling Gaussian Processes for Learning Curve Prediction via Latent Kronecker Structure

2024-10-11 · Jihao Andreas Lin, Sebastian Ament, Maximilian Balandat, Eytan Bakshy

A key task in AutoML is to model learning curves of machine learning models jointly as a function of model hyper-parameters and training progression. While Gaussian processes (GPs) are suitable for this task, na\"ive GPs…

AutoMLGaussian ProcessesMissing Values

Hyperparameter Optimization for Driving Strategies Based on Reinforcement Learning

2024-07-19 · Nihal Acharya Adde, Hanno Gottschalk, Andreas Ebert

This paper focuses on hyperparameter optimization for autonomous driving strategies based on Reinforcement Learning. We provide a detailed description of training the RL agent in a simulation environment. Subsequently, w…

Autonomous DrivingBayesian Optimizationglobal-optimizationHyperparameter Optimization+2

Know Your Boundaries: Constraining Gaussian Processes by Variational Harmonic Features

2019-04-10 · Arno Solin, Manon Kok

Gaussian processes (GPs) provide a powerful framework for extrapolation, interpolation, and noise removal in regression and classification. This paper considers constraining GPs to arbitrarily-shaped domains with boundar…

Gaussian ProcessesGeneral Classificationregression

Hyperspherical Variational Auto-Encoders

2018-04-03 · Tim R. Davidson, Luca Falorsi, Nicola De Cao, Thomas Kipf 외

The Variational Auto-Encoder (VAE) is one of the most used unsupervised machine learning models. But although the default choice of a Gaussian distribution for both the prior and posterior represents a mathematically con…

Link Prediction