paper-with-me

Papers

Multi-objective Asynchronous Successive Halving

2021-06-23 · Robin Schmucker, Michele Donini, Muhammad Bilal Zafar, David Salinas, Cédric Archambeau

Hyperparameter optimization (HPO) is increasingly used to automatically tune the predictive performance (e.g., accuracy) of machine learning models. However, in a plethora of real-world applications, accuracy is only one of the multiple -- often conflicting -- performance criteria, necessitating the adoption of a multi-objective (MO) perspective. While the literature on MO optimization is rich, few prior studies have focused on HPO. In this paper, we propose algorithms that extend asynchronous successive halving (ASHA) to the MO setting. Considering multiple evaluation metrics, we assess the performance of these methods on three real world tasks: (i) Neural architecture search, (ii) algorithmic fairness and (iii) language model optimization. Our empirical analysis shows that MO ASHA enables to perform MO HPO at scale. Further, we observe that that taking the entire Pareto front into account for candidate selection consistently outperforms multi-fidelity HPO based on MO scalarization in terms of wall-clock time. Our algorithms (to be open-sourced) establish new baselines for future research in the area.

📄 PDF Abstract BibTeX arXiv:2106.12639

Code (2)

mbilalzafar/fair-classification 공식 구현
awslabs/autogluon mxnet

Tasks

FairnessHyperparameter OptimizationLanguage ModelingLanguage ModellingModel OptimizationNeural Architecture Search

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Parallel Architecture and Hyperparameter Search via Successive Halving and Classification

2018-05-25 · Manoj Kumar, George E. Dahl, Vijay Vasudevan, Mohammad Norouzi

We present a simple and powerful algorithm for parallel black box optimization called Successive Halving and Classification (SHAC). The algorithm operates in $K$ stages of parallel function evaluations and trains a casca…

ClassificationGeneral Classification

Successive Halving Top-k Operator

2020-10-08 · Michał Pietruszka, Łukasz Borchmann, Filip Graliński

We propose a differentiable successive halving method of relaxing the top-k operator, rendering gradient-based optimization possible. The need to perform softmax iteratively on the entire vector of scores is avoided by u…

Resource-Adaptive Successive Doubling for Hyperparameter Optimization with Large Datasets on High-Performance Computing Systems

2024-12-03 · Marcel Aach, Rakesh Sarma, Helmut Neukirchen, Morris Riedel 외

On High-Performance Computing (HPC) systems, several hyperparameter configurations can be evaluated in parallel to speed up the Hyperparameter Optimization (HPO) process. State-of-the-art HPO methods follow a bandit-base…

Hyperparameter OptimizationScheduling

Online AutoML: An adaptive AutoML framework for online learning

2022-01-24 · Bilge Celik, Prabhant Singh, Joaquin Vanschoren

Automated Machine Learning (AutoML) has been used successfully in settings where the learning task is assumed to be static. In many real-world scenarios, however, the data distribution will evolve over time, and it is ye…

AutoMLBIG-bench Machine Learning

Combined Pruning for Nested Cross-Validation to Accelerate Automated Hyperparameter Optimization for Embedded Feature Selection in High-Dimensional Data with Very Small Sample Sizes

2022-02-01 · Sigrun May, Sven Hartmann, Frank Klawonn

Background: Embedded feature selection in high-dimensional data with very small sample sizes requires optimized hyperparameters for the model building process. For this hyperparameter optimization, nested cross-validatio…

feature selectionHyperparameter Optimization