An End-to-End Framework for Molecular Conformation Generation via Bilevel Programming

Abstract

Predicting molecular conformations (or 3D structures) from molecular graphs is a fundamental problem in many applications. Most existing approaches are usually divided into two steps by first predicting the distances between atoms and then generating a 3D structure through optimizing a distance geometry problem. However, the distances predicted with such two-stage approaches may not be able to consistently preserve the geometry of local atomic neighborhoods, making the generated structures unsatisfying. In this paper, we propose an end-to-end solution for molecular conformation prediction called ConfVAE based on the conditional variational autoencoder framework. Specifically, the molecular graph is first encoded in a latent space, and then the 3D structures are generated by solving a principled bilevel optimization program. Extensive experiments on several benchmark data sets prove the effectiveness of our proposed approach over existing state-of-the-art approaches. Code is available at \url{https://github.com/MinkaiXu/ConfVAE-ICML21}.

Cite

Text

Xu et al. "An End-to-End Framework for Molecular Conformation Generation via Bilevel Programming." International Conference on Machine Learning, 2021.

Markdown

[Xu et al. "An End-to-End Framework for Molecular Conformation Generation via Bilevel Programming." International Conference on Machine Learning, 2021.](https://mlanthology.org/icml/2021/xu2021icml-endtoend/)

BibTeX

@inproceedings{xu2021icml-endtoend,
  title     = {{An End-to-End Framework for Molecular Conformation Generation via Bilevel Programming}},
  author    = {Xu, Minkai and Wang, Wujie and Luo, Shitong and Shi, Chence and Bengio, Yoshua and Gomez-Bombarelli, Rafael and Tang, Jian},
  booktitle = {International Conference on Machine Learning},
  year      = {2021},
  pages     = {11537-11547},
  volume    = {139},
  url       = {https://mlanthology.org/icml/2021/xu2021icml-endtoend/}
}