paper-with-me

Papers

Multi-Objective Hyperparameter Optimization in Machine Learning -- An Overview

2022-06-15 · Florian Karl, Tobias Pielok, Julia Moosbauer, Florian Pfisterer, Stefan Coors, Martin Binder, Lennart Schneider, Janek Thomas, Jakob Richter, Michel Lang, Eduardo C. Garrido-Merchán, Juergen Branke, Bernd Bischl

Hyperparameter optimization constitutes a large part of typical modern machine learning workflows. This arises from the fact that machine learning methods and corresponding preprocessing steps often only yield optimal performance when hyperparameters are properly tuned. But in many applications, we are not only interested in optimizing ML pipelines solely for predictive accuracy; additional metrics or constraints must be considered when determining an optimal configuration, resulting in a multi-objective optimization problem. This is often neglected in practice, due to a lack of knowledge and readily available software implementations for multi-objective hyperparameter optimization. In this work, we introduce the reader to the basics of multi-objective hyperparameter optimization and motivate its usefulness in applied ML. Furthermore, we provide an extensive survey of existing optimization strategies, both from the domain of evolutionary algorithms and Bayesian optimization. We illustrate the utility of MOO in several specific ML applications, considering objectives such as operating conditions, prediction time, sparseness, fairness, interpretability and robustness.

📄 PDF Abstract BibTeX arXiv:2206.07438

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningEvolutionary AlgorithmsFairnessHyperparameter Optimization

Similar Papers 제목 키워드 기반

Experimental Investigation and Evaluation of Model-based Hyperparameter Optimization

2021-07-19 · Eva Bartz, Martin Zaefferer, Olaf Mersmann, Thomas Bartz-Beielstein

Machine learning algorithms such as random forests or xgboost are gaining more importance and are increasingly incorporated into production processes in order to enable comprehensive digitization and, if possible, automa…

BIG-bench Machine LearningHyperparameter Optimization

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

A Survey on Multi-Objective Neural Architecture Search

2023-07-18 · Seyed Mahdi Shariatzadeh, Mahmood Fathy, Reza Berangi, Mohammad Shahverdy

Recently, the expert-crafted neural architectures is increasing overtaken by the utilization of neural architecture search (NAS) and automatic generation (and tuning) of network structures which has a close relation to t…

AutoMLHyperparameter OptimizationNeural Architecture SearchSurvey

Bayesian Optimization Using Monotonicity Information and Its Application in Machine Learning Hyperparameter

2018-02-10 · Wenyi Wang, William J. Welch

We propose an algorithm for a family of optimization problems where the objective can be decomposed as a sum of functions with monotonicity properties. The motivating problem is optimization of hyperparameters of machine…

Bayesian OptimizationBIG-bench Machine Learning

Multi-objective hyperparameter optimization with performance uncertainty

2022-09-09 · Alejandro Morales-Hernández, Inneke Van Nieuwenhuyse, Gonzalo Nápoles

The performance of any Machine Learning (ML) algorithm is impacted by the choice of its hyperparameters. As training and evaluating a ML algorithm is usually expensive, the hyperparameter optimization (HPO) method needs …

GPRHyperparameter Optimization