← Search

Frank Hutter

87 accepted papers

2026

$\alpha$-PFN: Fast Entropy Search via In-Context Learning

ICML 2026poster

Information-theoretic acquisition functions such as Entropy Search (ES) offer a principled exploration–exploitation framework for Bayesian optimization (BO). However, their practical implementation relies on complicated and slow approximations, i.e., a Monte Carlo estimation of the information gain.…

Cited by 0SourceScholar
2026

Improving LLM-based Global Optimization with Search Space Partitioning

ICLR 2026poster

Large Language Models (LLMs) have recently emerged as effective surrogate models and candidate generators within global optimization frameworks for expensive blackbox functions. Despite promising results, LLM-based methods often struggle in high-dimensional search spaces or when lacking domain-speci…

Cited by 0SourcecodeScholar
2026

Selective Rotary Position Embedding

ICLR 2026poster

Position information is essential for language modeling. In softmax transformers, Rotary Position Embeddings (\textit{RoPE}) encode positions through \textit{fixed-angle} rotations, while in linear transformers, order is handled via input-dependent (selective) gating that decays past key-value assoc…

Cited by 0SourceScholar
2026

Use What You Know: Causal Foundation Models with Partial Graphs

ICML 2026poster

Estimating causal quantities traditionally relies on bespoke estimators tailored to specific assumptions. Recently proposed Causal Foundation Models (CFMs) promise a more unified approach by amortising causal discovery and inference in a single step. However, in their current state, they do not allo…

Cited by 0SourceScholar
2025

Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks

ICML 2025poster

Scaling has been a major driver of recent advancements in deep learning. Numerous empirical studies have found that scaling laws often follow the power-law and proposed several variants of power-law functions to predict the scaling behavior at larger scales. However, existing methods mostly rely on…

Cited by 0SourcePDFScholar
2025

Beyond Random Augmentations: Pretraining with Hard Views

ICLR 2025poster

Self-Supervised Learning (SSL) methods typically rely on random image augmentations, or views, to make models invariant to different transformations. We hypothesize that the efficacy of pretraining pipelines based on conventional random view sampling can be enhanced by explicitly selecting views tha…

Cited by 0SourcePDFScholar
2025

DeltaProduct: Improving State-Tracking in Linear RNNs via Householder Products

NeurIPS 2025poster

Linear Recurrent Neural Networks (linear RNNs) have emerged as competitive alternatives to Transformers for sequence modeling, offering efficient training and linear-time inference. However, existing architectures face a fundamental trade-off between expressivity and efficiency, dictated by the stru…

Cited by 0SourcecodeScholar
2025

Diffusion-based Neural Network Weights Generation

ICLR 2025poster

Transfer learning is a cornerstone of modern deep learning, yet it remains constrained by challenges in model selection and the overhead of extensive model storage. In this work, we present Diffusion-based Neural Network Weights Generation, D2NWG, a novel framework that leverages diffusion processes…

2025

Do-PFN: In-Context Learning for Causal Effect Estimation

NeurIPS 2025spotlight

Causal effect estimation is critical to a range of scientific disciplines. Existing methods for this task either require interventional data, knowledge about the ground-truth causal graph, or rely on assumptions such as unconfoundedness, restricting their applicability in real-world settings. In the…

Cited by 0SourceScholar
2025

FairPFN: A Tabular Foundation Model for Causal Fairness

ICML 2025poster

Machine learning (ML) systems are utilized in critical sectors such as healthcare, law enforcement, and finance, but often rely on historical data that contains demographic biases, leading to decisions that perpetuate or intensify existing inequalities. Causal and counterfactual fairness provide a t…

2025

Gompertz Linear Units: Leveraging Asymmetry for Enhanced Learning Dynamics

NeurIPS 2025poster

Activation functions are fundamental elements of deep learning architectures as they significantly influence training dynamics. ReLU, while widely used, is prone to the dying neuron problem, which has been mitigated by variants such as LeakyReLU, PReLU, and ELU that better handle negative neuron out…

Cited by 0SourcecodeScholar
2025

KinPFN: Bayesian Approximation of RNA Folding Kinetics using Prior-Data Fitted Networks

