← Search

Jacob R. Gardner

21 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
2025

Nearly Dimension-Independent Convergence of Mean-Field Black-Box Variational Inference

NeurIPS 2025poster

We prove that, given a mean-field location-scale variational family, black-box variational inference (BBVI) with the reparametrization gradient converges at a rate that is nearly independent of explicit dimension dependence. Specifically, for a $d$-dimensional strongly log-concave and log-smooth tar…

Cited by 0SourceScholar
2025

Tuning Sequential Monte Carlo Samplers via Greedy Incremental Divergence Minimization

ICML 2025poster

The performance of sequential Monte Carlo (SMC) samplers heavily depends on the tuning of the Markov kernels used in the path proposal. For SMC samplers with unadjusted Markov kernels, standard tuning objectives, such as the Metropolis-Hastings acceptance rate or the expected-squared jump distance,…

Cited by 0SourcePDFScholar
2025

Zeroth-Order Fine-Tuning of LLMs with Transferable Static Sparsity

ICLR 2025poster

Zeroth-order optimization (ZO) is a memory-efficient strategy for fine-tuning Large Language Models using only forward passes. However, applying ZO fine-tuning in memory-constrained settings such as mobile phones and laptops remains challenging since these settings often involve weight quantization,…

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

Computation-Aware Gaussian Processes: Model Selection And Linear-Time Inference

NeurIPS 2024poster

Model selection in Gaussian processes scales prohibitively with the size of the training dataset, both in time and memory. While many approximations exist, all incur inevitable approximation error. Recent work accounts for this error in the form of computational uncertainty, which enables---at the c…

Cited by 3SourcePDFScholar
2024

Generative Adversarial Model-Based Optimization via Source Critic Regularization

NeurIPS 2024poster

Offline model-based optimization seeks to optimize against a learned surrogate model without querying the true oracle objective function during optimization. Such tasks are commonly encountered in protein design, robotics, and clinical medicine where evaluating the oracle function is prohibitively e…

2024

Learning Performance-Improving Code Edits

ICLR 2024spotlight

With the decline of Moore's law, optimizing program performance has become a major focus of software research. However, high-level optimizations such as API and algorithm changes remain elusive due to the difficulty of understanding the semantics of code. Simultaneously, pretrained large language mo…

2024

Provably Scalable Black-Box Variational Inference with Structured Variational Families

ICML 2024poster

Variational families with full-rank covariance approximations are known not to work well in black-box variational inference (BBVI), both empirically and theoretically. In fact, recent computational complexity results for BBVI have established that full-rank variational families scale poorly with the…

Cited by 0SourcePDFScholar
2023

On the Convergence of Black-Box Variational Inference

NeurIPS 2023poster

We provide the first convergence guarantee for black-box variational inference (BBVI) with the reparameterization gradient. While preliminary investigations worked on simplified versions of BBVI (e.g., bounded domain, bounded support, only optimizing for the scale, and such), our setup does not ne…

Cited by 26SourcePDFScholar
2023

Practical and Matching Gradient Variance Bounds for Black-Box Variational Bayesian Inference

ICML 2023oral

Understanding the gradient variance of black-box variational inference (BBVI) is a crucial step for establishing its convergence and developing algorithmic improvements. However, existing studies have yet to show that the gradient variance of BBVI satisfies the conditions used to study the convergen…

Cited by 6SourcePDFScholar
2023

The Behavior and Convergence of Local Bayesian Optimization

NeurIPS 2023spotlight

A recent development in Bayesian optimization is the use of local optimization strategies, which can deliver strong empirical performance on high-dimensional problems compared to traditional global strategies. The "folk wisdom" in the literature is that the focus on local optimization sidesteps the…

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 Bayesian optimization via maximizing probability of descent

NeurIPS 2022accept

Local optimization presents a promising approach to expensive, high-dimensional black-box optimization by sidestepping the need to globally explore the search space. For objective functions whose gradient cannot be evaluated directly, Bayesian optimization offers one solution -- we construct a proba…

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…

2022

Markov Chain Score Ascent: A Unifying Framework of Variational Inference with Markovian Gradients

NeurIPS 2022accept

Minimizing the inclusive Kullback-Leibler (KL) divergence with stochastic gradient descent (SGD) is challenging since its gradient is defined as an integral over the posterior. Recently, multiple methods have been proposed to run SGD with biased gradient estimates obtained from a Markov chain. This…

2021

Scaling Gaussian Processes with Derivative Information Using Variational Inference

NeurIPS 2021poster

Gaussian processes with derivative information are useful in many settings where derivative information is available, including numerous Bayesian optimization and regression tasks that arise in the natural sciences. Incorporating derivative observations, however, comes with a dominating $O(N^3D^3)$…

Cited by 21SourcePDFScholar