Skip to content

Commit f93233f

Browse files
authored
Update README.md
1 parent b86ea22 commit f93233f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
This is the official codebase of the paper
2020

21-
**Geometry-Complete Diffusion for 3D Molecule Generation and Optimization**, *ICLR'2023 MLDD Workshop*
21+
**Geometry-Complete Diffusion for 3D Molecule Generation and Optimization**, *Nature CommsChem*
2222

2323
[[arXiv](https://arxiv.org/abs/2302.04313)] [[OpenReview](https://openreview.net/forum?id=X-tLu3OUE-d)]
2424

@@ -321,11 +321,19 @@ This project is covered under the **MIT License**.
321321
If you use the code or data associated with this package or otherwise find this work useful, please cite:
322322

323323
```bibtex
324-
@inproceedings{morehead2023geometrycomplete,
325-
title={Geometry-Complete Diffusion for 3D Molecule Generation},
326-
author={Alex Morehead and Jianlin Cheng},
327-
booktitle={ICLR 2023 - Machine Learning for Drug Discovery workshop},
328-
year={2023},
329-
url={https://openreview.net/forum?id=X-tLu3OUE-d}
324+
@article{Morehead2024,
325+
title = {Geometry-complete diffusion for 3D molecule generation and optimization},
326+
author = {Morehead, Alex and Cheng, Jianlin},
327+
year = 2024,
328+
month = {Jul},
329+
day = {03},
330+
journal = {Communications Chemistry},
331+
volume = 7,
332+
number = 1,
333+
pages = 150,
334+
doi = {10.1038/s42004-024-01233-z},
335+
issn = {2399-3669},
336+
url = {https://doi.org/10.1038/s42004-024-01233-z},
337+
abstract = {Generative deep learning methods have recently been proposed for generating 3D molecules using equivariant graph neural networks (GNNs) within a denoising diffusion framework. However, such methods are unable to learn important geometric properties of 3D molecules, as they adopt molecule-agnostic and non-geometric GNNs as their 3D graph denoising networks, which notably hinders their ability to generate valid large 3D molecules. In this work, we address these gaps by introducing the Geometry-Complete Diffusion Model (GCDM) for 3D molecule generation, which outperforms existing 3D molecular diffusion models by significant margins across conditional and unconditional settings for the QM9 dataset and the larger GEOM-Drugs dataset, respectively. Importantly, we demonstrate that GCDM's generative denoising process enables the model to generate a significant proportion of valid and energetically-stable large molecules at the scale of GEOM-Drugs, whereas previous methods fail to do so with the features they learn. Additionally, we show that extensions of GCDM can not only effectively design 3D molecules for specific protein pockets but can be repurposed to consistently optimize the geometry and chemical composition of existing 3D molecules for molecular stability and property specificity, demonstrating new versatility of molecular diffusion models. Code and data are freely available on GitHub.}
330338
}
331339
```

0 commit comments

Comments
 (0)