paper-with-me

Papers

Bayesian Hyperparameter Optimization with BoTorch, GPyTorch and Ax

2019-12-11 · Daniel T. Chang

Deep learning models are full of hyperparameters, which are set manually before the learning process can start. To find the best configuration for these hyperparameters in such a high dimensional space, with time-consuming and expensive model training / validation, is not a trivial challenge. Bayesian optimization is a powerful tool for the joint optimization of hyperparameters, efficiently trading off exploration and exploitation of the hyperparameter space. In this paper, we discuss Bayesian hyperparameter optimization, including hyperparameter optimization, Bayesian optimization, and Gaussian processes. We also review BoTorch, GPyTorch and Ax, the new open-source frameworks that we use for Bayesian optimization, Gaussian process inference and adaptive experimentation, respectively. For experimentation, we apply Bayesian hyperparameter optimization, for optimizing group weights, to weighted group pooling, which couples unsupervised tiered graph autoencoders learning and supervised graph prediction learning for molecular graphs. We find that Ax, BoTorch and GPyTorch together provide a simple-to-use but powerful framework for Bayesian hyperparameter optimization, using Ax's high-level API that constructs and runs a full optimization loop and returns the best hyperparameter configuration.

📄 PDF Abstract BibTeX arXiv:1912.05686

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationGaussian ProcessesGraph ClassificationHyperparameter Optimization

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

A Quadrature Approach for General-Purpose Batch Bayesian Optimization via Probabilistic Lifting

2024-04-18 · Masaki Adachi, Satoshi Hayakawa, Martin Jørgensen, Saad Hamid 외

Parallelisation in Bayesian optimisation is a common strategy but faces several challenges: the need for flexibility in acquisition functions and kernel choices, flexibility dealing with discrete and continuous variables…

Bayesian OptimisationBayesian Optimization

BoTorch: A Framework for Efficient Monte-Carlo Bayesian Optimization

2019-10-14 · NeurIPS 2020 12 · Maximilian Balandat, Brian Karrer, Daniel R. Jiang, Samuel Daulton 외

Bayesian optimization provides sample-efficient global optimization for a broad range of applications, including automatic machine learning, engineering, physics, and experimental design. We introduce BoTorch, a modern p…

Bayesian OptimisationBayesian OptimizationExperimental Designglobal-optimization

Bayesian Optimization for Hyperparameters Tuning in Neural Networks

2024-10-29 · Gabriele Onorato

This study investigates the application of Bayesian Optimization (BO) for the hyperparameter tuning of neural networks, specifically targeting the enhancement of Convolutional Neural Networks (CNN) for image classificati…

Bayesian OptimizationComputational Efficiencyglobal-optimizationimage-classification+1

Fair and Green Hyperparameter Optimization via Multi-objective and Multiple Information Source Bayesian Optimization

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

There is a consensus that focusing only on accuracy in searching for optimal machine learning models amplifies biases contained in the data, leading to unfair predictions and decision supports. Recently, multi-objective …

Bayesian OptimizationBIG-bench Machine LearningFairnessHyperparameter Optimization

Modernizing HEBO: a robust Bayesian optimization baseline for practical heteroskedastic and non-stationary problems

2026-07-12 · L. A. Zhukov, E. V. Shaburova, D. V. Antonets arxiv

Bayesian optimization is increasingly used to guide data-efficient experimentation in chemistry, materials science, and related laboratory settings, but its practical performance depends strongly on how well surrogate-mo…

Hyperparameter Optimization