paper-with-me

Papers

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 to be computationally efficient to be useful in practice. Most of the existing approaches on multi-objective HPO use evolutionary strategies and metamodel-based optimization. However, few methods have been developed to account for uncertainty in the performance measurements. This paper presents results on multi-objective hyperparameter optimization with uncertainty on the evaluation of ML algorithms. We combine the sampling strategy of Tree-structured Parzen Estimators (TPE) with the metamodel obtained after training a Gaussian Process Regression (GPR) with heterogeneous noise. Experimental results on three analytical test functions and three ML problems show the improvement over multi-objective TPE and GPR, achieved with respect to the hypervolume indicator.

📄 PDF Abstract BibTeX arXiv:2209.04340

Code (0)

등록된 구현이 없습니다.

Tasks

GPRHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Test 설명 없음
HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…
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 제목 키워드 기반

Hyperparameter Importance Analysis for Multi-Objective AutoML

2024-05-13 · Daphne Theodorakopoulos, Frederic Stahl, Marius Lindauer

Hyperparameter optimization plays a pivotal role in enhancing the predictive performance and generalization capabilities of ML models. However, in many applications, we do not only care about predictive performance but a…

AutoMLHyperparameter Optimization

Multi-Objective Population Based Training

2023-06-02 · Arkadiy Dushatskiy, Alexander Chebykin, Tanja Alderliesten, Peter A. N. Bosman

Population Based Training (PBT) is an efficient hyperparameter optimization algorithm. PBT is a single-objective algorithm, but many real-world hyperparameter optimization problems involve two or more conflicting objecti…

Adversarial RobustnessClassificationFairnessHyperparameter Optimization

HyperTuner: A Cross-Layer Multi-Objective Hyperparameter Auto-Tuning Framework for Data Analytic Services

2023-04-20 · Hui Dou, Shanshan Zhu, Yiwen Zhang, Pengfei Chen 외

Hyper-parameters optimization (HPO) is vital for machine learning models. Besides model accuracy, other tuning intentions such as model training time and energy consumption are also worthy of attention from data analytic…

Diversity

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

2022-06-15 · Florian Karl, Tobias Pielok, Julia Moosbauer, Florian Pfisterer 외

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 pe…

Bayesian OptimizationBIG-bench Machine LearningEvolutionary AlgorithmsFairness+1

Multi-Objective Hyperparameter Tuning and Feature Selection using Filter Ensembles

2019-12-30 · Martin Binder, Julia Moosbauer, Janek Thomas, Bernd Bischl

Both feature selection and hyperparameter tuning are key tasks in machine learning. Hyperparameter tuning is often useful to increase model performance, while feature selection is undertaken to attain sparse models. Spar…

feature selectionHyperparameter Optimization