paper-with-me

Papers

String-based Molecule Generation via Multi-decoder VAE

2022-08-23 · Kisoo Kwon, Kuhwan Jung, Junghyun Park, Hwidong Na, Jinwoo Shin

In this paper, we investigate the problem of string-based molecular generation via variational autoencoders (VAEs) that have served a popular generative approach for various tasks in artificial intelligence. We propose a simple, yet effective idea to improve the performance of VAE for the task. Our main idea is to maintain multiple decoders while sharing a single encoder, i.e., it is a type of ensemble techniques. Here, we first found that training each decoder independently may not be effective as the bias of the ensemble decoder increases severely under its auto-regressive inference. To maintain both small bias and variance of the ensemble model, our proposed technique is two-fold: (a) a different latent variable is sampled for each decoder (from estimated mean and variance offered by the shared encoder) to encourage diverse characteristics of decoders and (b) a collaborative loss is used during training to control the aggregated quality of decoders using different latent variables. In our experiments, the proposed VAE model particularly performs well for generating a sample from out-of-domain distribution.

📄 PDF Abstract BibTeX arXiv:2208.10718

Code (1)

samsungsailmontreal/anymolgencritic pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Mol2Lang-VLM: Vision- and Text-Guided Generative Pre-trained Language Models for Advancing Molecule Captioning through Multimodal Fusion

2024-08-15 · Association for Computational Linguistics 2024 8 · Duong Tran, Nhat Truong Pham, Nguyen Nguyen, and Balachandran Manavalan

This paper introduces Mol2Lang-VLM, an enhanced method for refining generative pre-trained language models for molecule captioning using multimodal features to achieve more accurate caption generation. Our approach lever…

Caption GenerationDecoderMolecule Captioning

Improving Chemical Autoencoder Latent Space and Molecular De novo Generation Diversity with Heteroencoders

2018-06-25 · Esben Jannik Bjerrum, Boris Sattarov

Chemical autoencoders are attractive models as they combine chemical space navigation with possibilities for de-novo molecule generation in areas of interest. This enables them to produce focused chemical libraries aroun…

DecoderDiversityDrug Discovery

Improving Small Molecule Generation using Mutual Information Machine

2022-08-18 · Danny Reidenbach, Micha Livne, Rajesh K. Ilango, Michelle Gill 외

We address the task of controlled generation of small molecules, which entails finding novel molecules with desired properties under certain constraints (e.g., similarity to a reference molecule). Here we introduce MolMI…

AttributeDecoderDrug Discovery

Learning Latent Space Energy-Based Prior Model for Molecule Generation

2020-10-19 · Bo Pang, Tian Han, Ying Nian Wu

Deep generative models have recently been applied to molecule design. If the molecules are encoded in linear SMILES strings, modeling becomes convenient. However, models relying on string representations tend to generate…

valid

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 neur…