paper-with-me

Papers

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. Sparsity may yield better model interpretability and lower cost of data acquisition, data handling and model inference. While sparsity may have a beneficial or detrimental effect on predictive performance, a small drop in performance may be acceptable in return for a substantial gain in sparseness. We therefore treat feature selection as a multi-objective optimization task. We perform hyperparameter tuning and feature selection simultaneously because the choice of features of a model may influence what hyperparameters perform well. We present, benchmark, and compare two different approaches for multi-objective joint hyperparameter optimization and feature selection: The first uses multi-objective model-based optimization. The second is an evolutionary NSGA-II-based wrapper approach to feature selection which incorporates specialized sampling, mutation and recombination operators. Both methods make use of parameterized filter ensembles. While model-based optimization needs fewer objective evaluations to achieve good performance, it incurs computational overhead compared to the NSGA-II, so the preferred choice depends on the cost of evaluating a model on given data.

📄 PDF Abstract BibTeX arXiv:1912.12912

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Interpretability 설명 없음

Similar Papers 제목 키워드 기반

MILO: Model-Agnostic Subset Selection Framework for Efficient Model Training and Tuning

2023-01-30 · KrishnaTeja Killamsetty, Alexandre V. Evfimievski, Tejaswini Pedapati, Kiran Kate 외

Training deep networks and tuning hyperparameters on large datasets is computationally intensive. One of the primary research directions for efficient training is to reduce training costs by selecting well-generalizable …

model

Efficient and Robust Bayesian Selection of Hyperparameters in Dimension Reduction for Visualization

2023-06-01 · Yin-Ting Liao, Hengrui Luo, Anna Ma

We introduce an efficient and robust auto-tuning framework for hyperparameter selection in dimension reduction (DR) algorithms, focusing on large-scale datasets and arbitrary performance metrics. By leveraging Bayesian o…

Bayesian OptimizationDimensionality ReductionSensitivity

pared: Model selection using multi-objective optimization

2025-05-27 · Priyam Das, Sarah Robinson, Christine B. Peterson

Motivation: Model selection is a ubiquitous challenge in statistics. For penalized models, model selection typically entails tuning hyperparameters to maximize a measure of fit or minimize out-of-sample prediction error.…

modelModel Selection

Hyperparameter Optimization for Randomized Algorithms: A Case Study on Random Features

2024-06-30 · Oliver R. A. Dunbar, Nicholas H. Nelsen, Maya Mutic

Randomized algorithms exploit stochasticity to reduce computational complexity. One important example is random feature regression (RFR) that accelerates Gaussian process regression (GPR). RFR approximates an unknown fun…

GPRHyperparameter Optimizationregression

Feature Selection and Hyperparameter Fine-tuning in Artificial Neural Networks for Wood Quality Classification

2023-10-20 · Mateus Roder, Leandro Aparecido Passos, João Paulo Papa, André Luis Debiaso Rossi

Quality classification of wood boards is an essential task in the sawmill industry, which is still usually performed by human operators in small to median companies in developing countries. Machine learning algorithms ha…

feature selection