Papers › Compositional Generative Inverse Design

Compositional Generative Inverse Design

24 Jan 2024arXiv:2401.13171archive 2025-07-28

Tailin Wu, Takashi Maruyama, Long Wei, Tao Zhang, Yilun Du, Gianluca Iaccarino, Jure Leskovec

Inverse design, where we seek to design input variables in order to optimize an underlying objective function, is an important problem that arises across fields such as mechanical engineering to aerospace engineering. Inverse design is typically formulated as an optimization problem, with recent works leveraging optimization across learned dynamics models. However, as models are optimized they tend to fall into adversarial modes, preventing effective sampling. We illustrate that by instead optimizing over the learned energy function captured by the diffusion model, we can avoid such adversarial examples and significantly improve design performance. We further illustrate how such a design system is compositional, enabling us to combine multiple different diffusion models representing subcomponents of our desired system to design systems with every specified component. In an N-body interaction task and a challenging 2D multi-airfoil design task, we demonstrate that by composing the learned diffusion model at test time, our method allows us to design initial states and boundary shapes that are more complex than those in the training data. Our method generalizes to more objects for N-body dataset and discovers formation flying to minimize drag in the multi-airfoil design task. Project website and code can be found at https://github.com/AI4Science-WestlakeU/cindm.

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

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 3 ran · fixture could not drive it; 6 ran with no contract checked.

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

ai4science-westlakeu/cindm officialmentioned in papermentioned on GitHubjaxMIT 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

14 samples harvested; 12 ran; 1 honoured the contract we drafted; 2 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.

1ran · honoured contract
2ran · violated contract
3ran · fixture could not drive it
6ran
2unverified

Licence: 0 of the 14 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 AI4Science-WestlakeU/cindm. “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.

identity AI4Science-WestlakeU/cindm/model/diffusion_1d.py official repository ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
compute_orthonormal AI4Science-WestlakeU/cindm/GNS_model/utils.py official repository ran fingerprinted MIT (permissive) · 9aa3ee4d1c86d92e · report
default AI4Science-WestlakeU/cindm/model/diffusion_1d.py official repository ran · violated contract MIT (permissive) · d1ef6b8cb9a28a53 · report
exists AI4Science-WestlakeU/cindm/model/diffusion_1d.py official repository ran · violated contract MIT (permissive) · 608e364a9d2376a3 · report
get_design_fn ai4science-westlakeu/cindm/inference/inverse_design_diffusion_1d.py official repository ran · fixture could not drive it MIT (permissive) · 60fbbf6e687da611 · report
get_eval_fn ai4science-westlakeu/cindm/inference/inverse_design_diffusion_1d.py official repository ran · fixture could not drive it MIT (permissive) · f29a0199712a0201 · report
get_eval_fn_std ai4science-westlakeu/cindm/inference/inverse_design_diffusion_1d.py official repository ran · fixture could not drive it MIT (permissive) · f6796c0ee0184106 · report
get_non_kinematic_mask AI4Science-WestlakeU/cindm/GNS_model/Nbody_gns_dataset.py official repository ran MIT (permissive) · 32188223f81b84e5 · report
get_time AI4Science-WestlakeU/cindm/GNS_model/utils.py official repository ran MIT (permissive) · 35d5144a8f9cae87 · report
loss_gt_mse AI4Science-WestlakeU/cindm/GraphPDE/loss_fns.py official repository ran MIT (permissive) · e427fdc770b354f5 · report
mse_prior AI4Science-WestlakeU/cindm/GraphPDE/loss_fns.py official repository ran MIT (permissive) · 4b7ef24e46bef3cb · report
poss_offset AI4Science-WestlakeU/cindm/GNS_model/dyn_model.py official repository ran fingerprinted MIT (permissive) · 2ba528521404a805 · report
get_loss AI4Science-WestlakeU/cindm/le_pde/models.py official repository unverified MIT (permissive) · 67b03a68ea84c4fe · report
linear_transform AI4Science-WestlakeU/cindm/GNS_model/utils.py official repository unverified MIT (permissive) · 26f8f5ab9f799b05 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionMAE

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