← Search

Calvin Tsay

10 accepted papers

2026

BoGrape: Bayesian optimization over graphs with shortest-path encoded

ICLR 2026poster

Graph-structured data are central to many scientific and industrial applications where the goal is to optimize expensive black-box objectives defined over graph structures or node configurations---as seen in molecular design, supply chains, and sensor placement. Bayesian optimization offers a princi…

Cited by 0SourceScholar
2025

Certification for Differentially Private Prediction in Gradient-Based Training

ICML 2025poster

We study private prediction where differential privacy is achieved by adding noise to the outputs of a non-private model. Existing methods rely on noise proportional to the global sensitivity of the model, often resulting in sub-optimal privacy-utility trade-offs compared to private training. We int…

2025

EARL-BO: Reinforcement Learning for Multi-Step Lookahead, High-Dimensional Bayesian Optimization

ICML 2025poster

To avoid myopic behavior, multi-step lookahead Bayesian optimization (BO) algorithms consider the sequential nature of BO and have demonstrated promising results in recent years. However, owing to the curse of dimensionality, most of these methods make significant approximations or suffer scalabilit…

Cited by 0SourcePDFScholar
2025

Global Optimization of Gaussian Process Acquisition Functions Using a Piecewise-Linear Kernel Approximation

AISTATS 2025poster

Bayesian optimization relies on iteratively constructing and optimizing an acquisition function. The latter turns out to be a challenging, non-convex optimization problem itself. Despite the relative importance of this step, most algorithms employ sampling- or gradient-based methods, which do not pr…

Cited by 0SourceScholar
2025

The Catechol Benchmark: Time-series Solvent Selection Data for Few-shot Machine Learning

NeurIPS 2025poster

Machine learning has promised to change the landscape of laboratory chemistry, with impressive results in molecular property prediction and reaction retro-synthesis. However, chemical datasets are often inaccessible to the machine learning community as they tend to require cleaning, thorough underst…

Cited by 0SourcecodeScholar
2024

Transition Constrained Bayesian Optimization via Markov Decision Processes

NeurIPS 2024poster

Bayesian optimization is a methodology to optimize black-box functions. Traditionally, it focuses on the setting where you can arbitrarily query the search space. However, many real-life problems do not offer this flexibility; in particular, the search space of the next query may depend on previous…

Cited by 5SourcePDFScholar
2023

Optimizing over trained GNNs via symmetry breaking

NeurIPS 2023poster

Optimization over trained machine learning models has applications including: verification, minimizing neural acquisition functions, and integrating a trained surrogate into a larger decision-making problem. This paper formulates and solves optimization problems constrained by trained graph neural n…

2022

SnAKe: Bayesian Optimization with Pathwise Exploration

NeurIPS 2022accept

"Bayesian Optimization is a very effective tool for optimizing expensive black-box functions. Inspired by applications developing and characterizing reaction chemistry using droplet microfluidic reactors, we consider a novel setting where the expense of evaluating the function can increase significa…

Cited by 20SourcePDFScholar
2022

Tree ensemble kernels for Bayesian optimization with known constraints over mixed-feature spaces

NeurIPS 2022accept

Tree ensembles can be well-suited for black-box optimization tasks such as algorithm tuning and neural architecture search, as they achieve good predictive performance with little or no manual tuning, naturally handle discrete feature spaces, and are relatively insensitive to outliers in the trainin…

2021

Partition-Based Formulations for Mixed-Integer Optimization of Trained ReLU Neural Networks

NeurIPS 2021poster

This paper introduces a class of mixed-integer formulations for trained ReLU neural networks. The approach balances model size and tightness by partitioning node inputs into a number of groups and forming the convex hull over the partitions via disjunctive programming. At one extreme, one partition…