TL;DR
FABFlex is a novel multi-task learning framework for blind flexible docking that accurately predicts ligand and pocket structures while identifying binding sites, significantly improving speed and effectiveness over existing methods.
Contribution
We introduce FABFlex, a unified multi-task model that integrates pocket prediction, ligand docking, and pocket docking with an iterative refinement process for blind flexible docking.
Findings
Achieves superior accuracy in binding mode prediction.
Operates 208 times faster than state-of-the-art methods.
Effectively models protein flexibility and blind docking scenarios.
Abstract
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…
Peer Reviews
Decision·ICLR 2025 Poster
1. The paper tackles the blind flexible molecular docking scenario, which is a more practical and crucial setting compared to many existing studies that focus on rigid docking, where proteins are assumed to be static during the docking process. 2. The architecture of the proposed model is intuitive and easy to comprehend, with each module specifically designed to address a subtask of the blind flexible docking problem. It is easy to follow. 3. The model significantly outperforms the SOTA docking
1. It is unclear why the number of ligand-protein sample pairs of PDBBind v2020 used in this paper is smaller than that in the existing studies such as TankBind, FABind. 2. It seems that FABFlex relies on FABind layer as the fundamental component to construct the model, but the details of how this layer is adapted for use in FABFlex are not clearly articulated. 3. It seems that the model assumes that there is only a single binding pocket in a given ligand-protein pair, whereas in reality, there
- The paper presents all details clearly and comprehensibly. - This is the one of first applications of regression-based flexible blind docking. - It employs an interesting multi-task approach, addressing more than a single task simultaneously. - The use of flexibility, rather than just rigidity, in docking, combined with a regression approach, makes the paper compelling. - The pipeline provides a systematic, data-driven approach to molecular docking. - The experiments are detailed and clearly p
- This study closely resembles the FABind[1,2] approach in both training and inference, with many of the techniques used already present in FABind. Consequently, flexible docking appears somewhat overshadowed by FABind. - It is not specified whether protein preprocessing is used for inference runtime, affecting the runtime comparison. - Using binary classification to identify pocket regions could limit flexibility at the atomic level; a more adaptable approach may be beneficial. - The study reli
1. The paper is well-written, with clearly designed figures and thorough explanations of each component. 2. The experiments, ablation studies, and visualizations are comprehensive and well-detailed. 3. The framework demonstrates strong performance and significantly faster inference times compared to sampling-based approaches.
1. The primary concern is that this work appears to be a direct application of the FABind series. It just introduces an additional pocket conformation prediction module to handle the flexible docking setting, which limits the overall contribution and novelty of the paper.
Code & Models
Videos
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