ICLR 2025poster

RNA is a dynamic biomolecule crucial for cellular regulation, with its function largely determined by its folding into complex structures, while misfolding can lead to multifaceted biological sequelae. During the folding process, RNA traverses through a series of intermediate structural states, with…

Cited by 0SourcePDFScholar
2025

Learning in Compact Spaces with Approximately Normalized Transformer

NeurIPS 2025poster

The successful training of deep neural networks requires addressing challenges such as overfitting, numerical instabilities leading to divergence, and increasing variance in the residual stream. A common solution is to apply regularization and normalization techniques that usually require tuning add…

Cited by 0SourceScholar
2025

Multi-objective Differentiable Neural Architecture Search

ICLR 2025poster

Pareto front profiling in multi-objective optimization (MOO), i.e., finding a diverse set of Pareto optimal solutions, is challenging, especially with expensive objectives that require training a neural network. Typically, in MOO for neural architecture search (NAS), we aim to balance performance an…

2025

Position: The Future of Bayesian Prediction Is Prior-Fitted

ICML 2025poster

Training neural networks on randomly generated artificial datasets yields Bayesian models that capture the prior defined by the dataset-generating distribution. Prior-data Fitted Networks (PFNs) are a class of methods designed to leverage this insight. In an era of rapidly increasing computational r…

Cited by 0SourcePDFScholar
2025

TabArena: A Living Benchmark for Machine Learning on Tabular Data

NeurIPS 2025spotlight

With the growing popularity of deep learning and foundation models for tabular data, the need for standardized and reliable benchmarks is higher than ever. However, current benchmarks are static. Their design is not updated even if flaws are discovered, model versions are updated, or new models are…

Cited by 0SourceScholar
2025

Unlocking State-Tracking in Linear RNNs Through Negative Eigenvalues

ICLR 2025oral

Linear Recurrent Neural Networks (LRNNs) such as Mamba, RWKV, GLA, mLSTM, and DeltaNet have emerged as efficient alternatives to Transformers for long sequences. However, both Transformers and LRNNs struggle to perform state-tracking, which may impair performance in tasks such as code evaluation. In…

2024

Drift-Resilient TabPFN: In-Context Learning Temporal Distribution Shifts on Tabular Data

NeurIPS 2024poster

While most ML models expect independent and identically distributed data, this assumption is often violated in real-world scenarios due to distribution shifts, resulting in the degradation of machine learning model performance. Until now, no tabular method has consistently outperformed classical sup…

Cited by 3SourcePDFScholar
2024

HW-GPT-Bench: Hardware-Aware Architecture Benchmark for Language Models

NeurIPS 2024poster

The increasing size of language models necessitates a thorough analysis across multiple dimensions to assess trade-offs among crucial hardware metrics such as latency, energy consumption, GPU memory usage, and performance. Identifying optimal model configurations under specific hardware constraints…

Cited by 1SourcePDFScholar
2024

Improving Deep Learning Optimization through Constrained Parameter Regularization

NeurIPS 2024poster

Regularization is a critical component in deep learning. The most commonly used approach, weight decay, applies a constant penalty coefficient uniformly across all parameters. This may be overly restrictive for some parameters, while insufficient for others. To address this, we present Constrained P…

2024

In-Context Freeze-Thaw Bayesian Optimization for Hyperparameter Optimization

ICML 2024poster

With the increasing computational costs associated with deep learning, automated hyperparameter optimization methods, strongly relying on black-box Bayesian optimization (BO), face limitations. Freeze-thaw BO offers a promising grey-box alternative, strategically allocating scarce resources increme…

Cited by 10SourcePDFScholar
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
2024

Quick-Tune: Quickly Learning Which Pretrained Model to Finetune and How

ICLR 2024oral

With the ever-increasing number of pretrained models, machine learning practitioners are continuously faced with which pretrained model to use, and how to finetune it for a new dataset. In this paper, we propose a methodology that jointly searches for the optimal pretrained model and the hyperparame…

Cited by 14SourcePDFScholar
2024

Surprisingly Strong Performance Prediction with Neural Graph Features

ICML 2024poster

Performance prediction has been a key part of the neural architecture search (NAS) process, allowing to speed up NAS algorithms by avoiding resource-consuming network training. Although many performance predictors correlate well with ground truth performance, they require training data in the form o…

2024

TuneTables: Context Optimization for Scalable Prior-Data Fitted Networks

NeurIPS 2024poster

While tabular classification has traditionally relied on from-scratch training, a recent breakthrough called prior-data fitted networks (PFNs) challenges this approach. Similar to large language models, PFNs make use of pretraining and in-context learning to achieve strong performance on new tasks i…

Cited by 26SourcePDFScholar
2023

Construction of Hierarchical Neural Architecture Search Spaces based on Context-free Grammars

NeurIPS 2023poster

The discovery of neural architectures from simple building blocks is a long-standing goal of Neural Architecture Search (NAS). Hierarchical search spaces are a promising step towards this goal but lack a unifying search space design framework and typically only search over some limited aspect of arc…

2023

Efficient Bayesian Learning Curve Extrapolation using Prior-Data Fitted Networks

NeurIPS 2023poster

Learning curve extrapolation aims to predict model performance in later epochs of training, based on the performance in earlier epochs. In this work, we argue that, while the inherent uncertainty in the extrapolation of learning curves warrants a Bayesian approach, existing methods are (i) overly re…

2023

Gray-Box Gaussian Processes for Automated Reinforcement Learning

ICLR 2023poster

Despite having achieved spectacular milestones in an array of important real-world applications, most Reinforcement Learning (RL) methods are very brittle concerning their hyperparameters. Notwithstanding the crucial importance of setting the hyperparameters in training state-of-the-art agents, the…

Cited by 4SourcePDFScholar
2023

Large Language Models for Automated Data Science: Introducing CAAFE for Context-Aware Automated Feature Engineering

NeurIPS 2023poster

As the field of automated machine learning (AutoML) advances, it becomes increasingly important to incorporate domain knowledge into these systems. We present an approach for doing so by harnessing the power of large language models (LLMs). Specifically, we introduce Context-Aware Automated Feature…

2023

PED-ANOVA: Efficiently Quantifying Hyperparameter Importance in Arbitrary Subspaces

IJCAI 2023poster

The recent rise in popularity of Hyperparameter Optimization (HPO) for deep learning has highlighted the role that good hyperparameter (HP) space design can play in training strong models. In turn, designing a good HP space is critically dependent on understanding the role of different HPs. This mot…

2023

PFNs4BO: In-Context Learning for Bayesian Optimization

ICML 2023poster

In this paper, we use Prior-data Fitted Networks (PFNs) as a flexible surrogate for Bayesian Optimization (BO). PFNs are neural processes that are trained to approximate the posterior predictive distribution (PPD) through in-context learning on any prior distribution that can be efficiently sampled…

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…

2023

Rethinking Bias Mitigation: Fairer Architectures Make for Fairer Face Recognition

NeurIPS 2023oral

Face recognition systems are widely deployed in safety-critical applications, including law enforcement, yet they exhibit bias across a range of socio-demographic dimensions, such as gender and race. Conventional wisdom dictates that model biases arise from biased training data. As a consequence,…

2023

Self-Correcting Bayesian Optimization through Bayesian Active Learning

NeurIPS 2023poster

Gaussian processes are the model of choice in Bayesian optimization and active learning. Yet, they are highly dependent on cleverly chosen hyperparameters to reach their full potential, and little effort is devoted to finding good hyperparameters in the literature. We demonstrate the impact of selec…

Cited by 16SourcePDFScholar
2023

Speeding Up Multi-Objective Hyperparameter Optimization by Task Similarity-Based Meta-Learning for the Tree-Structured Parzen Estimator

IJCAI 2023poster

Hyperparameter optimization (HPO) is a vital step in improving performance in deep learning (DL). Practitioners are often faced with the trade-off between multiple criteria, such as accuracy and latency. Given the high computational needs of DL and the growing demand for efficient HPO, the accelerat…

2023

TabPFN: A Transformer That Solves Small Tabular Classification Problems in a Second

ICLR 2023top-25%

