paper-with-me

Papers

Attention Based Molecule Generation via Hierarchical Variational Autoencoder

2024-01-18 · Divahar Sivanesan

Molecule generation is a task made very difficult by the complex ways in which we represent molecules computationally. A common technique used in molecular generative modeling is to use SMILES strings with recurrent neural networks built into variational autoencoders - but these suffer from a myriad of issues: vanishing gradients, long-range forgetting, and invalid molecules. In this work, we show that by combining recurrent neural networks with convolutional networks in a hierarchical manner, we are able to both extract autoregressive information from SMILES strings while maintaining signal and long-range dependencies. This allows for generations with very high validity rates on the order of 95% when reconstructing known molecules. We also observe an average Tanimoto similarity of .6 between test set and reconstructed molecules, which suggests our method is able to map between SMILES strings and their learned representations in a more effective way than prior works using similar methods.

📄 PDF Abstract BibTeX arXiv:2402.16854

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

RGCVAE: Relational Graph Conditioned Variational Autoencoder for Molecule Design

2023-05-19 · Davide Rigoni, Nicolò Navarin, Alessandro Sperduti

Identifying molecules that exhibit some pre-specified properties is a difficult problem to solve. In the last few years, deep generative models have been used for molecule generation. Deep Graph Variational Autoencoders …

Phenotypic Profile-Informed Generation of Drug-Like Molecules via Dual-Channel Variational Autoencoders

2025-06-01 · Hui Liu, Shiye Tian, Xuejun Liu

The de novo generation of drug-like molecules capable of inducing desirable phenotypic changes is receiving increasing attention. However, previous methods predominantly rely on expression profiles to guide molecule gene…

Conditional Constrained Graph Variational Autoencoders for Molecule Design

2020-09-01 · Davide Rigoni, Nicolò Navarin, Alessandro Sperduti

In recent years, deep generative models for graphs have been used to generate new molecules. These models have produced good results, leading to several proposals in the literature. However, these models may have trouble…

Re-balancing Variational Autoencoder Loss for Molecule Sequence Generation

2019-10-01 · Chaochao Yan, Sheng Wang, Jinyu Yang, Tingyang Xu 외

Molecule generation is to design new molecules with specific chemical properties and further to optimize the desired chemical properties. Following previous work, we encode molecules into continuous vectors in the latent…

valid

Junction Tree Variational Autoencoder for Molecular Graph Generation

2018-02-12 · ICML 2018 7 · Wengong Jin, Regina Barzilay, Tommi Jaakkola

We seek to automate the design of molecules based on specific chemical properties. In computational terms, this task involves continuous embedding and generation of molecular graphs. Our primary contribution is the direc…

Drug DiscoveryGraph GenerationMolecular Graph Generation