paper-with-me

홈 › Papers

GraphAF: a Flow-based Autoregressive Model for Molecular Graph Generation

2020-01-26 · ICLR 2020 1 · Chence Shi, Minkai Xu, Zhaocheng Zhu, Wei-Nan Zhang, Ming Zhang, Jian Tang

Molecular graph generation is a fundamental problem for drug discovery and has been attracting growing attention. The problem is challenging since it requires not only generating chemically valid molecular structures but also optimizing their chemical properties in the meantime. Inspired by the recent progress in deep generative models, in this paper we propose a flow-based autoregressive model for graph generation called GraphAF. GraphAF combines the advantages of both autoregressive and flow-based approaches and enjoys: (1) high model flexibility for data density estimation; (2) efficient parallel computation for training; (3) an iterative sampling process, which allows leveraging chemical domain knowledge for valency checking. Experimental results show that GraphAF is able to generate 68% chemically valid molecules even without chemical knowledge rules and 100% valid molecules with chemical rules. The training process of GraphAF is two times faster than the existing state-of-the-art approach GCPN. After fine-tuning the model for goal-directed property optimization with reinforcement learning, GraphAF achieves state-of-the-art performance on both chemical property optimization and constrained property optimization.

📄 PDF Abstract BibTeX arXiv:2001.09382

Code (1)

DeepGraphLearning/GraphAF 공식 구현

Tasks

Density EstimationDrug DiscoveryGraph GenerationMolecular Graph GenerationReinforcement Learningvalid

Similar Papers 제목 키워드 기반

Will More Expressive Graph Neural Networks do Better on Generative Tasks?

2023-08-23 · Xiandong Zou, Xiangyu Zhao, Pietro Liò, Yiren Zhao

Graph generation poses a significant challenge as it involves predicting a complete graph with multiple nodes and edges based on simply a given label. This task also carries fundamental importance to numerous real-world …

Bayesian OptimisationGraph GenerationGraph Neural NetworkMolecular Graph Generation

An Autoregressive Flow Model for 3D Molecular Geometry Generation from Scratch

2021-09-29 · ICLR 2022 4 · Youzhi Luo, Shuiwang Ji

We consider the problem of generating 3D molecular geometries from scratch. While multiple methods have been developed for generating molecular graphs, generating 3D molecular geometries from scratch is largely under-exp…

NEAT: Neighborhood-Guided, Efficient, Autoregressive Set Transformer for 3D Molecular Generation

2025-12-05 · Daniel Rose, Roxane Axel Jacob, Johannes Kirchmair, Thierry Langer arxiv

Transformer-based autoregressive models offer an efficient alternative to diffusion- and flow-matching-based approaches for generating 3D molecules. One challenge remains: standard transformer architectures require a seq…

FastFlows: Flow-Based Models for Molecular Graph Generation

2022-01-28 · Nathan C. Frey, Vijay Gadepally, Bharath Ramsundar

We propose a framework using normalizing-flow based models, SELF-Referencing Embedded Strings, and multi-objective optimization that efficiently generates small molecules. With an initial training set of only 100 small m…

Graph 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