Skip to main content

Showing 1–11 of 11 results for author: Jankovic, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2310.10685  [pdf, other

    cs.LG cs.AI cs.NE

    PS-AAS: Portfolio Selection for Automated Algorithm Selection in Black-Box Optimization

    Authors: Ana Kostovska, Gjorg**a Cenikj, Diederick Vermetten, Anja Jankovic, Ana Nikolikj, Urban Skvorc, Peter Korosec, Carola Doerr, Tome Eftimov

    Abstract: The performance of automated algorithm selection (AAS) strongly depends on the portfolio of algorithms to choose from. Selecting the portfolio is a non-trivial task that requires balancing the trade-off between the higher flexibility of large portfolios with the increased complexity of the AAS task. In practice, probably the most common way to choose the algorithms for the portfolio is a greedy se… ▽ More

    Submitted 14 October, 2023; originally announced October 2023.

    Comments: Proc. of International Conference on Automated Machine Learning (AutoML 2023)

  2. Comparing Algorithm Selection Approaches on Black-Box Optimization Problems

    Authors: Ana Kostovska, Anja Jankovic, Diederick Vermetten, Sašo Džeroski, Tome Eftimov, Carola Doerr

    Abstract: Performance complementarity of solvers available to tackle black-box optimization problems gives rise to the important task of algorithm selection (AS). Automated AS approaches can help replace tedious and labor-intensive manual selection, and have already shown promising performance in various optimization domains. Automated AS relies on machine learning (ML) techniques to recommend the best algo… ▽ More

    Submitted 30 June, 2023; originally announced June 2023.

    Comments: To appear in the Companion Proceedings of GECCO 2023 as poster paper

  3. arXiv:2306.04262  [pdf, other

    cs.LG

    Self-Adjusting Weighted Expected Improvement for Bayesian Optimization

    Authors: Carolin Benjamins, Elena Raponi, Anja Jankovic, Carola Doerr, Marius Lindauer

    Abstract: Bayesian Optimization (BO) is a class of surrogate-based, sample-efficient algorithms for optimizing black-box problems with small evaluation budgets. The BO pipeline itself is highly configurable with many different design choices regarding the initial design, surrogate model, and acquisition function (AF). Unfortunately, our understanding of how to select suitable components for a problem at han… ▽ More

    Submitted 30 June, 2023; v1 submitted 7 June, 2023; originally announced June 2023.

    Comments: AutoML Conference 2023

  4. arXiv:2211.09678  [pdf, other

    cs.LG

    Towards Automated Design of Bayesian Optimization via Exploratory Landscape Analysis

    Authors: Carolin Benjamins, Anja Jankovic, Elena Raponi, Koen van der Blom, Marius Lindauer, Carola Doerr

    Abstract: Bayesian optimization (BO) algorithms form a class of surrogate-based heuristics, aimed at efficiently computing high-quality solutions for numerical black-box optimization problems. The BO pipeline is highly modular, with different design choices for the initial sampling strategy, the surrogate model, the acquisition function (AF), the solver used to optimize the AF, etc. We demonstrate in this w… ▽ More

    Submitted 17 November, 2022; originally announced November 2022.

    Comments: 6th Workshop on Meta-Learning at NeurIPS 2022, New Orleans

  5. arXiv:2211.01455  [pdf, other

    cs.LG

    PI is back! Switching Acquisition Functions in Bayesian Optimization

    Authors: Carolin Benjamins, Elena Raponi, Anja Jankovic, Koen van der Blom, Maria Laura Santoni, Marius Lindauer, Carola Doerr

    Abstract: Bayesian Optimization (BO) is a powerful, sample-efficient technique to optimize expensive-to-evaluate functions. Each of the BO components, such as the surrogate model, the acquisition function (AF), or the initial design, is subject to a wide range of design choices. Selecting the right components for a given optimization task is a challenging task, which can have significant impact on the quali… ▽ More

    Submitted 2 November, 2022; originally announced November 2022.

    Comments: 2022 NeurIPS Workshop on Gaussian Processes, Spatiotemporal Modeling, and Decision-making Systems

  6. arXiv:2204.09483  [pdf, other

    cs.NE

    Per-run Algorithm Selection with Warm-starting using Trajectory-based Features

    Authors: Ana Kostovska, Anja Jankovic, Diederick Vermetten, Jacob de Nobel, Hao Wang, Tome Eftimov, Carola Doerr

    Abstract: Per-instance algorithm selection seeks to recommend, for a given problem instance and a given performance criterion, one or several suitable algorithms that are expected to perform well for the particular setting. The selection is classically done offline, using openly available information about the problem instance or features that are extracted from the instance during a dedicated feature extra… ▽ More

    Submitted 7 September, 2022; v1 submitted 20 April, 2022; originally announced April 2022.

  7. arXiv:2204.06397  [pdf, other

    cs.NE

    Trajectory-based Algorithm Selection with Warm-starting

    Authors: Anja Jankovic, Diederick Vermetten, Ana Kostovska, Jacob de Nobel, Tome Eftimov, Carola Doerr

    Abstract: Landscape-aware algorithm selection approaches have so far mostly been relying on landscape feature extraction as a preprocessing step, independent of the execution of optimization algorithms in the portfolio. This introduces a significant overhead in computational cost for many practical applications, as features are extracted and computed via sampling and evaluating the problem instance at hand,… ▽ More

    Submitted 7 June, 2022; v1 submitted 13 April, 2022; originally announced April 2022.

  8. Personalizing Performance Regression Models to Black-Box Optimization Problems

    Authors: Tome Eftimov, Anja Jankovic, Gorjan Popovski, Carola Doerr, Peter Korošec

    Abstract: Accurately predicting the performance of different optimization algorithms for previously unseen problem instances is crucial for high-performing algorithm selection and configuration techniques. In the context of numerical optimization, supervised regression approaches built on top of exploratory landscape analysis are becoming very popular. From the point of view of Machine Learning (ML), howeve… ▽ More

    Submitted 22 April, 2021; originally announced April 2021.

    Comments: To appear in the Proceedings of Genetic and Evolutionary Computation Conference (GECCO 2021), ACM

  9. The Impact of Hyper-Parameter Tuning for Landscape-Aware Performance Regression and Algorithm Selection

    Authors: Anja Jankovic, Gorjan Popovski, Tome Eftimov, Carola Doerr

    Abstract: Automated algorithm selection and configuration methods that build on exploratory landscape analysis (ELA) are becoming very popular in Evolutionary Computation. However, despite a significantly growing number of applications, the underlying machine learning models are often chosen in an ad-hoc manner. We show in this work that three classical regression methods are able to achieve meaningful re… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

    Comments: To appear in the Proceedings of Genetic and Evolutionary Computation Conference (GECCO 2021), ACM

  10. arXiv:2102.05370  [pdf, other

    cs.NE

    Towards Feature-Based Performance Regression Using Trajectory Data

    Authors: Anja Jankovic, Tome Eftimov, Carola Doerr

    Abstract: Black-box optimization is a very active area of research, with many new algorithms being developed every year. This variety is needed, on the one hand, since different algorithms are most suitable for different types of optimization problems. But the variety also poses a meta-problem: which algorithm to choose for a given problem at hand? Past research has shown that per-instance algorithm selecti… ▽ More

    Submitted 10 February, 2021; originally announced February 2021.

    Comments: To appear in the Proceedings of EvoAPP 2021

  11. Landscape-Aware Fixed-Budget Performance Regression and Algorithm Selection for Modular CMA-ES Variants

    Authors: Anja Jankovic, Carola Doerr

    Abstract: Automated algorithm selection promises to support the user in the decisive task of selecting a most suitable algorithm for a given problem. A common component of these machine-trained techniques are regression models which predict the performance of a given algorithm on a previously unseen problem instance. In the context of numerical black-box optimization, such regression models typically build… ▽ More

    Submitted 17 June, 2020; originally announced June 2020.

    Comments: To appear in Proc. of Genetic and Evolutionary Computation Conference (GECCO'20)