We present TabPFN, a trained Transformer that can do supervised classification for small tabular datasets in less than a second, needs no hyperparameter tuning and is competitive with state-of-the-art classification methods. TabPFN is fully entailed in the weights of our network, which accepts train…

2023

c-TPE: Tree-structured Parzen Estimator with Inequality Constraints for Expensive Hyperparameter Optimization

IJCAI 2023poster

Hyperparameter optimization (HPO) is crucial for strong performance of deep learning algorithms and real-world applications often impose some constraints, such as memory usage, or latency on top of the performance requirement. In this work, we propose constrained TPE (c-TPE), an extension of the wid…

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
2022

JAHS-Bench-201: A Foundation For Research On Joint Architecture And Hyperparameter Search

NeurIPS 2022accept

The past few years have seen the development of many benchmarks for Neural Architecture Search (NAS), fueling rapid progress in NAS research. However, recent work, which shows that good hyperparameter settings can be more important than using the best architecture, calls for a shift in focus towards…

Cited by 30SourcePDFScholar
2022

Learning Synthetic Environments and Reward Networks for Reinforcement Learning

ICLR 2022poster

We introduce Synthetic Environments (SEs) and Reward Networks (RNs), represented by neural networks, as proxy environment models for training Reinforcement Learning (RL) agents. We show that an agent, after being trained exclusively on the SE, is able to solve the corresponding real environment. Whi…

2022

NAS-Bench-Suite-Zero: Accelerating Research on Zero Cost Proxies

NeurIPS 2022accept

Zero-cost proxies (ZC proxies) are a recent architecture performance prediction technique aiming to significantly speed up algorithms for neural architecture search (NAS). Recent work has shown that these techniques show great promise, but certain aspects, such as evaluating and exploiting their com…

2022

NAS-Bench-Suite: NAS Evaluation is (Now) Surprisingly Easy

ICLR 2022poster

The release of tabular benchmarks, such as NAS-Bench-101 and NAS-Bench-201, has significantly lowered the computational overhead for conducting scientific research in neural architecture search (NAS). Although they have been widely adopted and used to tune real-world NAS algorithms, these benchmarks…

2022

Probabilistic Transformer: Modelling Ambiguities and Distributions for RNA Folding and Molecule Design

NeurIPS 2022accept

Our world is ambiguous and this is reflected in the data we use to train our algorithms. This is particularly true when we try to model natural processes where collected data is affected by noisy measurements and differences in measurement techniques. Sometimes, the process itself is ambiguous, such…

2022

Surrogate NAS Benchmarks: Going Beyond the Limited Search Spaces of Tabular NAS Benchmarks

ICLR 2022poster

The most significant barrier to the advancement of Neural Architecture Search (NAS) is its demand for large computational resources, which hinders scientifically sound empirical evaluations of NAS methods. Tabular NAS benchmarks have alleviated this problem substantially, making it possible to prope…

2022

T3VIP: Transformation-based $3\mathrm{D}$ Video Prediction

IROS 2022poster

For autonomous skill acquisition, robots have to learn about the physical rules governing the 3D world dynamics from their own past experience to predict and reason about plausible future outcomes. To this end, we propose a transformation-based 3D video prediction (T3VIP) approach that explicitly mo…

Cited by 0SourceScholar
2022

T3VIP: Transformation-based 3D Video Prediction

IROS 2022

For autonomous skill acquisition, robots have to learn about the physical rules governing the 3D world dynamics from their own past experience to predict and reason about plausible future outcomes. To this end, we propose a transformation-based 3D video prediction (T3VIP) approach that explicitly mo

Cited by 1SourcecodeScholar
2022

Transformers Can Do Bayesian Inference

ICLR 2022poster

Currently, it is hard to reap the benefits of deep learning for Bayesian methods, which allow the explicit specification of prior knowledge and accurately capture model uncertainty. We present Prior-Data Fitted Networks (PFNs). PFNs leverage large-scale machine learning techniques to approximate a l…

2022

Zero-shot AutoML with Pretrained Models

ICML 2022spotlight

Given a new dataset D and a low compute budget, how should we choose a pre-trained model to fine-tune to D, and set the fine-tuning hyperparameters without risking overfitting, particularly if D is small? Here, we extend automated machine learning (AutoML) to best make these choices. Our domain-inde…

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

