Papers › Offline Model-Based Optimization via Policy-Guided Gradient Search

Offline Model-Based Optimization via Policy-Guided Gradient Search

8 May 2024arXiv:2405.05349archive 2025-07-28

Yassine Chemingui, Aryan Deshwal, Trong Nghia Hoang, Janardhan Rao Doppa

Offline optimization is an emerging problem in many experimental engineering domains including protein, drug or aircraft design, where online experimentation to collect evaluation data is too expensive or dangerous. To avoid that, one has to optimize an unknown function given only its offline evaluation at a fixed set of inputs. A naive solution to this problem is to learn a surrogate model of the unknown function and optimize this surrogate instead. However, such a naive optimizer is prone to erroneous overestimation of the surrogate (possibly due to over-fitting on a biased sample of function evaluation) on inputs outside the offline dataset. Prior approaches addressing this challenge have primarily focused on learning robust surrogate models. However, their search strategies are derived from the surrogate model rather than the actual offline data. To fill this important gap, we introduce a new learning-to-search perspective for offline optimization by reformulating it as an offline reinforcement learning problem. Our proposed policy-guided gradient search approach explicitly learns the best policy for a given surrogate model created from the offline data. Our empirical results on multiple benchmarks demonstrate that the learned optimization policy can be combined with existing offline surrogates to significantly improve the optimization performance.

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="2405.05349")

Code

Syntology Ran 15 of 18 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 13 ran with no contract checked.

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

yassinech/pgs 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

18 samples harvested; 15 ran; 0 honoured the contract we drafted; 3 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.

2ran · our draft was wrong
13ran
3unverified

Licence: 17 of the 18 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ForwardModel yassineCh/PGS/coms_cleaned/nets.py official repository ran no licence file found · pointer only · 3a2ee7569ed76374 · report
batch_to_torch yassineCh/PGS/replay_buffer.py official repository ran no licence file found · pointer only · 32231080b4b40efc · report
extend_and_repeat yassineCh/PGS/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 1e5f5f635bdf773a · report
generate_trajectory yassineCh/PGS/generate_trajectories.py official repository ran no licence file found · pointer only · 7712cf0435cff046 · report
get_grads yassineCh/PGS/generate_trajectories.py official repository ran no licence file found · pointer only · 753958f65f38b74a · report
index_batch yassineCh/PGS/replay_buffer.py official repository ran no licence file found · pointer only · c8b2fc80a3fc7424 · report
link yassineCh/PGS/generate_trajectories.py official repository ran no licence file found · pointer only · 2847ff08c9fa8b2c · report
load_embedded_data yassineCh/PGS/knn_evaluate.py official repository ran no licence file found · pointer only · 8ce1498bb25b3523 · report
multiple_action_q_function yassineCh/PGS/model.py official repository ran no licence file found · pointer only · d06ff25d52ad20f5 · report
normalize yassineCh/PGS/knn_evaluate.py official repository ran fingerprinted no licence file found · pointer only · 7e4ca4d4478f4b49 · report
parition_batch_train_test yassineCh/PGS/replay_buffer.py official repository ran no licence file found · pointer only · 3f55f8769dd45c20 · report
prepare_dataloaders yassineCh/PGS/surrogate.py official repository ran no licence file found · pointer only · 21c82f7926f182f1 · report
split_dataset yassineCh/PGS/surrogate.py official repository ran no licence file found · pointer only · 45a7574afd665891 · report
validate_dnn yassineCh/PGS/surrogate.py official repository ran no licence file found · pointer only · 7c357874e6b59114 · report
build_pipeline yassineCh/PGS/data.py official repository unverified no licence file found · pointer only · 5868f3063af26312 · report
create_mlp yassineCh/PGS/embed.py official repository unverified no licence file found · pointer only · 2b3c0c162fb9aa5b · report
load_top_observations yassineCh/PGS/evaluate_policy.py official repository unverified no licence file found · pointer only · 28b0766edda08356 · report
get_noninit_guided_config google-research/google-research/gradient_based_tuning/guided_parameters.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 541df06efd45bb79 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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