paper-with-me

Papers

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, Janis Keuper

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 to overcome tedious manual (try and error) tuning of these parameters. Due to its very high sample efficiency, Bayesian Optimization over a Gaussian Processes modeling of the parameter space has become the method of choice. Unfortunately, this approach suffers from a cubic compute complexity due to underlying Cholesky factorization, which makes it very hard to be scaled beyond a small number of sampling steps. In this paper, we present a novel, highly accurate approximation of the underlying Gaussian Process. Reducing its computational complexity from cubic to quadratic allows an efficient strong scaling of Bayesian Optimization while outperforming the previous approach regarding optimization accuracy. The first experiments show speedups of a factor of 162 in single node and further speed up by a factor of 5 in a parallel environment.

📄 PDF Abstract BibTeX arXiv:2001.05726

Code (1)

cc-hpc-itwm/HPO_LazyGPR 공식 구현

Tasks

Bayesian OptimizationGaussian ProcessesHyperparameter Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

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

LazyPPL: laziness and types in non-parametric probabilistic programs

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Hugo Paquet, Sam Staton

We introduce LazyPPL, a prototype probabilistic programming library for Haskell. The library emphasises the clarifying power of types, and the connection between non-parametric, stochastic processes and lazy (call by nee…

ClusteringGaussian ProcessesPoint ProcessesProbabilistic Programming

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 valid…

Conformal PredictionGaussian ProcessesHyperparameter OptimizationPrediction+1

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

Wasserstein Barycenter Gaussian Process based Bayesian Optimization

2025-05-18 · Antonio Candelieri, Andrea Ponti, Francesco Archetti

Gaussian Process based Bayesian Optimization is a widely applied algorithm to learn and optimize under uncertainty, well-known for its sample efficiency. However, recently -- and more frequently -- research studies have …

Bayesian OptimizationGaussian Processes