Papers › Conservative Objective Models for Effective Offline Model-Based Optimization

Conservative Objective Models for Effective Offline Model-Based Optimization

14 Jul 2021arXiv:2107.06882archive 2025-07-28

Brandon Trabucco, Aviral Kumar, Xinyang Geng, Sergey Levine

Computational design problems arise in a number of settings, from synthetic biology to computer architectures. In this paper, we aim to solve data-driven model-based optimization (MBO) problems, where the goal is to find a design input that maximizes an unknown objective function provided access to only a static dataset of prior experiments. Such data-driven optimization procedures are the only practical methods in many real-world domains where active data collection is expensive (e.g., when optimizing over proteins) or dangerous (e.g., when optimizing over aircraft designs). Typical methods for MBO that optimize the design against a learned model suffer from distributional shift: it is easy to find a design that "fools" the model into predicting a high value. To overcome this, we propose conservative objective models (COMs), a method that learns a model of the objective function that lower bounds the actual value of the ground-truth objective on out-of-distribution inputs, and uses it for optimization. Structurally, COMs resemble adversarial training methods used to overcome adversarial examples. COMs are simple to implement and outperform a number of existing methods on a wide range of MBO problems, including optimizing protein sequences, robot morphologies, neural network weights, and superconducting materials.

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

Code

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

By repository: community (archive-listed): 3 samples from 1 repository, 1 ran; found in paper text by Syntology: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

brandontrabucco/design-baselines officialmentioned in papermentioned on GitHubtf report
rail-berkeley/design-baselines mentioned on GitHubtf 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

13 samples harvested; 8 ran; 2 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.

2ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
2ran
5unverified

Licence: 10 of the 13 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.

get_rank rail-berkeley/design-baselines/design_baselines/coms_cleaned/trainers.py community (archive-listed) ran · honoured contract MIT (permissive) · 95e9b9ea7dfff908 · report
ConservativeObjectiveModel rail-berkeley/design-baselines/design_baselines/coms_cleaned/trainers.py community (archive-listed) unverified MIT (permissive) · 1bf1af505277c864 · report
spearman rail-berkeley/design-baselines/design_baselines/coms_cleaned/trainers.py community (archive-listed) unverified MIT (permissive) · 89071da4c8ba9b55 · report
SimpleVAE dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran no licence file found · pointer only · fabe5296d2a0d197 · report
color dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran no licence file found · pointer only · 29e1a3bca6e404e7 · report
convert_idx_array_to_aas dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a80593f2798a9126 · report
get_balaji_predictions dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7615a7c2a742b9c4 · report
get_samples dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 48906955911d7219 · report
identity_loss dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · ac92d5e9383fe2b9 · report
summed_categorical_crossentropy dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · c67022b5a8beb86a · report
BaseVAE dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology unverified no licence file found · pointer only · 2ce5de7e7bad4706 · report
build_vae dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology unverified no licence file found · pointer only · ecb6882617cc76da · report
weighted_ml_opt dhbrookes/CbAS/src/optimization_algs.py found in paper text by Syntology unverified no licence file found · pointer only · d12e787e592de8d7 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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