← Search

David Eriksson

19 accepted papers

2026

Empirical Gaussian Processes

ICML 2026poster

Gaussian processes (GPs) are powerful and widely used probabilistic regression models, but their effectiveness in practice is often limited by the choice of kernel function. This kernel function is typically handcrafted from a small set of standard functions, a process that requires expert knowledge…

Cited by 0SourceScholar
2025

Informed Initialization for Bayesian Optimization and Active Learning

NeurIPS 2025poster

Bayesian Optimization (BO) is a widely used method for optimizing expensive black-box functions, relying on probabilistic surrogate models such as Gaussian Processes (GPs). The quality of the surrogate model is crucial for good optimization performance, especially in the few-shot setting where only…

Cited by 0SourceScholar
2025

Scalable Gaussian Processes with Latent Kronecker Structure

ICML 2025poster

Applying Gaussian processes (GPs) to very large datasets remains a challenge due to limited computational scalability. Matrix structures, such as the Kronecker product, can accelerate operations significantly, but their application commonly entails approximations or unrealistic assumptions. In parti…

Cited by 0SourcePDFScholar
2024

Approximation-Aware Bayesian Optimization

NeurIPS 2024spotlight

High-dimensional Bayesian optimization (BO) tasks such as molecular design often require $>10,$$000$ function evaluations before obtaining meaningful results. While methods like sparse variational Gaussian processes (SVGPs) reduce computational requirements in these settings, the underlying approxim…

Cited by 1SourcePDFScholar
2024

Robust Gaussian Processes via Relevance Pursuit

NeurIPS 2024poster

Gaussian processes (GPs) are non-parametric probabilistic regression models that are popular due to their flexibility, data efficiency, and well-calibrated uncertainty estimates. However, standard GP models assume homoskedastic Gaussian noise, while many real-world applications are subject to non-Ga…

Cited by 1SourcePDFScholar
2023

Bayesian Optimization over High-Dimensional Combinatorial Spaces via Dictionary-based Embeddings

AISTATS 2023poster

We consider the problem of optimizing expensive black-box functions over high-dimensional combinatorial spaces which arises in many science, engineering, and ML applications. We use Bayesian Optimization (BO) and propose a novel surrogate modeling approach for efficiently handling a large number of…

2023

Discovering Many Diverse Solutions with Bayesian Optimization

AISTATS 2023poster

Bayesian optimization (BO) is a popular approach for sample-efficient optimization of black-box objective functions. While BO has been successfully applied to a wide range of scientific applications, traditional approaches to single-objective BO only seek to find a single best solution. This can be…

2023

Unexpected Improvements to Expected Improvement for Bayesian Optimization

NeurIPS 2023spotlight

Expected Improvement (EI) is arguably the most popular acquisition function in Bayesian optimization and has found countless successful applications, but its performance is often exceeded by that of more recent methods. Notably, EI and its variants, including for the parallel and multi-objective set…

Cited by 86SourcePDFScholar
2022

Bayesian Optimization over Discrete and Mixed Spaces via Probabilistic Reparameterization

NeurIPS 2022accept

Optimizing expensive-to-evaluate black-box functions of discrete (and potentially continuous) design parameters is a ubiquitous problem in scientific and engineering applications. Bayesian optimization (BO) is a popular, sample-efficient method that leverages a probabilistic surrogate model and an…

Cited by 58SourcePDFScholar
2022

Multi-objective Bayesian optimization over high-dimensional search spaces

UAI 2022poster

Many real world scientific and industrial applications require optimizing multiple competing black-box objectives. When the objectives are expensive-to-evaluate, multi-objective Bayesian optimization (BO) is a popular approach because of its high sample efficiency. However, even with recent methodol…

Cited by 141SourcePDFScholar
2021

A Nonmyopic Approach to Cost-Constrained Bayesian Optimization

UAI 2021poster

Bayesian optimization (BO) is a popular method for optimizing expensive-to-evaluate black-box functions. BO budgets are typically given in iterations, which implicitly assumes each evaluation has the same cost. In fact, in many BO applications, evaluation costs vary significantly in different region…

2021

High-dimensional Bayesian optimization with sparse axis-aligned subspaces

UAI 2021poster

Bayesian optimization (BO) is a powerful paradigm for efficient optimization of black-box objective functions. High-dimensional BO presents a particular challenge, in part because the curse of dimensionality makes it difficult to define—as well as do inference over—a suitable class of surrogate mode…

2020

Efficient Rollout Strategies for Bayesian Optimization

UAI 2020poster

Bayesian optimization (BO) is a class of sample-efficient global optimization methods, where a probabilistic model conditioned on previous observations is used to determine future evaluations via the optimization of an acquisition function. Most acquisition functions are myopic, meaning that they on…

2020

Fast Matrix Square Roots with Applications to Gaussian Processes and Bayesian Optimization

NeurIPS 2020poster

Matrix square roots and their inverses arise frequently in machine learning, e.g., when sampling from high-dimensional Gaussians N(0,K) or “whitening” a vector b against covariance matrix K. While existing methods typically require O(N^3) computation, we introduce a highly-efficient quadratic-time a…

2019

Scalable Global Optimization via Local Bayesian Optimization

NeurIPS 2019spotlight

Bayesian optimization has recently emerged as a popular method for the sample-efficient optimization of expensive black-box functions. However, the application to high-dimensional problems with several thousand observations remains challenging, and on difficult problems Bayesian optimization is ofte…

2018

Scaling Gaussian Process Regression with Derivatives

NeurIPS 2018poster

Gaussian processes (GPs) with derivatives are useful in many applications, including Bayesian optimization, implicit surface reconstruction, and terrain reconstruction. Fitting a GP to function values and derivatives at $n$ points in $d$ dimensions requires linear solves and log determinants with an…

2017

Scalable Log Determinants for Gaussian Process Kernel Learning

NeurIPS 2017poster

For applications as varied as Bayesian neural networks, determinantal point processes, elliptical graphical models, and kernel learning for Gaussian processes (GPs), one must compute a log determinant of an n by n positive definite matrix, and its derivatives---leading to prohibitive O(n^3) computat…