paper-with-me

Papers

Algorithm Selection with Probing Trajectories: Benchmarking the Choice of Classifier Model

2025-01-20 · Quentin Renau, Emma Hart

Recent approaches to training algorithm selectors in the black-box optimisation domain have advocated for the use of training data that is algorithm-centric in order to encapsulate information about how an algorithm performs on an instance, rather than relying on information derived from features of the instance itself. Probing-trajectories that consist of a sequence of objective performance per function evaluation obtained from a short run of an algorithm have recently shown particular promise in training accurate selectors. However, training models on this type of data requires an appropriately chosen classifier given the sequential nature of the data. There are currently no clear guidelines for choosing the most appropriate classifier for algorithm selection using time-series data from the plethora of models available. To address this, we conduct a large benchmark study using 17 different classifiers and three types of trajectory on a classification task using the BBOB benchmark suite using both leave-one-instance out and leave-one-problem out cross-validation. In contrast to previous studies using tabular data, we find that the choice of classifier has a significant impact, showing that feature-based and interval-based models are the best choices.

📄 PDF Abstract BibTeX arXiv:2501.11414

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

On the Utility of Probing Trajectories for Algorithm-Selection

2024-01-23 · Quentin Renau, Emma Hart

Machine-learning approaches to algorithm-selection typically take data describing an instance as input. Input data can take the form of features derived from the instance description or fitness landscape, or can be a dir…

Improving Algorithm-Selection and Performance-Prediction via Learning Discriminating Training Samples

2024-04-08 · Quentin Renau, Emma Hart

The choice of input-data used to train algorithm-selection models is recognised as being a critical part of the model success. Recently, feature-free methods for algorithm-selection that use short trajectories obtained f…

Online Allocation and Pricing: Constant Regret via Bellman Inequalities

2019-06-14 · Alberto Vera, Siddhartha Banerjee, Itai Gurvich

We develop a framework for designing simple and efficient policies for a family of online allocation and pricing problems, that includes online packing, budget-constrained probing, dynamic pricing, and online contextual …

Multi-Armed Bandits

Can we hop in general? A discussion of benchmark selection and design using the Hopper environment

2024-10-11 · Claas A Voelcker, Marcel Hussing, Eric Eaton

Empirical, benchmark-driven testing is a fundamental paradigm in the current RL community. While using off-the-shelf benchmarks in reinforcement learning (RL) research is a common practice, this choice is rarely discusse…

BenchmarkingReinforcement Learning (RL)

Different Horses for Different Courses: Comparing Bias Mitigation Algorithms in ML

2024-11-17 · Prakhar Ganesh, Usman Gohar, Lu Cheng, Golnoosh Farnadi

With fairness concerns gaining significant attention in Machine Learning (ML), several bias mitigation techniques have been proposed, often compared against each other to find the best method. These benchmarking efforts …

BenchmarkingFairnessfeature selectionHyperparameter Optimization