paper-with-me

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 also about additional objectives such as inference time, memory, or energy consumption. In such multi-objective scenarios, determining the importance of hyperparameters poses a significant challenge due to the complex interplay between the conflicting objectives. In this paper, we propose the first method for assessing the importance of hyperparameters in multi-objective hyperparameter optimization. Our approach leverages surrogate-based hyperparameter importance measures, i.e., fANOVA and ablation paths, to provide insights into the impact of hyperparameters on the optimization objectives. Specifically, we compute the a-priori scalarization of the objectives and determine the importance of the hyperparameters for different objective tradeoffs. Through extensive empirical evaluations on diverse benchmark datasets with three different objective pairs, each combined with accuracy, namely time, demographic parity loss, and energy consumption, we demonstrate the effectiveness and robustness of our proposed method. Our findings not only offer valuable guidance for hyperparameter tuning in multi-objective optimization tasks but also contribute to advancing the understanding of hyperparameter importance in complex optimization scenarios.

📄 PDF Abstract BibTeX arXiv:2405.07640

Code (1)

automl/hpi_for_mo_automl 공식 구현 pytorch

Tasks

AutoMLHyperparameter Optimization

Similar Papers 제목 키워드 기반

HyperTendril: Visual Analytics for User-Driven Hyperparameter Optimization of Deep Neural Networks

2020-09-04 · Heungseok Park, Yoonsoo Nam, Ji-Hoon Kim, Jaegul Choo

To mitigate the pain of manually tuning hyperparameters of deep neural networks, automated machine learning (AutoML) methods have been developed to search for an optimal set of hyperparameters in large combinatorial sear…

AutoMLHyperparameter Optimization

Fair AutoML Through Multi-objective Optimization

2021-09-29 · Steven Gardner, Oleg Golovidov, Joshua Griffin, Patrick Koch 외

There has been a recent surge of interest in fairness measurement and bias mitigation in machine learning, given the identification of significant disparities in predictions from models in many domains. In part, this foc…

AutoMLFairness

Toward Autonomous and Efficient Cybersecurity: A Multi-Objective AutoML-based Intrusion Detection System

2025-11-11 · Li Yang, Abdallah Shami arxiv

With increasingly sophisticated cybersecurity threats and rising demand for network automation, autonomous cybersecurity mechanisms are becoming critical for securing modern networks. The rapid expansion of Internet of T…

Hyperparameter OptimizationComputational EfficiencyIntrusion Detection

Bag of Baselines for Multi-objective Joint Neural Architecture Search and Hyperparameter Optimization

2021-05-03 · ICML Workshop AutoML 2021 7 · Julia Guerrero-Viu, Sven Hauns, Sergio Izquierdo, Guilherme Miotto 외

Neural architecture search (NAS) and hyperparameter optimization (HPO) make deep learning accessible to non-experts by automatically finding the architecture of the deep neural network to use and tuning the hyperparamete…

AutoMLHyperparameter OptimizationNeural Architecture Search

STREAMLINE: A Simple, Transparent, End-To-End Automated Machine Learning Pipeline Facilitating Data Analysis and Algorithm Comparison

2022-06-23 · Ryan J. Urbanowicz, Robert Zhang, Yuhan Cui, Pranshu Suri

Machine learning (ML) offers powerful methods for detecting and modeling associations often in data with large feature spaces and complex associations. Many useful tools/packages (e.g. scikit-learn) have been developed t…

AutoMLBinary ClassificationFeature Importancefeature selection+2