bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

AF2Dock

Johns Hopkins University / GrayLab

Protein-protein docking model adapting AlphaFold-Multimer with a docking module and flow-matching training to assemble subunits without MSAs.

Released: April 2026

AF2Dock is a generative model for structure-based protein–protein docking that adapts a co-folding model—AlphaFold-Multimer (AF-M)—into a docking engine. Instead of co-folding two chains from sequence and multiple sequence alignments (MSAs), AF2Dock takes the individual subunit structures as input and predicts how they assemble. It does this by replacing AF-Multimer's template module with a new docking module and retraining the model end-to-end with a flow-matching objective, so the network learns to transport an initial pose distribution toward correct complex geometries.

Developed in Jeffrey Gray's lab at Johns Hopkins University and posted to bioRxiv in late 2025 (with a revised v3 in April 2026), AF2Dock sits at the intersection of two trends: leveraging powerful pretrained co-folding backbones, and using flow-matching/diffusion-style generative training for sampling docked poses. Because it docks from given structures rather than folding from sequence, it does not require MSAs at inference, distinguishing it from standard AF-Multimer and AlphaFold3 usage.

A central finding is that AF2Dock produces predictions that are orthogonal to co-folding models: it succeeds on some targets where AF-Multimer and AF3 fail, making it a complementary tool rather than a strict replacement. It is most notable for antibody-related complexes—on nanobody complexes it outperforms all other docking methods the authors tested.

#Key Features

  • Co-folding model adapted for docking: Repurposes AlphaFold-Multimer by swapping its template module for a docking module, reusing the pretrained backbone's structural knowledge for assembly prediction.
  • Flow-matching generative training: Trains end-to-end with a flow-matching objective, generating docked poses by transporting an initial distribution toward native complex geometries.
  • MSA-free docking: Operates on given subunit structures at inference, removing the multiple-sequence-alignment requirement of standard co-folding pipelines.
  • State-of-the-art on nanobodies: Outperforms all other docking methods tested on nanobody complexes, a regime where MSA-driven co-folding often struggles.
  • Orthogonal, complementary predictions: Recovers correct structures for targets where AF-Multimer and AF3 fail, adding diversity to ensemble docking workflows.
  • Open weights and code: Pretrained weights are released on Zenodo and the implementation is available under an MIT license on GitHub.

#Technical Details

AF2Dock is built on the OpenFold reimplementation of AlphaFold-Multimer. The template module is replaced by a docking module, and the AF-M components are trained with a flow-matching objective on the PINDER protein–protein interaction dataset, with support for holo, apo, and predicted structure combinations as inputs. It was evaluated on the PINDER-AF2 benchmark and a dedicated antibody/nanobody test set. Using non-holo (apo or predicted) inputs, AF2Dock is competitive with baseline docking methods and outperforms all tested methods on nanobody complexes; on general complexes it trails co-folding AF-Multimer and AF3 in raw success rate but yields orthogonal correct predictions. Ablations show that full-parameter fine-tuning of the AF-M components is critical, and—counterintuitively—that adding ESM embeddings can reduce success on some targets, including nanobodies. Pretrained weights are distributed via Zenodo (10.5281/zenodo.17782958).

#Applications

AF2Dock is aimed at researchers predicting protein complex structures when subunit structures are already available, such as docking antibodies or nanobodies onto antigens for therapeutic and immunology research, assembling experimentally or computationally determined components, and modeling interactions where MSAs are unavailable or uninformative. Its orthogonality to AF-Multimer and AF3 makes it especially useful inside ensemble pipelines, where sampling from multiple methodologically distinct predictors increases the chance of recovering a correct pose for difficult targets.

#Impact

AF2Dock demonstrates that large pretrained co-folding models can be repurposed into generative docking engines through flow-matching fine-tuning, offering an MSA-free alternative that is complementary to AlphaFold-Multimer and AlphaFold3. Its strong performance on nanobody complexes is significant given the importance of single-domain antibodies in therapeutics and the difficulty co-folding methods often face on them. With open code (MIT) and weights on Zenodo, the work is readily reproducible and extensible. As a preprint, its broader benchmarks are still maturing, and the model inherits both the strengths and the computational footprint of the AlphaFold-Multimer backbone it builds on.

Citation

Adapting Co-Folding Models for Structure-Based Protein-Protein Docking Through Flow Matching

Preprint

Xu, D., et al. (2025) Adapting Co-Folding Models for Structure-Based Protein-Protein Docking Through Flow Matching. bioRxiv.

DOI: 10.1101/2025.11.28.691195

Recent citations

Papers that recently cited this model.

  • Dissecting the Black Box of AlphaFold in Protein–Protein Complex Assembly

    Shuang Li, Zichun Mu, Chengfei Yan

    bioRxiv · Apr 2026

    0

Top citations

The most-cited papers that cite this model.

  • Dissecting the Black Box of AlphaFold in Protein–Protein Complex Assembly

    Shuang Li, Zichun Mu, Chengfei Yan

    bioRxiv · Apr 2026

    0

Related models

Models with similar goals, methods, or subject matter.

  • DFMDock

    Johns Hopkins University

    Diffusion model for protein-protein docking that unifies pose sampling and energy-based ranking, works without MSAs, and generalizes to new targets.

    Protein
  • ESMFold2

    Biohub

    Structure-prediction and design engine that turns ESMC sequence representations into all-atom 3D structures of proteins and biomolecular complexes.

    Protein
  • AlphaFlow

    MIT

    Protein conformational ensemble generator that fine-tunes AlphaFold 2 with flow matching, sampling protein dynamics beyond a single static structure.

    Protein
  • OpenFold3

    Aqlaboratory / Lawrence Livermore National Laboratory / Seoul National University

    Open-source Apache-2.0 reproduction of AlphaFold3 that predicts all-atom structures of proteins, RNA, DNA, small molecules, and their complexes.

    ProteinRNASmall molecule
  • OpenFold

    Aqlaboratory

    Trainable, open-source reimplementation of AlphaFold2 for protein structure prediction that matches its accuracy and runs 3-5x faster.

    Protein
  • MagicDock

    Beijing Institute of Technology

    De novo ligand design framework that generates protein binders and small molecules by inverting gradients through a differentiable docking model.

    ProteinSmall molecule
  • Matcha

    AIRI Institute / Skolkovo Institute of Science and Technology

    Molecular docking model that predicts protein-ligand binding poses with multi-stage Riemannian flow matching, yielding physically valid geometry.

    Small moleculeProtein

Citations

Total Citations1
Influential0
References41

GitHub

Stars15
Forks2
Open Issues0
Contributors1
Last Push4mo ago
LanguagePython
LicenseMIT

Fields of citing research

  • Biology100%
  • Computer Science100%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
77Open
Usability — can I run it?95
Reproducibility — can I retrain it?68
Model Openness Framework
Unclassified
Missing required components

Tags

antibodyflow_matchinggenerativenanobodyprotein_protein_dockingstructure_predictiontransfer_learningtransformer

Resources

GitHub RepositoryResearch PaperDataset