Papers › Robust Guided Diffusion for Offline Black-Box Optimization

Robust Guided Diffusion for Offline Black-Box Optimization

1 Oct 2024arXiv:2410.00983archive 2025-07-28

Can Sam Chen, Christopher Beckham, Zixuan Liu, Xue Liu, Christopher Pal

Offline black-box optimization aims to maximize a black-box function using an offline dataset of designs and their measured properties. Two main approaches have emerged: the forward approach, which learns a mapping from input to its value, thereby acting as a proxy to guide optimization, and the inverse approach, which learns a mapping from value to input for conditional generation. (a) Although proxy-free~(classifier-free) diffusion shows promise in robustly modeling the inverse mapping, it lacks explicit guidance from proxies, essential for generating high-performance samples beyond the training distribution. Therefore, we propose \textit{proxy-enhanced sampling} which utilizes the explicit guidance from a trained proxy to bolster proxy-free diffusion with enhanced sampling control. (b) Yet, the trained proxy is susceptible to out-of-distribution issues. To address this, we devise the module \textit{diffusion-based proxy refinement}, which seamlessly integrates insights from proxy-free diffusion back into the proxy for refinement. To sum up, we propose \textit{\textbf{R}obust \textbf{G}uided \textbf{D}iffusion for Offline Black-box Optimization}~(\textbf{RGD}), combining the advantages of proxy~(explicit guidance) and proxy-free diffusion~(robustness) for effective conditional generation. RGD achieves state-of-the-art results on various design-bench tasks, underscoring its efficacy. Our code is at https://github.com/GGchen1997/RGD.

PaperPDFCodeCode 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="2410.00983")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 9 ran with no contract checked.

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

ggchen1997/rgd officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

1ran · honoured contract
4ran · our draft was wrong
9ran
1unverified

Licence: 15 of the 15 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 ggchen1997/rgd. “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.

compute_pcc ggchen1997/rgd/utils.py official repository ran fingerprinted no licence file found · pointer only · c69685702c6c737d · report
downsample ggchen1997/rgd/lib/models/unet.py official repository ran · our draft was wrong no licence file found · pointer only · ef6f72e6d46be16e · report
from_flattened_numpy ggchen1997/rgd/likelihood.py official repository ran · our draft was wrong no licence file found · pointer only · 84f1005930b04eee · report
get_grid ggchen1997/rgd/lib/plotting.py official repository ran no licence file found · pointer only · aefe0e5c8a58cf75 · report
getpaths ggchen1997/rgd/lib/helpers.py official repository ran no licence file found · pointer only · 22214ae5f3ee2c6a · report
group_norm ggchen1997/rgd/lib/models/unet.py official repository ran · our draft was wrong no licence file found · pointer only · 0ee1a2c94acafeca · report
log_standard_normal ggchen1997/rgd/lib/utils.py official repository ran fingerprinted no licence file found · pointer only · a0bfe98ea2f18f0a · report
process_data ggchen1997/rgd/utils.py official repository ran no licence file found · pointer only · 6b1100fd2c8c76d4 · report
sample_gaussian ggchen1997/rgd/lib/utils.py official repository ran no licence file found · pointer only · facb0fb3832a74fc · report
sample_rademacher ggchen1997/rgd/lib/utils.py official repository ran no licence file found · pointer only · 78feb763966be7c4 · report
sum_norm ggchen1997/rgd/likelihood.py official repository ran fingerprinted no licence file found · pointer only · 4c2d6f936b53a0cb · report
tensor_clamp ggchen1997/rgd/lib/sdes.py official repository ran fingerprinted no licence file found · pointer only · a189269deb632a9e · report
to_flattened_numpy ggchen1997/rgd/likelihood.py official repository ran · honoured contract no licence file found · pointer only · d0bdb81d2cb8c3e7 · report
upsample ggchen1997/rgd/lib/models/unet.py official repository ran · our draft was wrong no licence file found · pointer only · 219edbce0bc6931f · report
evaluate_sample ggchen1997/rgd/utils.py official repository unverified no licence file found · pointer only · 88ed9ea2bbe14bc3 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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