paper-with-me

Papers

Fast and Accurate Blind Flexible Docking

2025-02-20 · Zizhuo Zhang, Lijun Wu, Kaiyuan Gao, Jiangchao Yao, Tao Qin, Bo Han

Molecular docking that predicts the bound structures of small molecules (ligands) to their protein targets, plays a vital role in drug discovery. However, existing docking methods often face limitations: they either overlook crucial structural changes by assuming protein rigidity or suffer from low computational efficiency due to their reliance on generative models for structure sampling. To address these challenges, we propose FABFlex, a fast and accurate regression-based multi-task learning model designed for realistic blind flexible docking scenarios, where proteins exhibit flexibility and binding pocket sites are unknown (blind). Specifically, FABFlex's architecture comprises three specialized modules working in concert: (1) A pocket prediction module that identifies potential binding sites, addressing the challenges inherent in blind docking scenarios. (2) A ligand docking module that predicts the bound (holo) structures of ligands from their unbound (apo) states. (3) A pocket docking module that forecasts the holo structures of protein pockets from their apo conformations. Notably, FABFlex incorporates an iterative update mechanism that serves as a conduit between the ligand and pocket docking modules, enabling continuous structural refinements. This approach effectively integrates the three subtasks of blind flexible docking-pocket identification, ligand conformation prediction, and protein flexibility modeling-into a unified, coherent framework. Extensive experiments on public benchmark datasets demonstrate that FABFlex not only achieves superior effectiveness in predicting accurate binding modes but also exhibits a significant speed advantage (208 $\times$) compared to existing state-of-the-art methods. Our code is released at https://github.com/tmlr-group/FABFlex.

📄 PDF Abstract BibTeX arXiv:2502.14934

Code (2)

tmlr-group/fabflex 공식 구현 pytorch
qizhipei/fabind pytorch

Tasks

Blind DockingComputational EfficiencyDrug DiscoveryMolecular DockingMulti-Task Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DiffBindFR: An SE(3) Equivariant Network for Flexible Protein-Ligand Docking

2023-11-26 · Jintao Zhu, Zhonghui Gu, Jianfeng Pei, Luhua Lai

Molecular docking, a key technique in structure-based drug design, plays pivotal roles in protein-ligand interaction modeling, hit identification and optimization, in which accurate prediction of protein-ligand binding m…

Drug DesignMolecular DockingPose Prediction

DSDP: A Blind Docking Strategy Accelerated by GPUs

2023-03-16 · Yupeng Huang, Hong Zhang, Siyuan Jiang, Dajiong Yue 외

Virtual screening, including molecular docking, plays an essential role in drug discovery. Many traditional and machine-learning based methods are available to fulfil the docking task. The traditional docking methods are…

Blind DockingDrug DiscoveryMolecular Docking

Deep Confident Steps to New Pockets: Strategies for Docking Generalization

2024-02-28 · Gabriele Corso, Arthur Deng, Benjamin Fry, Nicholas Polizzi 외

Accurate blind docking has the potential to lead to new biological breakthroughs, but for this promise to be realized, docking methods must generalize well across the proteome. Existing benchmarks, however, fail to rigor…

Blind Docking

Multi-scale Iterative Refinement towards Robust and Versatile Molecular Docking

2023-11-30 · Jiaxian Yan, Zaixi Zhang, Kai Zhang, Qi Liu

Molecular docking is a key computational tool utilized to predict the binding conformations of small molecules to protein targets, which is fundamental in the design of novel drugs. Despite recent advancements in geometr…

Blind DockingGPUMolecular Docking

The Docking Game: Loop Self-Play for Fast, Dynamic, and Accurate Prediction of Flexible Protein-Ligand Binding

2025-08-07 · Youzhi Zhang, Yufei Li, Gaofeng Meng, Hongbin Liu 외 arxiv

Molecular docking is a crucial aspect of drug discovery, as it predicts the binding interactions between small-molecule ligands and protein pockets. However, current multi-task learning models for docking often show infe…

Multi-Task LearningDrug Discovery