LGAIBMMay 19, 2023

RGCVAE: Relational Graph Conditioned Variational Autoencoder for Molecule Design

arXiv:2305.11699v210 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating molecules with specific properties for applications in drug discovery, representing an incremental improvement over existing methods.

The paper tackled the problem of molecule design by proposing RGCVAE, a graph variational autoencoder that improves generation performance and training speed, achieving state-of-the-art results on two datasets.

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 are among the most powerful machine learning tools with which it is possible to address this problem. However, existing methods struggle in capturing the true data distribution and tend to be computationally expensive. In this work, we propose RGCVAE, an efficient and effective Graph Variational Autoencoder based on: (i) an encoding network exploiting a new powerful Relational Graph Isomorphism Network; (ii) a novel probabilistic decoding component. Compared to several state-of-the-art VAE methods on two widely adopted datasets, RGCVAE shows state-of-the-art molecule generation performance while being significantly faster to train.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes