← Search

Martin Wistuba

12 accepted papers

2025

Hyperband-based Bayesian Optimization for Black-box Prompt Selection

ICML 2025poster

Optimal prompt selection is crucial for maximizing large language model (LLM) performance on downstream tasks, especially in black-box settings where models are only accessible via APIs. Black-box prompt selection is challenging due to potentially large, combinatorial search spaces, absence of gradi…

Cited by 3SourcePDFScholar
2023

PASHA: Efficient HPO and NAS with Progressive Resource Allocation

ICLR 2023poster

Hyperparameter optimization (HPO) and neural architecture search (NAS) are methods of choice to obtain the best-in-class machine learning models, but in practice they can be costly to run. When models are trained on large datasets, tuning them with HPO or NAS rapidly becomes prohibitively expensive…

2023

Scaling Laws for Hyperparameter Optimization

NeurIPS 2023poster

Hyperparameter optimization is an important subfield of machine learning that focuses on tuning the hyperparameters of a chosen algorithm to achieve peak performance. Recently, there has been a stream of methods that tackle the issue of hyperparameter optimization, however, most of the methods do no…

2022

Bandit Limited Discrepancy Search and Application to Machine Learning Pipeline Optimization

AAAI 2022technical

Optimizing a machine learning (ML) pipeline has been an important topic of AI and ML. Despite recent progress, pipeline optimization remains a challenging problem, due to potentially many combinations to consider as well as slow training and validation. We present the BLDS algorithm for optimized al…

Cited by 7SourcePDFScholar
2022

Memory Efficient Continual Learning with Transformers

NeurIPS 2022accept

In many real-world scenarios, data to train machine learning models becomes available over time. Unfortunately, these models struggle to continually learn new concepts without forgetting what has been learnt in the past. This phenomenon is known as catastrophic forgetting and it is difficult to prev…

Cited by 63SourcePDFScholar
2022

Supervising the Multi-Fidelity Race of Hyperparameter Configurations

NeurIPS 2022accept

Multi-fidelity (gray-box) hyperparameter optimization techniques (HPO) have recently emerged as a promising direction for tuning Deep Learning methods. However, existing methods suffer from a sub-optimal allocation of the HPO budget to the hyperparameter configurations. In this work, we introduce Dy…

2021

HPO-B: A Large-Scale Reproducible Benchmark for Black-Box HPO based on OpenML

NeurIPS 2021poster

Hyperparameter optimization (HPO) is a core problem for the machine learning community and remains largely unsolved due to the significant computational resources required to evaluate hyperparameter configurations. As a result, a series of recent related works have focused on the direction of transf…

Cited by 39SourcecodeScholar
2021

Hardware-Aware Neural Architecture Search: Survey and Taxonomy

IJCAI 2021poster

There is no doubt that making AI mainstream by bringing powerful, yet power hungry deep neural networks (DNNs) to resource-constrained devices would required an efficient co-design of algorithms, hardware and software. The increased popularity of DNN applications deployed on a wide variety of platfo…

Cited by 64SourcePDFScholar
2021

Searching for Machine Learning Pipelines Using a Context-Free Grammar

AAAI 2021technical

AutoML automatically selects, composes and parameterizes machine learning algorithms into a workflow or pipeline of operations that aims at maximizing performance on a given dataset. Although current methods for AutoML achieved impressive results they mostly concentrate on optimizing fixed linear wo…