Papers › Crystal Diffusion Variational Autoencoder for Periodic Material Generation

Crystal Diffusion Variational Autoencoder for Periodic Material Generation

12 Oct 2021ICLR 2022 4arXiv:2110.06197archive 2025-07-28

Tian Xie, Xiang Fu, Octavian-Eugen Ganea, Regina Barzilay, Tommi Jaakkola

Generating the periodic structure of stable materials is a long-standing challenge for the material design community. This task is difficult because stable materials only exist in a low-dimensional subspace of all possible periodic arrangements of atoms: 1) the coordinates must lie in the local energy minimum defined by quantum mechanics, and 2) global stability also requires the structure to follow the complex, yet specific bonding preferences between different atom types. Existing methods fail to incorporate these factors and often lack proper invariances. We propose a Crystal Diffusion Variational Autoencoder (CDVAE) that captures the physical inductive bias of material stability. By learning from the data distribution of stable materials, the decoder generates materials in a diffusion process that moves atomic coordinates towards a lower energy state and updates atom types to satisfy bonding preferences between neighbors. Our model also explicitly encodes interactions across periodic boundaries and respects permutation, translation, rotation, and periodic invariances. We significantly outperform past methods in three tasks: 1) reconstructing the input structure, 2) generating valid, diverse, and realistic materials, and 3) generating materials that optimize a specific property. We also provide several standard datasets and evaluation metrics for the broader machine learning community.

PaperPDFConference PDFCodeCode 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="2110.06197")

Code

Syntology Ran 5 of 36 code samples harvested from 7 repositories linked to this paper; 31 have no recorded run. Of those that ran: 5 ran · our draft was wrong.

By repository: official repository: 2 samples from 1 repository, 1 ran; community (archive-listed): 29 samples from 3 repositories, 0 ran; community: 5 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

txie-93/cdvae officialmentioned in papermentioned on GitHubpytorch report
cyye001/con-cdvae mentioned on GitHubpytorchMIT report
facebookresearch/flowmm mentioned on GitHubpytorch report
knc6/cdvae mentioned on GitHubpytorchMIT report
sparks-baird/mp-time-split mentioned on GitHubMIT report
symmetryadvantage/wyckofftransformer mentioned on GitHubpytorchApache-2.0 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

36 samples harvested; 5 ran; 0 honoured the contract we drafted; 31 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.

5ran · our draft was wrong
31unverified

Licence: 0 of the 36 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 7 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.

generation txie-93/cdvae/scripts/evaluate.py official repository ran · our draft was wrong MIT (permissive) · 2c52dde33acf320d · report
optimization txie-93/cdvae/scripts/evaluate.py official repository unverified MIT (permissive) · 7d1d1bcb15f1fefe · report
abs_cap knc6/cdvae/cdvae/common/data_utils.py community (archive-listed) unverified MIT (permissive) · 6a946510479f2069 · report
build_clean_relaxation_condition symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/gene_energy.py community (archive-listed) unverified Apache-2.0 (permissive) · f2619508491644d0 · report
build_combinatorics symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/csp.py community (archive-listed) unverified Apache-2.0 (permissive) · d8cfa8a7bd164a1f · report
build_tokenised_prediction_tensors symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/prediction.py community (archive-listed) unverified Apache-2.0 (permissive) · 2efd8e80003f0994 · report
censored_min_mae symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/censored.py community (archive-listed) unverified Apache-2.0 (permissive) · 32b725dbd955ba54 · report
censored_min_nll symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/censored.py community (archive-listed) unverified Apache-2.0 (permissive) · 31604f9db40cac45 · report
chemical_system_conditioning_dim symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/chemical_system.py community (archive-listed) unverified Apache-2.0 (permissive) · 52d4978b57a845eb · report
chemical_system_vector symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/chemical_system.py community (archive-listed) unverified Apache-2.0 (permissive) · f1aa000edc093144 · report
chemical_system_vectors symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/chemical_system.py community (archive-listed) unverified Apache-2.0 (permissive) · f5091d700a375822 · report
composition_conditioning_dim symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/composition.py community (archive-listed) unverified Apache-2.0 (permissive) · c4974f8a6be0acfa · report
composition_vector symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/composition.py community (archive-listed) unverified Apache-2.0 (permissive) · 3afdb8687fc3cf98 · report
composition_vectors symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/composition.py community (archive-listed) unverified Apache-2.0 (permissive) · 5a3de7c294a992b4 · report
data_store symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · 6205bcf4c0b21416 · report
expected_min_bias symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/censored.py community (archive-listed) unverified Apache-2.0 (permissive) · 8818ca4313431c50 · report
fib sparks-baird/mp-time-split/src/mp_time_split/core.py community (archive-listed) unverified MIT (permissive) · 23b0f488ae6bc68e · report
filter_supported_tokens symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/prediction.py community (archive-listed) unverified Apache-2.0 (permissive) · 7682a09675335624 · report
gene_representations symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/gene_likelihood.py community (archive-listed) unverified Apache-2.0 (permissive) · 70341785f156077f · report
get_data_home sparks-baird/mp-time-split/src/mp_time_split/core.py community (archive-listed) unverified MIT (permissive) · d48fe570d3e210ff · report
get_env knc6/cdvae/cdvae/common/utils.py community (archive-listed) unverified MIT (permissive) · 00e20379657c554c · report
group_multiplicity_db symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/csp.py community (archive-listed) unverified Apache-2.0 (permissive) · 03f72260a9ea750c · report
log_orderings symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/gene_likelihood.py community (archive-listed) unverified Apache-2.0 (permissive) · a9dc0dc92f699021 · report
mp_time_split sparks-baird/mp-time-split/src/mp_time_split/utils/split.py community (archive-listed) unverified MIT (permissive) · 3bc0f40b2f7fd1cc · report
read_config symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · 278184a2cd6bed62 · report
repo_root symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · d04319a29ef33c57 · report
service_ops_vectors symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/preprocess_wychoffs.py community (archive-listed) unverified Apache-2.0 (permissive) · eb8846d66ef5069d · report
start_log_prior symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/gene_likelihood.py community (archive-listed) unverified Apache-2.0 (permissive) · 4c607b6dfe2abca6 · report
start_to_db_key symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/csp.py community (archive-listed) unverified Apache-2.0 (permissive) · dc734da5f9a66136 · report
tokeniser_key symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/prediction.py community (archive-listed) unverified Apache-2.0 (permissive) · e28290d6a95905bf · report
warmup_stable_decay symmetryadvantage/wyckofftransformer/src/wyckoff_transformer/schedules.py community (archive-listed) unverified Apache-2.0 (permissive) · a0fd18cdf3bb9181 · report
build_mlp gabeguo/cdvae_xrd/cdvae/pl_modules/model.py community ran · our draft was wrong MIT (permissive) · 7a500e0992fceda5 · report
optimization trachote/dp-cdvae/evaluate.py community ran · our draft was wrong MIT (permissive) · 6bfe2286fd2a1f92 · report
replace_hydride_formula ixsluo/cond-cdvae/scripts/evaluate.py community ran · our draft was wrong fingerprinted MIT (permissive) · ca13c46956b131eb · report
sample_range ixsluo/cond-cdvae/scripts/evaluate.py community ran · our draft was wrong fingerprinted MIT (permissive) · 51f77bb8655afae1 · report
get_file_paths ixsluo/cond-cdvae/scripts/compute_metrics.py community unverified MIT (permissive) · 9a6539ae57f02d7a · report

Tasks

DecoderInductive BiasTranslation

1 archive task tag without a task page not shown.

Datasets

Introduced by this paper, per the archive.

MP20

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