LGQMJun 13, 2023

3D molecule generation by denoising voxel grids

arXiv:2306.07473v243 citationsh-index: 20
AI Analysis

This addresses the need for efficient and accurate 3D molecule generation in drug discovery, representing an incremental improvement over existing methods.

The paper tackled the problem of generating 3D molecules by proposing VoxMol, a score-based method that uses denoising on voxel grids, which captures the distribution of drug-like molecules better than state-of-the-art diffusion models and is faster in sample generation.

We propose a new score-based approach to generate 3D molecules represented as atomic densities on regular grids. First, we train a denoising neural network that learns to map from a smooth distribution of noisy molecules to the distribution of real molecules. Then, we follow the neural empirical Bayes framework (Saremi and Hyvarinen, 19) and generate molecules in two steps: (i) sample noisy density grids from a smooth distribution via underdamped Langevin Markov chain Monte Carlo, and (ii) recover the "clean" molecule by denoising the noisy grid with a single step. Our method, VoxMol, generates molecules in a fundamentally different way than the current state of the art (ie, diffusion models applied to atom point clouds). It differs in terms of the data representation, the noise model, the network architecture and the generative modeling algorithm. Our experiments show that VoxMol captures the distribution of drug-like molecules better than state of the art, while being faster to generate samples.

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