← back
Zero-shot design of drug-binding proteins via neural iterative selection−expansion
Benjamin Fry (et. al) · Paper · June 27, 2026
Main Takeaways
- A self-consistent folding → inverse-folding loop can generate strong binders
- Ligand self-consistency is the stronger screen than backbone self-consistency
- Pretty easy to add ligand conditioning to inverse-folding models, not sure how I never thought about this lol
- Neural proofreading is really good: LASErMPNN can suggest mutations, to improve binding, which yielded some super good results.
Model Approach
Neural Iterative Selection-Expansion (NISE): coordinate ascent over inverse-folding (LASErMPNN) and folding (Boltz-2, RFAA) models:
\[P(\text{sequence} \mid \text{structure, ligand}) \to
P(\text{structure, ligand} \mid \text{sequence}) \\ \to P(\text{sequence} \mid \text{structure, ligand}) \to \ldots\]
Self-consistency hypothesis: complexes that are robust to this iteration are structurally sound → good binders. I’ve always felt this idea is pretty natural and nice.
- Start with docked complex, generate many sequences, then keep the high confidence ones, continue.
- probably need to tune hyperparameters here to not have combinatorial blowup? they used 35 rounds
LASErMPNN is inverse-folding with a few main changes:
- Condition on protein backbone + ligand atoms
- pretrained ligand encoder for ligand atoms:
The ligand node embeddings (e1, e2, etc) are taken from a pretrained ligand encoder (box labelled pretrained ligand encoder) and locked during training. The ligand encoder is trained to predict the atomic properties of ligands (such as the partial atomic charge) conditioned on atomic coordinates and elements.
- Predicts amino-acid identity + sidechain dihedrals jointly
- latter matters for bound complexes because overpacking is more relevant (as opposed to protein-only) and ligands mainly interact with sidechains anyway
Autoregressive sampling (AS) is performed in turn for each L residue of the protein. Each new residue prediction is conditioned on previously decoded residue identities and their associated dihedral angles
Disorganized Notes
- Figure 1 (c) is kinda nuanced and partly obvious, partly not
- obviously ligand pLDDT will increase with ISE design iteration since that’s what’s being optimized against? since only high-confidence structures are recycled
- sequence NLL is less direct, i guess, but the scale also seems really small? maybe i’m missing something
- personally am not surprised by Rosetta minimization not doing that well, lots of my attempts at physicality interp with inverse folding models have shown me that these models are probably learning more statistical things than physical things
Iteratively selecting Rosetta-minimized structures by ligand energy and expanding them using sequence design with LASErMPNN did not reduce the NLL of designed sequences nor increase the pLDDT of ligands in predicted co-structures. This implies that these structures are not sufficiently altered to more strongly encode optimal sequences. These results show that both neural networks in NISE are important for optimization.
This is a good point; use cofolding as basin-escaping behavior, pretty much.
- Figure 16 (supplementary material) is very cool: “Ligand confidence and self-consistency are correlated with experimental outcomes of binding”
- very unambiguous trend, but the systems are super prefiltered, so this is likely just an especially nice case. definitely not indicative of some general statement like ‘ligand pLDDT generally predicts binder success’
- lots of actual binder validation (experimental), so very strong here.
- model choice matters a lot, especially for the cofolding part of the workflow; this is a workflow-limiting factor:
NISE is agnostic to the specific networks used; as these models improve, so will NISE. Indeed, a RFAA-based assessment would have led us to discard our apixaban binders (Supplementary Fig. 36); the use of Boltz-2 was important to select binders for experimental testing.
- Figure 4 is so cool. Really insane that the suggested mutations were physically realized and confirmed 100x stronger binding.