BMCELGMLFeb 14, 2025

Gradient GA: Gradient Genetic Algorithm for Drug Molecular Design

arXiv:2502.09860v24 citationsh-index: 10Has CodeTrans. Mach. Learn. Res.
Originality Highly original
AI Analysis

This addresses the problem of slow convergence and suboptimal solutions in drug molecular design for researchers and practitioners, representing an incremental improvement over existing genetic algorithms.

The paper tackles the limitation of random walk exploration in genetic algorithms for molecular design by proposing Gradient GA, which incorporates gradient information to guide the search, resulting in up to a 25% improvement in top-10 score over vanilla genetic algorithms.

Molecular discovery has brought great benefits to the chemical industry. Various molecule design techniques are developed to identify molecules with desirable properties. Traditional optimization methods, such as genetic algorithms, continue to achieve state-of-the-art results across multiple molecular design benchmarks. However, these techniques rely solely on random walk exploration, which hinders both the quality of the final solution and the convergence speed. To address this limitation, we propose a novel approach called Gradient Genetic Algorithm (Gradient GA), which incorporates gradient information from the objective function into genetic algorithms. Instead of random exploration, each proposed sample iteratively progresses toward an optimal solution by following the gradient direction. We achieve this by designing a differentiable objective function parameterized by a neural network and utilizing the Discrete Langevin Proposal to enable gradient guidance in discrete molecular spaces. Experimental results demonstrate that our method significantly improves both convergence speed and solution quality, outperforming cutting-edge techniques. For example, it achieves up to a 25% improvement in the top-10 score over the vanilla genetic algorithm. The code is publicly available at https://github.com/debadyuti23/GradientGA.

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