BMLGBIO-PHOct 4, 2022

DiffDock: Diffusion Steps, Twists, and Turns for Molecular Docking

MIT
arXiv:2210.01776v2735 citationsh-index: 109
AI Analysis

This addresses the problem of accurately predicting ligand-protein binding structures for drug design, offering a significant improvement over existing methods.

The authors tackled molecular docking by framing it as a generative modeling problem, developing DiffDock, which achieved a 38% top-1 success rate on PDBBind, outperforming previous state-of-the-art methods.

Predicting the binding structure of a small molecule ligand to a protein -- a task known as molecular docking -- is critical to drug design. Recent deep learning methods that treat docking as a regression problem have decreased runtime compared to traditional search-based methods but have yet to offer substantial improvements in accuracy. We instead frame molecular docking as a generative modeling problem and develop DiffDock, a diffusion generative model over the non-Euclidean manifold of ligand poses. To do so, we map this manifold to the product space of the degrees of freedom (translational, rotational, and torsional) involved in docking and develop an efficient diffusion process on this space. Empirically, DiffDock obtains a 38% top-1 success rate (RMSD<2A) on PDBBind, significantly outperforming the previous state-of-the-art of traditional docking (23%) and deep learning (20%) methods. Moreover, while previous methods are not able to dock on computationally folded structures (maximum accuracy 10.4%), DiffDock maintains significantly higher precision (21.7%). Finally, DiffDock has fast inference times and provides confidence estimates with high selective accuracy.

Code Implementations2 repos
Foundations

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

Your Notes