paper-with-me

홈 › Papers

Molecular graph generation with Graph Neural Networks

2020-12-14 · Pietro Bongini, Monica Bianchini, Franco Scarselli

Drug Discovery is a fundamental and ever-evolving field of research. The design of new candidate molecules requires large amounts of time and money, and computational methods are being increasingly employed to cut these costs. Machine learning methods are ideal for the design of large amounts of potential new candidate molecules, which are naturally represented as graphs. Graph generation is being revolutionized by deep learning methods, and molecular generation is one of its most promising applications. In this paper, we introduce a sequential molecular graph generator based on a set of graph neural network modules, which we call MG^2N^2. At each step, a node or a group of nodes is added to the graph, along with its connections. The modular architecture simplifies the training procedure, also allowing an independent retraining of a single module. Sequentiality and modularity make the generation process interpretable. The use of graph neural networks maximizes the information in input at each generative step, which consists of the subgraph produced during the previous steps. Experiments of unconditional generation on the QM9 and Zinc datasets show that our model is capable of generalizing molecular patterns seen during the training phase, without overfitting. The results indicate that our method is competitive, and outperforms challenging baselines for unconditional generation.

📄 PDF Abstract BibTeX arXiv:2012.07397

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DiscoveryGraph GenerationGraph Neural NetworkMolecular Graph Generation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

MoFlow: An Invertible Flow Model for Generating Molecular Graphs

2020-06-17 · Chengxi Zang, Fei Wang

Generating molecular graphs with desired chemical properties driven by deep graph generative models provides a very promising way to accelerate drug discovery process. Such graph generative models usually consist of two …

Drug DiscoveryGraph GenerationMolecular Graph Generationvalid

Lift Your Molecules: Molecular Graph Generation in Latent Euclidean Space

2024-06-15 · Mohamed Amine Ketata, Nicholas Gao, Johanna Sommer, Tom Wollschläger 외

We introduce a new framework for molecular graph generation with 3D molecular generative models. Our Synthetic Coordinate Embedding (SyCo) framework maps molecular graphs to Euclidean point clouds via synthetic conformer…

Edge ClassificationGraph GenerationGraph Neural NetworkMolecular Graph Generation+1

GraphDF: A Discrete Flow Model for Molecular Graph Generation

2021-02-01 · Youzhi Luo, Keqiang Yan, Shuiwang Ji

We consider the problem of molecular graph generation using deep models. While graphs are discrete, most existing methods use continuous latent variables, resulting in inaccurate modeling of discrete graph structures. In…

Graph GenerationMolecular Graph Generation

GraphNVP: An Invertible Flow Model for Generating Molecular Graphs

2019-05-28 · Kaushalya Madhawa, Katushiko Ishiguro, Kosuke Nakago, Motoki Abe

We propose GraphNVP, the first invertible, normalizing flow-based molecular graph generation model. We decompose the generation of a graph into two steps: generation of (i) an adjacency tensor and (ii) node attributes. T…

Graph GenerationMolecular Graph Generationvalid

Graph Diffusion Transformers for Multi-Conditional Molecular Generation

2024-01-24 · Gang Liu, Jiaxin Xu, Tengfei Luo, Meng Jiang

Inverse molecular design with diffusion models holds great potential for advancements in material and drug discovery. Despite success in unconditional molecular generation, integrating multiple properties such as synthet…

DecoderDenoisingDrug Discovery