REVIEW 3 major objections 6 minor 22 references
UMA-Inverse: Ligand-Conditioned Protein Inverse Folding with a Distogram-Supervised Dense Pair Encoder
T0 review · 3 major / 6 minor · reviewed 2026-07-10 · grok-4.5
Pith's one-line read A compact dense pair encoder for ligand-conditioned protein design trails LigandMPNN on recovery but carries ligand identity far past the pocket.
desk verdict Honest compact dense-pair baseline that trails matched LigandMPNN but cleanly measures distal ligand-signal persistence; missing ablations are real but not fatal to the modest claim. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The six-block PairMixer dense pair encoder: an all-pairs residue–residue and residue–ligand tensor refined only by triangle multiplication and a transition MLP, kept structure-predictive by an auxiliary distogram head and read out by position-specific ligand attention for the autoregressive decoder.
What would settle it
Train matched on/off ablations that remove the distogram head and replace the learned ligand attention with uniform mean-pool; if interface recovery and the distal-shell KL signal stay essentially unchanged, the claimed causal role of those two additions fails.
Extended reading notes
Core claim
A distogram-supervised dense PairMixer encoder (triangle multiplication only, no triangle self-attention or sequence track) plus a learned position-specific ligand readout is a viable, compact architecture for ligand-conditioned inverse folding. It achieves 56.1/55.1/35.3% interface recovery on the small-molecule/metal/nucleotide splits and produces foldable, ligand-competent redesigns under cofolding, while measurably propagating ligand identity to distal residues at several-fold to roughly 30× the residual signal of a sparse local graph beyond about 10 Å.
Load-bearing premise
That the two added pieces—the auxiliary distance head and the position-specific ligand attention—are what make the dense encoder work and produce the distal ligand signal, even though the paper never turns either of them off in a controlled test.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. UMA-Inverse is a compact (~3.3M-parameter) ligand- and nucleic-acid-conditioned inverse-folding model that replaces LigandMPNN’s sparse k-NN GNN encoder with a six-block PairMixer (triangle multiplication only, no triangle self-attention or sequence track) over a dense residue–residue and residue–ligand pair tensor, supervised by an auxiliary distogram loss and decoded with a learned position-specific ligand attention readout. On the LigandMPNN test splits the model reports 56.1%/55.1%/35.3% interface recovery (small-molecule/metal/nucleotide), trailing a matched-protocol re-run of LigandMPNN (59.8/64.4/53.3) by less than published LigandMPNN numbers imply. Pocket-fixed redesigns are foldable and ligand-competent under Boltz-2 cofolding, again modestly behind LigandMPNN. The distinctive empirical claim is representational: shell-wise KL analysis shows the dense encoder retains ligand-conditioning signal far beyond ~10 Å, where LigandMPNN’s local graph collapses. The paper positions the model as a compact baseline plus a characterization of dense all-pairs ligand information flow, not as a SOTA design tool.
Significance. If the reported numbers and distal-signal characterization hold, the work is a useful, modest contribution to ligand-conditioned inverse folding: it documents that a stripped PairMixer encoder is viable at ProteinMPNN/LigandMPNN scale, provides a carefully matched re-evaluation of LigandMPNN that shrinks the apparent gap, and quantifies a concrete architectural difference (long-range ligand propagation) that sparse graphs do not exhibit. Strengths that should be credited include the matched-protocol LigandMPNN re-run with paired Wilcoxon tests and bootstrap CIs, Boltz-2 cofolding as an orthogonal structural check, the distance-shell KL diagnostic, public code/weights/demo, and an unusually candid discussion of the nucleotide failure and metal-split contamination. The result is not accuracy-leading and does not claim to be; its value is as a compact baseline and a representational analysis rather than a new design frontier.
major comments (3)
- §3.2 and Contributions 1–2 present the auxiliary distogram objective (Eq. 1, λ=0.2) and the position-specific ligand-attention readout (Eq. 2) as the two design choices that distinguish UMA-Inverse from a bare dense-encoder baseline and that target specific failure modes. §5 Limitations explicitly admits there is no on/off ablation of either component, and no recovery or distal-KL comparison against a dense encoder without them. Without those controls, the causal link from the named additions to the reported recovery and to the distal signal is unsupported; the dense-vs-sparse contrast in §4.5 can still stand, but the architectural narrative and contribution list currently over-claim. Either ablations (distogram on/off; mean-pool vs learned ligand attention) or a clear reframing that treats both as untested design rationale is needed before the methods contribution is load-bearing.
- §4.3 and §5 attribute the nucleotide failure (35.3%, matching ligand-agnostic ProteinMPNN) to the global ≤50-atom ligand budget under a shared dense token axis, with quantitative support (median 9% of NA heavy atoms retained; median 24% of the true interface). That diagnosis is plausible and well argued, but the paper then proposes a hybrid residue-tensor + per-residue atom-context fix as “the most promising path” without any experiment. Given that nucleotide conditioning is one of the three headline splits and is listed as a design goal (§1, nucleic-acid routing), either a minimal hybrid/local-atom-context experiment or a sharper statement that nucleotide design is out of scope for this architecture would make the central multi-class claim more defensible.
- §4.5 reports distal ligand signal “several-fold, up to ~30×” above LigandMPNN beyond ~10 Å, while §4.3–4.4 show LigandMPNN remains more accurate at the interface and on pocket-fixed distal recovery. The paper correctly cautions that distal persistence does not yield a design advantage on native recovery. To keep the representational claim from being over-read, the abstract and conclusion should state more explicitly that the distal KL elevation is a measured encoding property of the dense pair tensor, not evidence of improved allosteric or multi-site design competence—those tasks are left to future work and are not tested here.
minor comments (6)
- §3.1: the 384-node crop and M=50 ligand-atom cap are important protocol details; stating how often training/test structures hit these caps (and whether recovery correlates with cropping) would help readers judge selection effects.
- Figure 5: log-scale KL with ±1 SEM is informative; adding the absolute mean KL values in a small table (or in the caption) would make the “~30×” claim easier to verify without reading off the plot.
- §4.2 teacher-forced recovery (66.1%) and Stage-3 val accuracy (63.2%) are on different metrics/splits than interface recovery; a one-sentence reminder in §4.1 that these are not comparable to LigandMPNN’s published recovery would reduce misreading.
- §5 Split integrity: the discussion of adventitious Zn²⁺ in 1F35/1JOB is valuable; if feasible, a brief count of how many metal-split entries are crystallization additives (even a lower bound) would strengthen that caveat.
- Typos/clarity: Abstract “UMA-Inverse, which replaces…” is fine; ensure consistent hyphenation of “residue–residue” / “residue-ligand” and of “PairMixer” vs “pair mixer” throughout. Reference list formatting is generally clean.
- §3.4 Inference: “autoregressive context is zeroed… making the decoder a one-shot predictor” is important; cross-reference that this matches ProteinMPNN/LigandMPNN practice so readers do not treat it as a limitation unique to UMA-Inverse.
Circularity Check
No significant circularity: empirical ML architecture paper with external-benchmark recovery and measured distal KL, not a derivation that reduces to its inputs by construction.
full rationale
UMA-Inverse is a methods paper that proposes a compact PairMixer encoder plus auxiliary distogram and position-specific ligand attention, trains on the public LigandMPNN splits, and reports interface recovery, pocket-fixed redesigns, Boltz-2 cofolds, and distance-shell KL (ligand-on vs. ligand-masked). None of the load-bearing claims is definitional or fitted-then-predicted: recovery is argmax match to native sequence on held-out PDBs under a matched protocol that also re-runs LigandMPNN; the distal-signal claim is an empirical KL contrast between two complete systems (dense all-pairs tensor vs. sparse k-NN graph), not a tautology of the architecture. The auxiliary distogram (Eq. 1, λ=0.2) and ligand-attention readout (Eq. 2) are training/inference design choices whose contribution is not ablated, but that is an experimental gap, not circularity. Citations (ProteinMPNN, LigandMPNN, AlphaFold2/3, PairMixer of Ouyang-Zhang et al., Boltz-2) are external; the sole author has no load-bearing self-citation chain. Training curriculum, noise, and crop sizes are ordinary hyperparameters that do not force the reported numbers. The paper is therefore self-contained against external benchmarks; score 0 with empty steps is the correct outcome.
Assumptions & free parameters
free parameters (6)
- distogram loss weight λ =
0.2
- PairMixer depth and width =
6 blocks, d=128
- global ligand atom budget M =
50
- node crop limit =
384
- coordinate noise and sidechain-as-ligand rate =
σ=0.1Å, p=0.03
- sampling temperature T =
0.1
assumptions (4)
- domain assumption Triangle multiplication without triangle self-attention recovers nearly all geometric inductive bias needed for structure-aware pair tensors.
- domain assumption Native interface sequence recovery (5Å sidechain–nonprotein cutoff) and Boltz-2 ligand ipTM/RMSD are valid proxies for ligand-binding design quality.
- domain assumption LigandMPNN train/val/test splits at 30% sequence identity are an appropriate shared benchmark despite retrieval and adventitious-metal issues.
- ad hoc to paper Routing DNA/RNA ATOM records into a shared ligand atom pool is a legitimate way to condition on nucleotide partners.
invented entities (1)
-
UMA-Inverse PairMixer + learned ligand-attention decoder
Cite this review
Pith. "Pith review of UMA-Inverse: Ligand-Conditioned Protein Inverse Folding with a Distogram-Supervised Dense Pair Encoder." pith.science (2026). https://pith.science/paper/2QRUDYSP
@misc{pith2026260707866,
author = {Pith},
title = {Pith review of: UMA-Inverse: Ligand-Conditioned Protein Inverse Folding with a Distogram-Supervised Dense Pair Encoder},
year = {2026},
howpublished = {\url{https://pith.science/paper/2QRUDYSP}},
note = {Machine review of arXiv:2607.07866}
}
abstract
Designing protein sequences that bind specific ligands benefits from an inverse-folding model conditioned on full ligand geometry. We present UMA-Inverse, which replaces the sparse graph backbone of LigandMPNN with a dense pair-representation encoder: a six-block PairMixer (triangle multiplication, no triangle self-attention or sequence track) refines all residue-residue and residue-ligand atom pairs, supervised by an auxiliary distogram objective, and an autoregressive decoder attends over ligand atoms through a learned, position-specific readout of the pair tensor. The model is compact ($\sim$3.3 M parameters). On the LigandMPNN test splits it reaches 56.1%/55.1%/35.3% interface recovery (small-molecule/metal/nucleotide). It trails LigandMPNN, but by less than the published numbers suggest: re-run under our identical protocol, LigandMPNN scores 59.8/64.4/53.3 (vs. published 63.3/77.5/50.5). In a pocket-fixed setting the redesigns are confidently folded and ligand-binding-competent under Boltz-2 cofolding, again modestly behind LigandMPNN. Its distinctive property is representational: the dense encoder propagates ligand identity to residues far beyond the interface, where LigandMPNN's signal decays. We offer UMA-Inverse as a compact baseline for ligand-conditioned inverse folding that trails LigandMPNN in accuracy, together with a characterization of how a dense all-pairs encoder distributes ligand information.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Justas Dauparas, Ivan Anishchenko, Nathaniel Bennett, Hua Bai, Robert J. Ragotte, Lukas F. Milles, Basile I. M. Wicky, Alexis Courbet, Rob J. de Haas, Neville Bethel, Philip J. Y. Leung, Timothy F. Huddy, Samuel Pellock, Doug Tischer, Frederick Chan, Brian Gross, Vikram Bhatt, Asim Kang, et al. Robust deep learning–based protein sequence design using Prot...
-
[2]
Justas Dauparas, Gyu Rie Lee, Robert Pecoraro, Linna An, Ivan Anishchenko, Cameron Glasscock, and David Baker. Atomic context-conditioned protein sequence design using LigandMPNN.Nature Methods, 22(4):717–723, 2025. doi: 10.1038/s41592-025-02626-1. Preprint: bioRxiv 2023.12.22.573103
-
[3]
Kai Yi, Kiarash Jamali, and Sjors H. W. Scheres. All-atom inverse protein folding through discrete flow matching. InInternational Conference on Machine Learning (ICML), 2025. arXiv:2507.14156
work page Pith review arXiv 2025
-
[4]
Highly accu- rate protein structure prediction with AlphaFold.Nature, 596(7873):583–589, 2021
John Jumper, Richard Evans, Alexander Pritzel, Tim Green, Michael Figurnov, Olaf Ron- neberger, Kathryn Tunyasuvunakool, Russ Bates, Augustin Žídek, et al. Highly accu- rate protein structure prediction with AlphaFold.Nature, 596(7873):583–589, 2021. doi: 10.1038/s41586-021-03819-2
-
[5]
Ballard, Joshua Bambrick, et al
Josh Abramson, Jonas Adler, Jack Dunger, Richard Evans, Tim Green, Alexander Pritzel, Olaf Ronneberger, Lindsay Willmore, Andrew J. Ballard, Joshua Bambrick, et al. Accurate structure prediction of biomolecular interactions with AlphaFold 3.Nature, 630:493–500, 2024. doi: 10.1038/s41586-024-07487-w
-
[6]
Jeffrey Ouyang-Zhang, Pranav Murugan, Daniel J. Diaz, Gianluca Scarpellini, Richard Strong Bowen, Nate Gruver, Adam Klivans, Philipp Krähenbühl, Aleksandra Faust, and Maruan Al- Shedivat. Triangle Multiplication Is All You Need For Biomolecular Structure Representations. arXiv:2510.18870 [q-bio.QM], 2025. Genesis Research; UT Austin
-
[7]
Bowen Jing, Stephan Eismann, Patricia Suriana, Raphael J. L. Townshend, and Ron Dror. Learning from protein structure with geometric vector perceptrons. InInternational Conference on Learning Representations (ICLR), 2021. URL https://openreview.net/forum?id=1YLJ DvSx6J4
work page 2021
-
[8]
Learning inverse folding from millions of predicted structures
Chloe Hsu, Robert Verkuil, Jason Liu, Zeming Lin, Brian Hie, Tom Sercu, Adam Lerer, and Alexander Rives. Learning inverse folding from millions of predicted structures. InInternational Conference on Machine Learning (ICML), pages 8946–8970. PMLR, 2022
work page 2022
Show all 22 references
-
[9]
Zhangyang Gao, Cheng Tan, and Stan Z. Li. PiFold: Toward effective and efficient protein inverse folding. InInternational Conference on Learning Representations (ICLR), 2023. URL https://openreview.net/forum?id=oMsN9TYwJ0j
2023
-
[10]
Accurate and robust protein sequence design with CarbonDesign.Nature Machine Intelligence, 6:536–547, 2024
Milong Ren, Chungong Yu, Dongbo Bu, and Haicang Zhang. Accurate and robust protein sequence design with CarbonDesign.Nature Machine Intelligence, 6:536–547, 2024. doi: 10.1038/s42256-024-00838-2
2024 doi
-
[11]
Boltz-2: Towards accurate and efficient binding affinity prediction.bioRxiv, 2025
Saro Passaro, Gabriele Corso, Jeremy Wohlwend, Mateo Reveiz, Stephan Thaler, Vignesh Ram Somnath, Noah Getz, Tally Portnoi, Julien Roy, Hannes Stark, David Kwabi-Addo, Dominique Beaini, Tommi Jaakkola, and Regina Barzilay. Boltz-2: Towards accurate and efficient binding affini...
2025 doi
-
[12]
Watson, David Juergens, Nathaniel R
Joseph L. Watson, David Juergens, Nathaniel R. Bennett, Brian L. Trippe, Jason Yim, Helen E. Eisenach, Woody Ahern, Andrew J. Borst, Robert J. Ragotte, Lukas F. Milles, et al. De novo design of protein structure and function with RFdiffusion.Nature, 620:1089–1100, 2023. doi: 1...
2023 doi
-
[13]
J. K. V. Butcher, R. Krishna, R. Mitra, R. I. Brent, Y. Li, N. Corley, P. Kim, J. Funk, S. V. Mathis, S. Salike, et al. De novo design of all-atom biomolecular interactions with RFdiffusion3. bioRxiv, 2025. doi: 10.1101/2025.09.18.676967
2025 doi
-
[14]
Shuai, Tianyu Lu, Subhang Bhatti, Petr Kouba, and Po-Ssu Huang
Richard W. Shuai, Tianyu Lu, Subhang Bhatti, Petr Kouba, and Po-Ssu Huang. Ensemble- conditioned protein sequence design with Caliby.bioRxiv, 2025. doi: 10.1101/2025.09.30.679633
2025 doi
-
[15]
Krapp, Fernando A
Lucien F. Krapp, Fernando A. Meireles, Luciano A. Abriata, and Matteo Dal Peraro. Context- aware geometric deep learning for protein sequence design.Nature Communications, 15:6273,
-
[16]
doi: 10.1038/s41467-024-50571-y
-
[17]
RNA sequence design and protein–DNA specificity prediction with NA-MPNN.bioRxiv, 2025
Andrew Kubaney, Andrew Favor, Lilian McHugh, Raktim Mitra, Robert Pecoraro, Justas Dauparas, Cameron Glasscock, and David Baker. RNA sequence design and protein–DNA specificity prediction with NA-MPNN.bioRxiv, 2025. doi: 10.1101/2025.10.03.679414
2025 doi
-
[18]
Benchmarking and consensus ranking of inverse folding models for protein–ligand interface design
Yao Wei, Uliano Guerrini, and Ivano Eberini. Benchmarking and consensus ranking of inverse folding models for protein–ligand interface design. InCompanion Proceedings of the 16th ACM International Conference on Bioinformatics, Computational Biology and Health Informatics (BCB ...
2025 doi
-
[19]
Decoupled weight decay regularization
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. InInternational Conference on Learning Representations (ICLR), 2019. URL https://openreview.net/for um?id=Bkg6RiCqY7
2019
-
[20]
Smith, Stuart Firestein, and John F
Paul C. Smith, Stuart Firestein, and John F. Hunt. The crystal structure of the olfactory marker protein at 2.3 å resolution.Journal of Molecular Biology, 319(3):807–821, 2002. doi: 10.1016/S0022-2836(02)00242-5
2002 doi
-
[21]
Vincenzo Laveglia, Andrea Giachetti, Davide Sala, Claudia Andreini, and Antonio Rosato. Learning to identify physiological and adventitious metal-binding sites in the three-dimensional structures of proteins by following the hints of a deep neural network.Journal of Chemical I...
2022 doi
-
[22]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow matching for generative modeling. arXiv:2210.02747 [cs.LG], 2022. 16
2022 arXiv
Reviewed July 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.