| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)
Deep generative models for molecular generation have significantly accelerated advancements in de novo drug design by enabling the generation of novel molecular structures represented in Simplified Molecular-Input Line-Entry System (SMILES) or molecular graph formats. Many studies have proposed the use of combinations of variational autoencoders (VAEs) with autoregressive generators such as recurrent neural networks (RNNs) for generating SMILES strings. However, RNN-VAE models often face a well-known issue called posterior collapse, where different latent vectors result in indistinguishable molecular distributions.
In this study, we introduce a Gumbel-Softmax-based generative model, MolBit, along with a genetic algorithm-based molecular property optimization method. Our results demonstrate that the proposed model effectively avoids the posterior collapse problem and outperforms existing de novo drug design models using SMILES representations.
We recommend using Anaconda for the installation of MolBit. The following commands will guide you in setting up a conda environment for MolBit:
git clone https://github.com/mathcom/MolBit.git cd MolBit conda env create -f environment.yml
Follow the steps below to get started with MolBit:
If you use MolBit in your research, please cite our paper as follows:
@inproceedings{choi2021molbit,
title={MolBit: De novo Drug Design via Binary Representations of SMILES for Avoiding the Posterior Collapse Problem},
author={Choi, Jonghwan and others},
booktitle={2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
pages={966--9668},
year={2021},
organization={IEEE},
doi={10.1109/BIBM52615.2021.9669668}
}
For more details, visit the paper.
For any inquiries, please contact us at:
jonghwanc@hallym.ac.kr
| Back | FazBrowse Home | New Git URL |