← Search

Natalie Maus

8 accepted papers

2026

Scaling Multi-Task Bayesian Optimization with Large Language Models

ICLR 2026poster

In multi-task Bayesian optimization, the goal is to leverage experience from optimizing existing tasks to improve the efficiency of optimizing new ones. While approaches using multi-task Gaussian processes or deep kernel transfer exist, the performance improvement is marginal when scaling beyond a m…

Cited by 0SourcecodeScholar
2025

A Dataset for Distilling Knowledge Priors from Literature for Therapeutic Design

NeurIPS 2025poster

AI-driven discovery can greatly reduce design time and enhance new therapeutics' effectiveness. Models using simulators explore broad design spaces but risk violating implicit constraints due to a lack of experimental priors. For example, in a new analysis across diverse models on the GuacaMol bench…

Cited by 0SourceScholar
2025

Covering Multiple Objectives with a Small Set of Solutions Using Bayesian Optimization

NeurIPS 2025poster

In multi-objective black-box optimization, the goal is typically to find solutions that optimize a set of $T$ black-box objective functions, $f_1, \ldots f_T$, simultaneously. Traditional approaches often seek a single Pareto-optimal set that balances trade-offs among all objectives. In contrast, w…

Cited by 0SourcecodeScholar
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

Joint Composite Latent Space Bayesian Optimization

ICML 2024poster

Bayesian Optimization (BO) is a technique for sample-efficient black-box optimization that employs probabilistic models to identify promising input for evaluation. When dealing with composite-structured functions, such as $f=g \circ h$, evaluating a specific location $x$ yields observations of both…

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

Variational Gaussian Processes with Decoupled Conditionals

NeurIPS 2023poster

Variational Gaussian processes (GPs) approximate exact GP inference by using a small set of inducing points to form a sparse approximation of the true posterior, with the fidelity of the model increasing with additional inducing points. Although the approximation error in principle can be reduced th…

Cited by 2SourcePDFScholar
2022

Local Latent Space Bayesian Optimization over Structured Inputs

NeurIPS 2022accept

Bayesian optimization over the latent spaces of deep autoencoder models (DAEs) has recently emerged as a promising new approach for optimizing challenging black-box functions over structured, discrete, hard-to-enumerate search spaces (e.g., molecules). Here the DAE dramatically simplifies the search…