Two-Stage Transfer Surrogate Model for Automatic Hyperparameter Optimization
Abstract
The choice of hyperparameters and the selection of algorithms is a crucial part in machine learning. Bayesian optimization methods have been used very successfully to tune hyperparameters automatically, in many cases even being able to outperform the human expert. Recently, these techniques have been massively improved by using meta-knowledge. The idea is to use knowledge of the performance of an algorithm on given other data sets to automatically accelerate the hyperparameter optimization for a new data set. In this work we present a model that transfers this knowledge in two stages. At the first stage, the function that maps hyperparameter configurations to hold-out validation performances is approximated for previously seen data sets. At the second stage, these approximations are combined to rank the hyperparameter configurations for a new data set. In extensive experiments on the problem of hyperparameter optimization as well as the problem of combined algorithm selection and hyperparameter optimization, we are outperforming the state of the art methods. The software related to this paper is available at https://github.com/wistuba/TST .
Cite
Text
Wistuba et al. "Two-Stage Transfer Surrogate Model for Automatic Hyperparameter Optimization." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2016. doi:10.1007/978-3-319-46128-1_13Markdown
[Wistuba et al. "Two-Stage Transfer Surrogate Model for Automatic Hyperparameter Optimization." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2016.](https://mlanthology.org/ecmlpkdd/2016/wistuba2016ecmlpkdd-twostage/) doi:10.1007/978-3-319-46128-1_13BibTeX
@inproceedings{wistuba2016ecmlpkdd-twostage,
title = {{Two-Stage Transfer Surrogate Model for Automatic Hyperparameter Optimization}},
author = {Wistuba, Martin and Schilling, Nicolas and Schmidt-Thieme, Lars},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2016},
pages = {199-214},
doi = {10.1007/978-3-319-46128-1_13},
url = {https://mlanthology.org/ecmlpkdd/2016/wistuba2016ecmlpkdd-twostage/}
}