University of Texas at Austin / MIT CSAIL
De novo protein backbone generator trained on low-confidence AlphaFold structures as corrupted data, reaching 86% designability at 700 residues.
Generative models of protein backbones are limited by their training data. Experimentally solved structures are scarce, so the strongest de novo design models learn instead from the AlphaFold Protein Structure Database and its ~2.3M FoldSeek-derived clusters. Those predictions vary in quality, and the standard remedy — discarding everything below a pLDDT cutoff, typically 80 — introduces a subtle bias: AlphaFold2 confidence degrades as proteins get longer and more complex, so filtering skews training data toward short, simple folds. Models trained this way falter precisely where design is most interesting, on long multi-domain backbones.
Ambient Protein Diffusion, posted as a preprint in July 2025 by a group at the University of Texas at Austin and MIT CSAIL, inverts that choice. Instead of discarding low-confidence predictions, it treats them as corrupted samples of the true structure distribution and admits each one into training only at diffusion timesteps where its corruption has been erased by the noise schedule. The justification is that Gaussian noise contracts distributional distance: beyond a structure-specific "merging time," a low-pLDDT prediction is statistically indistinguishable from a noised experimental structure, and can be learned from without distorting the target distribution.
The consequence is an efficiency result: a 16.7M-parameter model trained on ~290K structures beats a 200M-parameter flow-matching baseline trained on ~780K structures on designability and diversity for long proteins, and outperforms RFdiffusion and Chroma-era pipelines on motif scaffolding without being tuned for it.
The architecture follows Genie 2 — an SE(3)-equivariant denoising diffusion model that represents proteins as point clouds of residue reference frames — scaled from 5 to 8 triangle layers, for 16.7M parameters. Training requires three changes to standard diffusion: a one-time annotation stage replacing each low-quality structure with a fixed noised version of itself, timestep-first sampling so noisy structures do not dominate updates, and a per-timestep loss rescaling the authors found essential when noise levels span a continuum rather than two discrete levels. Structures are binned by average pLDDT (>90, 80–90, 70–80); those below 70 are dropped. The corpus comes from the ~1.29M AFDB cluster representatives with pLDDT > 70, re-clustered into ~292K geometrically distinct clusters, with a smaller 143,615-structure variant also released. Sampling uses 1,000 steps at γ = 0.6.
Backbones are evaluated by ProteinMPNN inverse folding followed by ESMFold refolding. Designability and diversity both exceed 90% for 300–500 residue proteins and stay above 85% through 700 residues, falling to 68% at 800; against the prior state of the art at length 700, designability improves 26% and diversity 91%. TM-novelty reaches 0.682 against the PDB and 0.740 against AFDB in the long regime (lower is better). An ablation isolates the ambient objective: an otherwise identical model trained conventionally drops from 68% to 25% designable clusters at 800 residues.
The model targets unconditional generation of novel backbones at biologically realistic lengths, plus motif scaffolding, where a functional site is fixed and the surrounding structure is generated — the workhorse task for designing binders, enzyme active sites, and epitope-presenting immunogens. Its small size and short training schedule (roughly 1,000–5,000 GPU hours per checkpoint) put retraining and adaptation within reach of academic groups, and the corruption-aware recipe generalizes to any field whose largest dataset is synthetic.
Ambient Protein Diffusion argues that in structural generative modeling the ceiling has been data curation rather than model capacity: a model an order of magnitude smaller than its strongest competitor wins by using data that competitors discard. It also corrects the field's novelty benchmark, showing that previously reported TM-novelty scores relied on a since-patched FoldSeek bug and an incorrect sorting column, and recommending FoldSeek v10 with max alignment TM-score going forward. Code is released under Apache-2.0, with checkpoints and both training datasets on Hugging Face. The work is a preprint awaiting peer review, and the authors are explicit about its limits: average pLDDT is a coarse proxy for corruption, only one representative per AFDB cluster is used, the pLDDT-to-merging-time mapping was tuned empirically, and no design has yet been validated experimentally.
Papers that recently cited this model.
The most-cited papers that cite this model.
Providers that host Ambient Protein Diffusion for inference, fine-tuning, or weight download.
No providers recorded yet. Browse all providers
Not enough data