DEHB: Evolutionary Hyberband for Scalable, Robust and Efficient Hyperparameter Optimization

IJCAI 2021poster

Modern machine learning algorithms crucially rely on several design decisions to achieve strong performance, making the problem of Hyperparameter Optimization (HPO) more important than ever. Here, we combine the advantages of the popular bandit-based HPO method Hyperband (HB) and the evolutionary se…

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

How Powerful are Performance Predictors in Neural Architecture Search?

NeurIPS 2021poster

Early methods in the rapidly developing field of neural architecture search (NAS) required fully training thousands of neural networks. To reduce this extreme computational cost, dozens of techniques have since been proposed to predict the final performance of neural architectures. Despite the succe…

2021

Neural Ensemble Search for Uncertainty Estimation and Dataset Shift

NeurIPS 2021poster

Ensembles of neural networks achieve superior performance compared to standalone networks in terms of accuracy, uncertainty calibration and robustness to dataset shift. Deep ensembles, a state-of-the-art method for uncertainty estimation, only ensemble random initializations of a fixed architecture.…

2021

On the Importance of Hyperparameter Optimization for Model-based Reinforcement Learning

AISTATS 2021poster

Model-based Reinforcement Learning (MBRL) is a promising framework for learning control in a data-efficient manner. MBRL algorithms can be fairly complex due to the separate dynamics modeling and the subsequent planning algorithm, and as a result, they often possess tens of hyperparameters and archi…

2021

OpenML Benchmarking Suites

NeurIPS 2021poster

Machine learning research depends on objectively interpretable, comparable, and reproducible algorithm benchmarks. We advocate the use of curated, comprehensive suites of machine learning tasks to standardize the setup, execution, and reporting of benchmarks. We enable this through software tools th…

Cited by 175SourceScholar
2021

Sample-Efficient Automated Deep Reinforcement Learning

ICLR 2021poster

Despite significant progress in challenging problems across various domains, applying state-of-the-art deep reinforcement learning (RL) algorithms remains challenging due to their sensitivity to the choice of hyperparameters. This sensitivity can partly be attributed to the non-stationarity of the R…

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
2020

Meta-Learning Acquisition Functions for Transfer Learning in Bayesian Optimization

ICLR 2020spotlight

Transferring knowledge across tasks to improve data-efficiency is one of the open key challenges in the field of global black-box optimization. Readily available algorithms are typically designed to be universal optimizers and, therefore, often suboptimal for specific tasks. We propose a novel trans…

Cited by 100SourceScholar
2020

Meta-Learning of Neural Architectures for Few-Shot Learning

CVPR 2020oral

The recent progress in neural architecture search (NAS) has allowed scaling the automated design of neural architectures to real-world domains, such as object detection and semantic segmentation. However, one prerequisite for the application of NAS are large amounts of labeled data and compute resou…

Cited by 201PDFcodeScholar
2020

NAS-Bench-1Shot1: Benchmarking and Dissecting One-shot Neural Architecture Search

ICLR 2020poster

One-shot neural architecture search (NAS) has played a crucial role in making NAS methods computationally feasible in practice. Nevertheless, there is still a lack of understanding on how these weight-sharing algorithms exactly work due to the many factors controlling the dynamics of the process. In…

Cited by 202SourcecodeScholar
2020

Transferring Optimality Across Data Distributions via Homotopy Methods

ICLR 2020poster

Homotopy methods, also known as continuation methods, are a powerful mathematical tool to efficiently solve various problems in numerical analysis, including complex non-convex optimization problems where no or only little prior knowledge regarding the localization of the solutions is available. In…

Cited by 2SourceScholar
2020

Understanding and Robustifying Differentiable Architecture Search

ICLR 2020talk

Differentiable Architecture Search (DARTS) has attracted a lot of attention due to its simplicity and small search costs achieved by a continuous relaxation and an approximation of the resulting bi-level optimization problem. However, DARTS does not work robustly for new problems: we identify a wid…

Cited by 464SourcecodeScholar
2019

