Feb 2023· International Conference on Machine Learning· pp. 60021-60039· 43 citations· ⚡ 4 influential· 76 references
Computer ScienceBiology
TL;DR
EquiPocket is proposed, an E(3)-equivariant Graph Neural Network for binding site prediction, which comprises three modules: the first one to extract local geometric information for each surface atom, the second one to model both the chemical and spatial structure of protein and the last one to capture the geometry of the surface via equivariant message passing over the surface atoms.
Abstract
Predicting the binding sites of target proteins plays a fundamental role in drug discovery. Most existing deep-learning methods consider a protein as a 3D image by spatially clustering its atoms into voxels and then feed the voxelized protein into a 3D CNN for prediction. However, the CNN-based methods encounter several critical issues: 1) defective in representing irregular protein structures; 2) sensitive to rotations; 3) insufficient to characterize the protein surface; 4) unaware of protein size shift. To address the above issues, this work proposes EquiPocket, an E(3)-equivariant Graph Neural Network (GNN) for binding site prediction, which comprises three modules: the first one to extract local geometric information for each surface atom, the second one to model both the chemical and spatial structure of protein and the last one to capture the geometry of the surface via equivariant message passing over the surface atoms. We further propose a dense attention output layer to alleviate the effect incurred by variable protein size. Extensive experiments on several representative benchmarks demonstrate the superiority of our framework to the state-of-the-art methods.
An Algebraic Graph Neural Network model designed to encode molecular structures into a low-dimensional graph representation while preserving critical biochemical interactions is introduced, demonstrating superior performance in binding affinity prediction compared to state-of-the-art scoring functions.
Augustine Ouru, Xi Chen, Cameron Yeagle et al.· Computational and Mathematic...· 0 citations
Accurate identification of near-native ligand binding poses is a central challenge in structure-based drug design. From a physical point of view, the successful construction of a protein–ligand complex structure is dependent on whether protein and ligand can form enough atomically pairwise interactions that result in a global energy minimum. In this work, we report a machine learning scoring strategy for protein–ligand screening which explicitly considers the Native Contact Ratio (NCR), a topology inspired metric that quantifies the preservation of protein–ligand interfacial contacts as well as interaction energy. This physics-awared supervision strategy provides a simple but efficient gradient field that faithfully reflects the complicated protein energy landscape than conventional 3D coordinate-based objectives. Building on this principle, we present DeepNCR, an energy-informed Transformer framework that encodes approximate Coulombic and dispersive interaction potentials across the protein–ligand binding interface. Furthermore, we introduce a feature pruning step that compresses the interaction tensor from 1470 to 868 dimensions, further improving signal-to-noise ratio and directing model attention toward the interaction motifs critical for binding specificity. The model optimizes topological objectives and at inference drives pose refinement through a differentiable hybrid gradient field integrating predicted NCR and AutoDock Vina energetics. Extensive evaluation on the CASF-2016 benchmark and the 3D-DISCO cross-docking data set demonstrates consistently high performance: a Top-1 docking success rate of 94.7%, a 1% Enrichment Factor of 21.21 in virtual screening, and a Top-1 cross-docking success rate of 34.8%. Mechanistic analysis reveals that NCR-guided optimization enables decoy escaping from local energy minima and drives the recovery of disrupted native interactions, confirming that NCR captures the physical determinants of binding rather than mere geometric proximity.
Zhenqiang Zhang, Zhihao Wang, Yang Liu et al.· Journal of Chemical Informat...· 0 citations
Despite challenges related to data sparsity and conformational variability, ViTs show strong performance and high robustness in structure-based affinity prediction tasks, underscore their effectiveness in learning spatial patterns and suggest broader applicability to related tasks, such as protein-protein or protein-nucleic acid interaction modeling.
Jakub Poziemski, Paweł Siedlecki· Scientific Reports· 0 citations
This work used its strategy, termed neural iterative selection–expansion (NISE), to design proteins that, using different folds, specifically bind to two chemically distinct small-molecule drugs, exatecan and apixaban, with success rates of 100%, respectively.
Benjamin Fry, Kaia Slaw, Nicholas F. Polizzi· Nature· 7 citations· ⚡1
Accurate detection of ligand binding sites on proteins plays a crucial role in drug design, functional annotation, and biological classification. Deep learning (DL) models applied to computational binding site prediction have improved the characterization of binding site properties that are often difficult to obtain experimentally. However, most binding site detection DL algorithms search exhaustively around the whole protein, which is computationally expensive. Existing DL models are also sensitive to the choice of hyperparameters and architecture, which can lead to inaccurate predictions. To address these limitations, we present VoxelProt-ligand, a local voxel-based deep learning method for binding site detection in protein-ligand interactions. VoxelProt-ligand is built upon an architecture that encodes protein surfaces as sparse, octree-based 3D voxel grids. These sparse grids are used to train a 3D-CNN for classifying surface regions as binding or non-binding. Accurate position and volume of binding sites is achieved with a local search that leverages protein surface geometry and an energy score. VoxelProt-ligand is trained on the MaSIF-ligand dataset and evaluated on HOLO4K and COACH420. Our results shows close agreement with the ground truth in all evaluation datasets for the joint criteria of whether a protein contains binding sites and average number of detected binding sites per protein. Importantly, VoxelProt-ligand improves detection of binding site volume, achieving significantly higher binding pocket shape overlap than existing methods, while maintaining competitive binding site localization success rates. These results indicate that VoxelProt-ligand offers a viable path toward applications in computational drug discovery that depend on accurate determination of binding pocket geometry.
Jingbo Liang, Bruna Jacobson· ACM International Conference...· 0 citations
Related blog posts
MIT News · Artificial Intelligence· news.mit.eduAug 18, 2026
A new method for surgically removing training examples from a model reveals that as datasets grow, the link between what a model learns and what it produces dissolves.