paper-with-me

Papers

A Two-Step Graph Convolutional Decoder for Molecule Generation

2019-06-08 · Xavier Bresson, Thomas Laurent

We propose a simple auto-encoder framework for molecule generation. The molecular graph is first encoded into a continuous latent representation $z$, which is then decoded back to a molecule. The encoding process is easy, but the decoding process remains challenging. In this work, we introduce a simple two-step decoding process. In a first step, a fully connected neural network uses the latent vector $z$ to produce a molecular formula, for example CO$_2$ (one carbon and two oxygen atoms). In a second step, a graph convolutional neural network uses the same latent vector $z$ to place bonds between the atoms that were produced in the first step (for example a double bond will be placed between the carbon and each of the oxygens). This two-step process, in which a bag of atoms is first generated, and then assembled, provides a simple framework that allows us to develop an efficient molecule auto-encoder. Numerical experiments on basic tasks such as novelty, uniqueness, validity and optimized chemical property for the 250k ZINC molecules demonstrate the performances of the proposed system. Particularly, we achieve the highest reconstruction rate of 90.5\%, improving the previous rate of 76.7\%. We also report the best property improvement results when optimization is constrained by the molecular distance between the original and generated molecules.

📄 PDF Abstract BibTeX arXiv:1906.03412

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Constrained Graph Variational Autoencoders for Molecule Design

2018-05-23 · NeurIPS 2018 12 · Qi Liu, Miltiadis Allamanis, Marc Brockschmidt, Alexander L. Gaunt

Graphs are ubiquitous data structures for representing interactions between entities. With an emphasis on the use of graphs to represent chemical molecules, we explore the task of learning to generate graphs that conform…

Decoder

Graph-Aware Transformer: Is Attention All Graphs Need?

2020-06-09 · Sanghyun Yoo, Young-Seok Kim, Kang Hyun Lee, Kuhwan Jeong 외

Graphs are the natural data structure to represent relational and structural information in many domains. To cover the broad range of graph-data applications including graph classification as well as graph generation, it…

AllDecoderGraph ClassificationGraph Generation

Graph Deconvolutional Generation

2020-02-14 · Daniel Flam-Shepherd, Tony Wu, Alan Aspuru-Guzik

Graph generation is an extremely important task, as graphs are found throughout different areas of science and engineering. In this work, we focus on the modern equivalent of the Erdos-Renyi random graph model: the graph…

DecoderGraph GenerationGraph Matching

Hierarchical Generation of Molecular Graphs using Structural Motifs

2020-02-08 · ICML 2020 1 · Wengong Jin, Regina Barzilay, Tommi Jaakkola

Graph generation techniques are increasingly being adopted for drug discovery. Previous graph generation approaches have utilized relatively small molecular building blocks such as atoms or simple cycles, limiting their …

DecoderDrug DiscoveryGraph Generation

GraphVAE: Towards Generation of Small Graphs Using Variational Autoencoders

2018-02-09 · ICLR 2018 1 · Martin Simonovsky, Nikos Komodakis

Deep learning on graphs has become a popular research topic with many applications. However, past work has concentrated on learning graph embedding tasks, which is in contrast with advances in generative models for image…

DecoderGraph Embedding