Preparation-free protein-ligand binding affinity prediction from a protein sequence and a ligand SMILES, using a cascaded mixture-of-experts fusion.
Protein-ligand affinity prediction splits into two camps. Interaction-based scoring functions dock the ligand, build a 3D complex, and read off atom-level contacts — accurate, but the conformation-preparation step is the bottleneck that makes billion-compound screening impractical. Interaction-free methods skip docking entirely, taking only a receptor amino-acid sequence and a ligand SMILES string, and pay for that throughput with markedly lower accuracy. HydrAffinity, from Huiming Bao and Shouliang Dong at Lanzhou University, is an attempt to close that gap without reintroducing structure preparation.
The work begins with an audit rather than an architecture. The authors benchmark sequence-, graph-, and image-based pretrained encoders on the same affinity task under a common projector–transformer–predictor harness, producing a like-for-like comparison of encoder families that the field had lacked. SMILES-based transformers consistently beat graph and image encoders; among protein encoders, larger pretraining helps, but the best ESM-2 representation comes from an intermediate layer rather than the final output — evidence that fine-grained features carry more affinity signal than coarse abstractions.
The second contribution is Hydraformer, a modality-aware mixture-of-experts (MoE) fusion block, cascaded with MoE modality encoders and an MoE predictor head. The result sits alongside other recent sequence-first affinity predictors such as AQAffinity and structure-based scoring functions like GatorAffinity, but distinguishes itself by being applied to external screening benchmarks from a single fixed checkpoint.
Ligands are encoded by pretrained models spanning SMILES and SELFIES text (MolFormer, ChemBERTa, PepDoRA, MolAI, SELFormer), molecular graphs (Uni-Mol, GeminiMol), and rendered 2D and PyMOL images (ImageMol, MaskMol), capped at 256 tokens or atoms. Receptors use ESM-2 (650M and 3B), ESM-3, SaProt, and ProSST-2048, with embeddings averaged over sequence and then over chains. MoE modules follow the DeepSeek-V3 formulation — a linear router, shared experts, and twelve single-layer routing experts — with noise routing during training and a cross-entropy load-balancing constraint against a uniform target, scaled between 1e-7 and 0.05.
Training uses the EHIGN split of PDBbind v2016 (11,904 training, 1,000 validation complexes) with AdamW at a 1e-4 learning rate, batch size 196 or 256, and early stopping; all runs are repeated across three seeds on a single consumer GPU. On the CASF-2016 core set (285 complexes) the model reaches an average RMSE of 1.161 and a concordance index of 0.826, outperforming all interaction-free baselines and matching state-of-the-art interaction-based methods. Zero-shot enrichment is measured on DUDE-Z (43 targets) and LIT-PCBA (15 targets, ~1:332 active-to-inactive ratio), where HydrAffinity leads on EF5% against PLANET and Glide SP while showing no consistent advantage at EF1%. Performance degrades on the GEMS clean split and on the charge-extreme DUDE-Z Extrema subset, where all tested representations fall to roughly random AUROC.
The intended role is an early-stage pre-filter for ultra-large virtual screening: rank a multimillion-compound library at sequence-level cost, retain a large fraction of true actives in the top 5%, and hand a drastically reduced set to slower docking or interaction-based rescoring. The design is deliberate about that positioning — strong EF5% with unremarkable EF1% suits triage rather than final hit prioritization. The same recipe transfers to Davis, KIBA, and BindingDB with only the MoE predictor retained, making it usable for general drug-target affinity regression where structures are unavailable.
HydrAffinity is a bioRxiv preprint from a two-author group and has not yet been peer-reviewed; the CASF-2016 comparison is against literature-reported baselines rather than uniformly re-run head-to-head. Its more durable contribution may be the encoder audit, which supplies concrete guidance on which pretrained representations are worth using for affinity tasks and documents that no single ligand encoder wins across LIT-PCBA targets. Reproduction code is public and the trained weights and assembled PDBbind data are deposited on Zenodo, though the code repository carries no license file, which leaves reuse terms for the software itself undefined.
Bao, H. & Dong, S. (2026) A Preparation-Free Mixture-of-Experts Framework for Protein-Ligand Affinity Prediction. bioRxiv.
DOI: 10.64898/2026.07.24.740495Papers that recently cited this model.
The most-cited papers that cite this model.
Providers that host HydrAffinity for inference, fine-tuning, or weight download.
No providers recorded yet. Browse all providers
Not enough data