SimpleFold: Folding Proteins Is Simpler than You Think

Abstract

Protein folding models have achieved groundbreaking results typically via a combination of integrating domain knowledge into the architectural blocks and training pipelines. Nonetheless, given the success of generative models across different but related problems, it is natural to question whether these architectural designs are a necessary condition to build performant models. In this paper, we introduce SimpleFold, the first flow-matching based protein folding model that solely uses general purpose transformer blocks}. Protein folding models typically employ computationally expensive modules involving triangular updates, explicit pair representations or multiple training objectives curated for this specific domain. Instead, SimpleFold employs standard transformer blocks with adaptive layers and is trained via a generative flow-matching objective with an additional structural term. We scale SimpleFold to 3B parameters and train it on approximately 9M distilled protein structures together with experimental PDB data. On standard folding benchmarks, SimpleFold-3B achieves competitive performance compared to state-of-the-art baselines, in addition SimpleFold demonstrates strong performance in ensemble prediction which is typically difficult for models trained via deterministic reconstruction objectives. SimpleFold challenges the reliance on complex domain-specific architectures designs in protein folding, opening up an alternative design space for future progress.

Cite

Text

Wang et al. "SimpleFold: Folding Proteins Is Simpler than You Think." International Conference on Learning Representations, 2026.

Markdown

[Wang et al. "SimpleFold: Folding Proteins Is Simpler than You Think." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/wang2026iclr-simplefold/)

BibTeX

@inproceedings{wang2026iclr-simplefold,
  title     = {{SimpleFold: Folding Proteins Is Simpler than You Think}},
  author    = {Wang, Yuyang and Lu, Jiarui and Jaitly, Navdeep and Susskind, Joshua M. and Bautista, Miguel Ángel},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/wang2026iclr-simplefold/}
}