paper-with-me

Papers

Scalable Gaussian Process Hyperparameter Optimization via Coverage Regularization

2022-09-22 · Killian Wood, Alec M. Dunton, Amanda Muyskens, Benjamin W. Priest

Gaussian processes (GPs) are Bayesian non-parametric models popular in a variety of applications due to their accuracy and native uncertainty quantification (UQ). Tuning GP hyperparameters is critical to ensure the validity of prediction accuracy and uncertainty; uniquely estimating multiple hyperparameters in, e.g. the Matern kernel can also be a significant challenge. Moreover, training GPs on large-scale datasets is a highly active area of research: traditional maximum likelihood hyperparameter training requires quadratic memory to form the covariance matrix and has cubic training complexity. To address the scalable hyperparameter tuning problem, we present a novel algorithm which estimates the smoothness and length-scale parameters in the Matern kernel in order to improve robustness of the resulting prediction uncertainties. Using novel loss functions similar to those in conformal prediction algorithms in the computational framework provided by the hyperparameter estimation algorithm MuyGPs, we achieve improved UQ over leave-one-out likelihood maximization while maintaining a high degree of scalability as demonstrated in numerical experiments.

📄 PDF Abstract BibTeX arXiv:2209.11280

Code (0)

등록된 구현이 없습니다.

Tasks

Conformal PredictionGaussian ProcessesHyperparameter OptimizationPredictionUncertainty Quantification

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Scalable Hyperparameter Optimization with Products of Gaussian Process Experts

2016-09-04 · ECML PKDD 2016 2016 9 · Nicolas Schilling, Martin Wistuba, Lars Schmidt-Thieme

In machine learning, hyperparameter optimization is a challenging but necessary task that is usually approached in a computationally expensive manner such as grid-search. Out of this reason, surrogate based black-box opt…

Gaussian ProcessesHyperparameter Optimization

Preconditioning for Scalable Gaussian Process Hyperparameter Optimization

2021-07-01 · Jonathan Wenger, Geoff Pleiss, Philipp Hennig, John P. Cunningham 외

Gaussian process hyperparameter optimization requires linear solves with, and log-determinants of, large kernel matrices. Iterative numerical techniques are becoming popular to scale to larger datasets, relying on the co…

Gaussian ProcessesHyperparameter Optimization

Bias-Free Scalable Gaussian Processes via Randomized Truncations

2021-02-12 · Andres Potapczynski, Luhuan Wu, Dan Biderman, Geoff Pleiss 외

Scalable Gaussian Process methods are computationally attractive, yet introduce modeling biases that require rigorous study. This paper analyzes two common techniques: early truncated conjugate gradients (CG) and random …

Gaussian Processes

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

Scalable Hyperparameter Optimization with Lazy Gaussian Processes

2020-01-16 · https://ieeexplore.ieee.org/document/8950672 2020 1 · Raju Ram, Sabine Müller, Franz-Josef Pfreundt, Nicolas R. Gauger 외

Most machine learning methods require careful selection of hyper-parameters in order to train a high performing model with good generalization abilities. Hence, several automatic selection algorithms have been introduced…

Bayesian OptimizationGaussian ProcessesHyperparameter Optimization