AutoDispNet: Improving Disparity Estimation With AutoML

ICCV 2019poster

Much research work in computer vision is being spent on optimizing existing network architectures to obtain a few more percentage points on benchmarks. Recent AutoML approaches promise to relieve us from this effort. However, they are mainly designed for comparatively small-scale classification task…

Cited by 95PDFScholar
2019

Efficient Multi-Objective Neural Architecture Search via Lamarckian Evolution

ICLR 2019poster

Architecture search aims at automatically finding neural architectures that are competitive with architectures designed by human experts. While recent approaches have achieved state-of-the-art predictive performance for image recognition, they are problematic under resource constraints for two reaso…

Cited by 694SourcePDFScholar
2019

Meta-Surrogate Benchmarking for Hyperparameter Optimization

NeurIPS 2019poster

Despite the recent progress in hyperparameter optimization (HPO), available benchmarks that resemble real-world scenarios consist of a few and very large problem instances that are expensive to solve. This blocks researchers and practitioners no only from systematically running large-scale compariso…

2019

NAS-Bench-101: Towards Reproducible Neural Architecture Search

ICML 2019oral

Recent advances in neural architecture search (NAS) demand tremendous computational resources, which makes it difficult to reproduce experiments and imposes a barrier-to-entry to researchers without access to large-scale computation. We aim to ameliorate these problems by introducing NAS-Bench-101,…

2018

BOHB: Robust and Efficient Hyperparameter Optimization at Scale

ICML 2018oral

Modern deep learning methods are very sensitive to many hyperparameters, and, due to the long training times of state-of-the-art models, vanilla Bayesian hyperparameter optimization is typically computationally infeasible. On the other hand, bandit-based configuration evaluation approaches based on…

2018

Simple and efficient architecture search for Convolutional Neural Networks

ICLR 2018workshop

Neural networks have recently had a lot of success for many tasks. However, neural network architectures that perform well are still typically designed manually by experts in a cumbersome trial-and-error process. We propose a new method to automatically search for well-performing CNN architectures b…

Cited by 323SourceScholar
2018

Uncertainty Estimates and Multi-Hypotheses Networks for Optical Flow

ECCV 2018poster

Optical flow estimation can be formulated as an end-to-end supervised learning problem, which yields estimates with a superior accuracy-runtime tradeoff compared to alternative methodology. In this paper, we make such networks estimate their local uncertainty about the correctness of their predictio…

Cited by 270SourcePDFScholar
2017

Fast Bayesian Optimization of Machine Learning Hyperparameters on Large Datasets

AISTATS 2017poster

Bayesian optimization has become a successful tool for hyperparameter optimization of machine learning algorithms, such as support vector machines or deep neural networks. Despite its success, for large datasets, training and validating a single configuration often takes hours, days, or even weeks,…

2017

Learning Curve Prediction with Bayesian Neural Networks

ICLR 2017poster

Different neural network architectures, hyperparameters and training protocols lead to different performances as a function of time. Human experts routinely inspect the resulting learning curves to quickly terminate runs with poor hyperparameter settings and thereby considerably speed up manual hype…

Cited by 301SourceScholar
2016

Automatic bone parameter estimation for skeleton tracking in optical motion capture

ICRA 2016

Motion analysis is important in a broad range of contexts, including animation, bio-mechanics, robotics and experiments investigating animal behavior. For applications, in which tracking accuracy is one of the main requirements, passive optical motion capture systems are widely used. Many skeleton t

Cited by 17SourceScholar
2016

Bayesian Optimization with Robust Bayesian Neural Networks

NeurIPS 2016oral

Bayesian optimization is a prominent method for optimizing expensive to evaluate black-box functions that is prominently applied to tuning the hyperparameters of machine learning algorithms. Despite its successes, the prototypical Bayesian optimization approach - using Gaussian process models - does…

Cited by 593SourcePDFScholar
2015

Efficient and Robust Automated Machine Learning

NeurIPS 2015poster

The success of machine learning in a broad range of applications has led to an ever-growing demand for machine learning systems that can be used off the shelf by non-experts. To be effective in practice, such systems need to automatically choose a good algorithm and feature preprocessing steps for a…