paper-with-me

Papers

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 hyperparameter optimization has been proposed to search for machine learning models which offer equally Pareto-efficient trade-offs between accuracy and fairness. Although these approaches proved to be more versatile than fairness-aware machine learning algorithms -- which optimize accuracy constrained to some threshold on fairness -- they could drastically increase the energy consumption in the case of large datasets. In this paper we propose FanG-HPO, a Fair and Green Hyperparameter Optimization (HPO) approach based on both multi-objective and multiple information source Bayesian optimization. FanG-HPO uses subsets of the large dataset (aka information sources) to obtain cheap approximations of both accuracy and fairness, and multi-objective Bayesian Optimization to efficiently identify Pareto-efficient machine learning models. Experiments consider two benchmark (fairness) datasets and two machine learning algorithms (XGBoost and Multi-Layer Perceptron), and provide an assessment of FanG-HPO against both fairness-aware machine learning algorithms and hyperparameter optimization via a multi-objective single-source optimization algorithm in BoTorch, a state-of-the-art platform for Bayesian Optimization.

📄 PDF Abstract BibTeX arXiv:2205.08835

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningFairnessHyperparameter Optimization

Similar Papers 제목 키워드 기반

GA4GC: Greener Agent for Greener Code via Multi-Objective Configuration Optimization

2025-10-05 · Jingzhi Gong, Yixin Bian, Luis de la Cal, Giovanni Pinna 외 arxiv

Coding agents powered by LLMs face critical sustainability and scalability challenges in industrial deployment, with single runs consuming over 100k tokens and incurring environmental costs that may exceed optimization b…

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

Fairer and More Accurate Tabular Models Through NAS

2023-10-18 · Richeek Das, Samuel Dooley

Making models algorithmically fairer in tabular data has been long studied, with techniques typically oriented towards fixes which usually take a neural model with an undesirable outcome and make changes to how the data …

FairnessHyperparameter OptimizationNeural Architecture Search

A Bandit-Based Algorithm for Fairness-Aware Hyperparameter Optimization

2020-10-07 · André F. Cruz, Pedro Saleiro, Catarina Belém, Carlos Soares 외

Considerable research effort has been guided towards algorithmic fairness but there is still no major breakthrough. In practice, an exhaustive search over all possible techniques and hyperparameters is needed to find opt…

Decision MakingFairnessHyperparameter OptimizationNavigate

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