Learning to Warm-Start Bayesian Hyperparameter Optimization
Jungtaek Kim, Saehoon Kim, Seungjin Choi

TL;DR
This paper introduces a deep metric learning approach to improve Bayesian hyperparameter optimization by leveraging dataset similarities, enabling better warm-starts and reducing the number of evaluations needed.
Contribution
It proposes a novel Siamese network-based method to learn dataset meta-features for effective dataset similarity measurement in hyperparameter optimization.
Findings
Meta-features effectively measure dataset similarity
Warm-starts improve hyperparameter optimization efficiency
Reduces number of evaluations compared to standard Bayesian methods
Abstract
Hyperparameter optimization aims to find the optimal hyperparameter configuration of a machine learning model, which provides the best performance on a validation dataset. Manual search usually leads to get stuck in a local hyperparameter configuration, and heavily depends on human intuition and experience. A simple alternative of manual search is random/grid search on a space of hyperparameters, which still undergoes extensive evaluations of validation errors in order to find its best configuration. Bayesian optimization that is a global optimization method for black-box functions is now popular for hyperparameter optimization, since it greatly reduces the number of validation error evaluations required, compared to random/grid search. Bayesian optimization generally finds the best hyperparameter configuration from random initialization without any prior knowledge. This motivates us to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Multi-Objective Optimization Algorithms · Machine Learning and Algorithms
MethodsSiamese Network
