paper-with-me

홈 › Papers

Efficient Benchmarking of Algorithm Configuration Procedures via Model-Based Surrogates

2017-03-30 · Katharina Eggensperger, Marius Lindauer, Holger H. Hoos, Frank Hutter, Kevin Leyton-Brown

The optimization of algorithm (hyper-)parameters is crucial for achieving peak performance across a wide range of domains, ranging from deep neural networks to solvers for hard combinatorial problems. The resulting algorithm configuration (AC) problem has attracted much attention from the machine learning community. However, the proper evaluation of new AC procedures is hindered by two key hurdles. First, AC benchmarks are hard to set up. Second and even more significantly, they are computationally expensive: a single run of an AC procedure involves many costly runs of the target algorithm whose performance is to be optimized in a given AC benchmark scenario. One common workaround is to optimize cheap-to-evaluate artificial benchmark functions (e.g., Branin) instead of actual algorithms; however, these have different properties than realistic AC problems. Here, we propose an alternative benchmarking approach that is similarly cheap to evaluate but much closer to the original AC problem: replacing expensive benchmarks by surrogate benchmarks constructed from AC benchmarks. These surrogate benchmarks approximate the response surface corresponding to true target algorithm performance using a regression model, and the original and surrogate benchmark share the same (hyper-)parameter space. In our experiments, we construct and evaluate surrogate benchmarks for hyperparameter optimization as well as for AC problems that involve performance optimization of solvers for hard combinatorial problems, drawing training data from the runs of existing AC procedures. We show that our surrogate benchmarks capture overall important characteristics of the AC scenarios, such as high- and low-performing regions, from which they were derived, while being much easier to use and orders of magnitude cheaper to evaluate.

📄 PDF Abstract BibTeX arXiv:1703.10342

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingHyperparameter Optimization

Similar Papers 제목 키워드 기반

Which Surrogate Works for Empirical Performance Modelling? A Case Study with Differential Evolution

2019-01-30 · Ke Li, Zilin Xiang, Kay Chen Tan

It is not uncommon that meta-heuristic algorithms contain some intrinsic parameters, the optimal configuration of which is crucial for achieving their peak performance. However, evaluating the effectiveness of a configur…

regression

Utilitarian Algorithm Configuration

2023-10-31 · NeurIPS 2023 11 · Devon R. Graham, Kevin Leyton-Brown, Tim Roughgarden

We present the first nontrivial procedure for configuring heuristic algorithms to maximize the utility provided to their end users while also offering theoretical guarantees about performance. Existing procedures seek co…

Deep Ranking Ensembles for Hyperparameter Optimization

2023-03-27 · Abdus Salam Khazi, Sebastian Pineda Arango, Josif Grabocka

Automatically optimizing the hyperparameters of Machine Learning algorithms is one of the primary open questions in AI. Existing work in Hyperparameter Optimization (HPO) trains surrogate models for approximating the res…

Hyperparameter OptimizationLearning-To-Rank

Use of static surrogates in hyperparameter optimization

2021-03-14 · Dounia Lakhmiri, Sébastien Le Digabel

Optimizing the hyperparameters and architecture of a neural network is a long yet necessary phase in the development of any new application. This consuming process can benefit from the elaboration of strategies designed …

Hyperparameter Optimization

SIMSHIFT: A Benchmark for Adapting Neural Surrogates to Distribution Shifts

2025-06-13 · Paul Setinek, Gianluca Galletti, Thomas Gross, Dominik Schnürer 외

Neural surrogates for Partial Differential Equations (PDEs) often suffer significant performance degradation when evaluated on unseen problem configurations, such as novel material types or structural dimensions. Meanwhi…

Domain Adaptation