Papers › Support-Proximity Augmented Diffusion Estimation for Offline Black-Box Optimization

Support-Proximity Augmented Diffusion Estimation for Offline Black-Box Optimization

11 May 2026ICMLarXiv:2605.11246added by Syntology

Yonghan Yang, Ye Yuan, Zipeng Sun, Linfeng Du, Bowei He, Haolun Wu, Can Chen, Xue Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Offline black-box optimization aims to discover novel designs with high property scores using only a static dataset, a task fundamentally challenged by the out-of-distribution (OOD) extrapolation problem. Existing approaches typically bifurcate into inverse methods, which struggle with the ill-posed nature of mapping scores to designs, and forward methods, which often lack the distributional expressivity to quantify uncertainty effectively. In this work, we propose SPADE (Support-Proximity Augmented Diffusion Estimation), a novel framework that reimagines forward surrogate modeling through the lens of conditional generative modeling. SPADE models the forward likelihood p(y|x) using a diffusion model, but with two critical enhancements to tailor it for optimization: (1) a Calibrated Diffusion Estimation module that enforces global consistency in statistical moments and pairwise rankings, and (2) a Support-Proximity Regularization mechanism that implicitly internalizes the data manifold constraint p(x) via kNN-based density estimation. Theoretically, we prove that our regularization is first-order equivalent to maximizing a Bayesian posterior with a valid design prior. Empirically, SPADE achieves state-of-the-art performance across Design-Bench tasks and an LLM data mixture optimization benchmark.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.11246")

Code

Syntology Ran 15 of 20 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 6 ran · honoured contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HarryYoung2018/spade found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 15 ran; 6 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · honoured contract
4ran · our draft was wrong
1ran · fixture could not drive it
4ran
5unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HarryYoung2018/spade. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CondEpsNet HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 97a9f68b697701d9 · report
KnnDensityHelper HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 9f70f55965dff86a · report
ScalarDiffusionSurrogate HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 681458c13d0167a2 · report
TimeEmbedding HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 4cf430efa36c0fb8 · report
_as_2d HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 80a38ab4a9fb9601 · report
_ensure_2d HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · ab5cef763a973407 · report
acquisition_from_samples HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 4db6557dac754a47 · report
apply_support_transform HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 855e6bffce251fe6 · report
build_knn_helper HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 71870850a265ad4e · report
clip_and_renorm HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · d1fe61e95e0ab9cf · report
clip_to_bounds HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract MIT (permissive) · d01936d34e41a35c · report
evolutionary_optimize HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 36bd257d56f94f61 · report
make_beta_schedule HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 146db3f324ec3821 · report
z_score HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 80a3da03a6fc9ab7 · report
z_score_denorm HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · f39bb60e2d4fae07 · report
Dataset HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology unverified MIT (permissive) · 1fe070d1ecb71daf · report
OptimizationResult HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology unverified MIT (permissive) · 42cd3d3a49f9da3c · report
SpadeConfig HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology unverified MIT (permissive) · 4d8039a217216ef4 · report
mc_samples HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology unverified MIT (permissive) · 47bdbaeb1cc4a7f4 · report
optimize_spade HarryYoung2018/spade/spade/optimize.py found in paper text by Syntology unverified MIT (permissive) · 3ddf62b9dc3c9a75 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.11246, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections