Papers › FlowDock: Geometric Flow Matching for Generative Protein-Ligand Docking and Affinity Prediction

FlowDock: Geometric Flow Matching for Generative Protein-Ligand Docking and Affinity Prediction

14 Dec 2024arXiv:2412.10966archive 2025-07-28

Alex Morehead, Jianlin Cheng

Powerful generative AI models of protein-ligand structure have recently been proposed, but few of these methods support both flexible protein-ligand docking and affinity estimation. Of those that do, none can directly model multiple binding ligands concurrently or have been rigorously benchmarked on pharmacologically relevant drug targets, hindering their widespread adoption in drug discovery efforts. In this work, we propose FlowDock, the first deep geometric generative model based on conditional flow matching that learns to directly map unbound (apo) structures to their bound (holo) counterparts for an arbitrary number of binding ligands. Furthermore, FlowDock provides predicted structural confidence scores and binding affinity values with each of its generated protein-ligand complex structures, enabling fast virtual screening of new (multi-ligand) drug targets. For the well-known PoseBusters Benchmark dataset, FlowDock outperforms single-sequence AlphaFold 3 with a 51% blind docking success rate using unbound (apo) protein input structures and without any information derived from multiple sequence alignments, and for the challenging new DockGen-E dataset, FlowDock outperforms single-sequence AlphaFold 3 and matches single-sequence Chai-1 for binding pocket generalization. Additionally, in the ligand category of the 16th community-wide Critical Assessment of Techniques for Structure Prediction (CASP16), FlowDock ranked among the top-5 methods for pharmacological binding affinity estimation across 140 protein-ligand complexes, demonstrating the efficacy of its learned representations in virtual screening. Source code, data, and pre-trained models are available at https://github.com/BioinfoMachineLearning/FlowDock.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.10966")

Code

Syntology Ran 0 of 10 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 6 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bioinfomachinelearning/flowdock officialmentioned in papermentioned on GitHubpytorchMIT report
bioinfomachinelearning/posebench mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_protein_distogram_loss bioinfomachinelearning/flowdock/flowdock/models/components/losses.py official repository unverified MIT (permissive) · 811af77f4a865c8e · report
make_multi_relation_graph_batcher bioinfomachinelearning/flowdock/flowdock/models/components/hetero_graph.py official repository unverified MIT (permissive) · 36f0bba9634f11d9 · report
segment_mean bioinfomachinelearning/flowdock/flowdock/utils/model_utils.py official repository unverified MIT (permissive) · 428101f2bf6d45bf · report
segment_sum bioinfomachinelearning/flowdock/flowdock/utils/model_utils.py official repository unverified MIT (permissive) · f714b91ab84dca5a · report
create_temporary_fasta_file bioinfomachinelearning/posebench/posebench/models/ensemble_generation.py community (archive-listed) unverified MIT (permissive) · 429e6a715c3a4448 · report
insert_hpc_headers bioinfomachinelearning/posebench/posebench/models/ensemble_generation.py community (archive-listed) unverified MIT (permissive) · 84089cc66a766945 · report
ligand_file_sort_key bioinfomachinelearning/posebench/posebench/models/rfaa_inference.py community (archive-listed) unverified MIT (permissive) · 4e44b0200c6a71d9 · report
protein_file_sort_key bioinfomachinelearning/posebench/posebench/models/rfaa_inference.py community (archive-listed) unverified MIT (permissive) · 064e9c471df5365f · report
rfaa_get_chain_letter bioinfomachinelearning/posebench/posebench/models/ensemble_generation.py community (archive-listed) unverified MIT (permissive) · 73c5cfdcf4dc0e34 · report
scatter_mean bioinfomachinelearning/posebench/posebench/models/vina_inference.py community (archive-listed) unverified MIT (permissive) · bfc293012f5e6787 · report

Tasks

Blind DockingDrug Discovery

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AlphaFold

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections