Support-Proximity Augmented Diffusion Estimation for Offline Black-Box Optimization
Abstract
Lay Summary
Many scientific advances hinge on finding the best design: the best protein for a drug, the best shape for a robot, the best mix of training data for a language model. But real experiments are often slow, expensive, or even dangerous, so researchers must rely on past experimental records to guess what new designs will work. The trouble is that AI models trained on such data tend to be overconfident: they recommend exotic designs that look promising on paper but fail in reality, because the model has never actually seen anything similar. We built SPADE to address this in two ways. First, instead of predicting a single score for each candidate design, it uses a diffusion model to produce a full range of likely outcomes along with how uncertain it is. Second, we taught the model to be humble: when a candidate looks unlike anything in the existing data, it automatically lowers its confidence and predicts a worse score. We prove mathematically that this humility corresponds to a principled statistical rule. Across tasks ranging from DNA sequence design to robot morphology to language-model training, SPADE consistently outperforms 23 competing methods. Building AI that knows when to be cautious is a step toward safer, more reliable scientific discovery.