← Search

Marius Lindauer

14 accepted papers

2026

HyperSHAP: Shapley Values and Interactions for Explaining Hyperparameter Optimization

AAAI 2026technical

Hyperparameter optimization (HPO) is a crucial step in achieving strong predictive performance. Yet, the impact of individual hyperparameters on model generalization is highly context-dependent, prohibiting a one-size-fits-all solution and requiring opaque HPO methods to find optimal configurations.

Cited by 0SourcePDFScholar
2026

Neural Attention Search Linear: Towards Adaptive Token-Level Hybrid Attention Models

ICML 2026poster

The quadratic computational complexity of softmax transformers has become a bottleneck in long-context scenarios. In contrast, linear attention model families provide a promising direction towards a more efficient sequential model. These linear attention models compress past $KV$ values into a singl…

Cited by 0SourceScholar
2025

Neural Attention Search

NeurIPS 2025poster

We present Neural Attention Search (NAtS), an end-to-end learnable sparse transformer that automatically evaluates the importance of each token within a sequence and determines if the corresponding token can be dropped after several steps. To this end, we design a search space that contains three to…

Cited by 0SourceScholar
2024

Interactive Hyperparameter Optimization in Multi-Objective Problems via Preference Learning

AAAI 2024technical

Hyperparameter optimization (HPO) is important to leverage the full potential of machine learning (ML). In practice, users are often interested in multi-objective (MO) problems, i.e., optimizing potentially conflicting objectives, like accuracy and energy consumption. To tackle this, the vast major…

2024

Position: A Call to Action for a Human-Centered AutoML Paradigm

ICML 2024poster

Automated machine learning (AutoML) was formed around the fundamental objectives of automatically and efficiently configuring machine learning (ML) workflows, aiding the research of new ML algorithms, and contributing to the democratization of ML by making it accessible to a broader audience. Over t…

Cited by 8SourcePDFScholar
2023

Hyperparameters in Reinforcement Learning and How To Tune Them

ICML 2023poster

In order to improve reproducibility, deep reinforcement learning (RL) has been adopting better scientific practices such as standardized evaluation metrics and reporting. However, the process of hyperparameter optimization still varies widely across papers, which makes it challenging to compare RL a…

2023

PriorBand: Practical Hyperparameter Optimization in the Age of Deep Learning

NeurIPS 2023poster

Hyperparameters of Deep Learning (DL) pipelines are crucial for their downstream performance. While a large number of methods for Hyperparameter Optimization (HPO) have been developed, their incurred costs are often untenable for modern DL. Consequently, manual experimentation is still the most pre…

2022

$\pi$BO: Augmenting Acquisition Functions with User Beliefs for Bayesian Optimization

ICLR 2022poster

Bayesian optimization (BO) has become an established framework and popular tool for hyperparameter optimization (HPO) of machine learning (ML) algorithms. While known for its sample-efficiency, vanilla BO can not utilize readily available prior beliefs the practitioner has on the potential location…

Cited by 80SourcePDFScholar
2021

DACBench: A Benchmark Library for Dynamic Algorithm Configuration

IJCAI 2021poster

Dynamic Algorithm Configuration (DAC) aims to dynamically control a target algorithm's hyperparameters in order to improve its performance. Several theoretical and empirical results have demonstrated the benefits of dynamically controlling hyperparameters in domains like evolutionary computation, A…

2021

Explaining Hyperparameter Optimization via Partial Dependence Plots

NeurIPS 2021poster

Automated hyperparameter optimization (HPO) can support practitioners to obtain peak performance in machine learning models. However, there is often a lack of valuable insights into the effects of different hyperparameters on the final model performance. This lack of explainability makes it difficul…

2021

HPOBench: A Collection of Reproducible Multi-Fidelity Benchmark Problems for HPO

NeurIPS 2021poster

To achieve peak predictive performance, hyperparameter optimization (HPO) is a crucial component of machine learning and its applications. Over the last years, the number of efficient algorithms and tools for HPO grew substantially. At the same time, the community is still lacking realistic, diverse…

Cited by 105SourcecodeScholar
2021

Self-Paced Context Evaluation for Contextual Reinforcement Learning

ICML 2021spotlight

Reinforcement learning (RL) has made a lot of advances for solving a single problem in a given environment; but learning policies that generalize to unseen variations of a problem remains challenging. To improve sample efficiency for learning on such instances of a problem domain, we present Self-Pa…

2021

Well-tuned Simple Nets Excel on Tabular Datasets

NeurIPS 2021poster

Tabular datasets are the last "unconquered castle" for deep learning, with traditional ML methods like Gradient-Boosted Decision Trees still performing strongly even against recent specialized neural architectures. In this paper, we hypothesize that the key to boosting the performance of neural netw…

Cited by 233SourcePDFScholar