Advancements in Protein Structure PredictionA Deep Learning Perspective
Over 200 million protein sequences sit in UniProt. Fewer than 200,000 experimentally determined structures exist in the Protein Data Bank. That gap — three orders of magnitude — is not a backlog. It is a structural ceiling imposed by the tools we have used for decades to understand how proteins actually work. Something had to fill it. That something turned out to be deep learning, and what happened next reshaped an entire field. To understand why artificial intelligence entered protein structure prediction, you have to feel the weight of the experimental bottleneck. X-ray crystallography can reach atomic-level resolution, but it requires high-quality crystals, and crystal growth often fails outright for membrane proteins, large macromolecular assemblies, or intrinsically flexible systems. The failure rate is high and the timeline is long. Nuclear magnetic resonance spectroscopy is confined to proteins smaller than roughly 30 kilodaltons — about 270 amino acids — because larger systems produce spectral overlap that swamps the signal. Cryo-electron microscopy has dramatically extended the accessible size range, but it remains costly and faces real challenges in sample preparation and resolving flexible regions. All three reviews — from Qin and colleagues, from Meng and colleagues, and from Yin and colleagues — characterize these pipelines the same way: low throughput, expensive, slow, and selective about which proteins they can even attempt.
Traditional computation was supposed to help. Template-based modeling works well when a close structural homolog exists, but accuracy deteriorates for orphan proteins lacking structural analogs. In practice, you typically need greater than 30 percent sequence identity to reach near-experimental accuracy. Ab initio or template-free methods, which try to fold a protein from physics alone, hit a combinatorial wall. As protein size grows, conformational space grows exponentially. In the CASP7 assessment, I-TASSER — a leading fragment-assembly approach — produced correct topologies for only 7 of 19 free-modeling targets, restricted to sequences of 155 residues or fewer, with an average root-mean-square deviation of 13.5 angstroms. Template-based methods averaged around 5 angstroms on comparable regions. These numbers show the gap between what physics-based sampling could deliver and what biology actually needs. So the field arrived at deep learning not by fashion but by necessity. The core insight that unlocked progress was this: co-evolutionary signals hidden in multiple sequence alignments encode structural constraints. If two residues mutate together across thousands of organisms, they are probably in contact in three-dimensional space. That signal had been known for years, but extracting it reliably required architectures capable of learning non-linear, long-range dependencies across a full sequence simultaneously.
The progression of architectures reflects an increasingly sophisticated understanding of that problem. Convolutional neural networks captured local contact patterns well but struggled with residues far apart in sequence. Recurrent networks and long short-term memory architectures modeled sequential dependencies but had difficulty with truly global relationships. Graph neural networks, which represent proteins as graphs where nodes are residues and edges encode spatial or sequential proximity, handled geometric relationships more naturally. This proved particularly useful for modeling three-dimensional structure directly. But the architecture that the field ultimately converged on was the Transformer, and specifically the attention mechanism that lets every residue attend to every other residue simultaneously, regardless of distance in the sequence. What these models actually consume matters. They take in multiple sequence alignments, pairwise distance distributions, torsion angle distributions, and dihedral constraints as input features. Protein language models like the ESMFold family — trained on sequences alone, without alignments — learn statistical regularities across hundreds of millions of sequences and embed those into dense representations that implicitly capture structural information.
The reviews from Meng and colleagues and Yin and colleagues both survey these architectural families systematically, and the trajectory is consistent: from local pattern recognition toward global, attention-based representations of the full residue-composition interaction graph. AlphaFold2 was the inflection point where this trajectory became undeniable. Its core innovation was the Evoformer, a deep stack of attention blocks that simultaneously updates two representations: a row-and-column attention mechanism over the multiple sequence alignment, and a pairwise representation of residue-residue relationships. These two tracks cross-communicate through every layer, so evolutionary information and geometric constraints are jointly refined rather than processed in sequence. The output of the Evoformer feeds a structure module that uses invariant point attention — a form of attention that respects the rotational and translational symmetry of three-dimensional space — to directly predict backbone and sidechain coordinates. At CASP14, AlphaFold2 achieved a global distance test score of roughly 92. The assessment organizers described that as comparable to experimental accuracy. The next-best method scored around 75. This was not incremental improvement. It was a discontinuity.
RoseTTAFold, developed in parallel by David Baker's group, took a different but complementary architectural approach: three tracks updated simultaneously, representing sequence in one dimension, pairwise residue relationships in two dimensions, and three-dimensional atomic coordinates in a third track. The three tracks exchange information throughout the network. The result is a model that also achieves near-experimental accuracy while being structured differently enough from AlphaFold2 to make the two approaches partially complementary for complex targets. ESMFold, from Meta AI, trades alignment depth for speed. It uses a single input sequence — no multiple sequence alignment required — processed through a large protein language model with around 15 billion parameters, then decoded through a structure prediction head. The accuracy is somewhat lower than AlphaFold2 for well-studied proteins, but the speed advantage is enormous. ESMFold runs orders of magnitude faster, enabling proteome-scale prediction in hours rather than days. For orphan sequences with no homologs to build an alignment from, ESMFold offers something AlphaFold2 cannot — a prediction at all, even if less precise.
AlphaFold3 extends the framework further by replacing the structure module with a diffusion-based generative head. Instead of directly predicting coordinates, it samples from a learned distribution over three-dimensional structures, which in principle allows it to represent structural uncertainty and generate diverse conformations. More importantly, AlphaFold3 operates on joint inputs: proteins, DNA, RNA, and small molecules simultaneously. This lets it model protein-ligand complexes, protein-nucleic acid interfaces, and multicomponent assemblies as a single prediction problem rather than requiring separate pipelines. The two confidence metrics listeners need to interpret any of these outputs are the predicted local distance difference test score, or pLDDT, which quantifies per-residue local accuracy on a scale from 0 to 100, and the predicted alignment error, or PAE, which estimates the expected positional error between pairs of residues. PAE is particularly informative for assessing the reliability of domain-domain interfaces in multimers. What this prediction capability has enabled is concrete. DeepMind deployed AlphaFold in early 2020 to model several understudied SARS-CoV-2 proteins — the membrane protein, ORF3a, Nsp2, Nsp4, Nsp6, and the papain-like protease — and released those models before experimental structures existed. When experimental determination of ORF3a followed, it validated AlphaFold's novel-fold predictions.
Meng and colleagues also document how Yang and colleagues used AlphaFold2 to model spike, membrane, and nucleocapsid proteins from the Omicron variant to analyze structural changes in the receptor-binding and N-terminal domains relevant to immune evasion. Further work combined artificial intelligence predictions with computational screening to nominate repurposable, FDA-approved drugs against emerging viral targets. In enzyme engineering, ESMFold and related tools supply three-dimensional templates for downstream design. Geometric graph neural networks and attention-based models focus mutation searches on catalytic residues, while molecular dynamics is used to probe active-site dynamics and binding-pocket stability. ProteinMPNN, highlighted by Yin and colleagues, outperforms previous sequence-design approaches in speed, accuracy, and experimental success rate. It is increasingly used in combination with predicted backbone models to generate stable enzyme variants. The AlphaFold Protein Structure Database — which Varadi and colleagues reported contains over 214 million predicted structures — has become infrastructure. Pharmaceutical companies including Pfizer, Novartis, and AstraZeneca have integrated AlphaFold and related models into discovery pipelines. Tunyasuvunakool and colleagues reported confident structural coverage with pLDDT greater than 70 for roughly 98.5 percent of the human proteome — a number that would have been unthinkable five years ago.
But the honest ledger matters here, and all three reviews are candid about it. The most fundamental limitation is that these models output a single static conformation. Real proteins are dynamic ensembles. Qin and colleagues and Yin and colleagues both state explicitly that current systems have limited ability to predict dynamic changes under physiological conditions. This is not a minor caveat for drug discovery — conformational flexibility determines binding pockets, allosteric communication, and induced-fit effects. Groups that dock directly into a single predicted model without accounting for this report lower hit rates. AlphaFold3 specifically predicts the ligand-bound closed state for E3 ubiquitin ligases even for apo sequences, missing the native open state observed experimentally. Intrinsically disordered regions are a related blind spot. Very low pLDDT scores correlate with intrinsic disorder, and AlphaFold3's diffusion head can produce spurious hallucinated order in disordered segments. Those hallucinations are typically flagged by low confidence, but they remain misleading unless filtered explicitly. Membrane proteins and large multicomponent assemblies are systematically underperformed because transmembrane regions are hydrophobic and structurally unstable experimentally, making high-quality training examples scarce.
Stereochemical errors are quantifiable and non-negligible. Even after adding a chirality penalty during ranking, AlphaFold3 shows a chirality violation rate of 4.4 percent on the PoseBusters benchmark. Atomic clashes persist — penalizing them reduces but does not eliminate their occurrence, and almost all remaining severe clashes occur in protein-nucleic acid complexes exceeding 100 nucleotides and 2,000 total residues. Training data bias is structural, not accidental. The Protein Data Bank is dominated by static, thermodynamically stable, soluble proteins. Models trained on it overfit to that distribution and generalize poorly to under-sampled classes — fold-switchers, transient states, membrane proteins. AlphaFold2's performance degrades substantially when multiple sequence alignment depth falls below roughly 30 sequences. For orphan or taxonomically rare proteins, the models that depend on alignment depth are unreliable in a specific, predictable way. Finally, interpretability remains genuinely absent. Qin and colleagues call these systems black-box models. Yin and colleagues conclude that interpretability and reliability are not yet sufficient to replace experimental validation. For a domain expert trying to infer mechanism or design an intervention from a predicted structure, that is a meaningful constraint.
The future directions across all three reviews converge with unusual consistency. The highest-priority shift is from static single outputs toward explicit conformational ensemble modeling. Diffusion-based and generative frameworks are the natural path — they can in principle sample multiple states rather than collapse to one. But this requires both better generative architectures and better training data that represent multiple conformational states, not just the most stable crystallographic form. Hybridizing physics and machine learning is the second convergent theme. The reviews frame this not as choosing one or the other but as integration — using learned models for the heavy lifting of structure prediction while preserving physics-based approaches for energetic realism, sampling of rare states, and refinement. AlphaLink and related methods that incorporate experimental restraints from cross-linking mass spectrometry into the prediction process are early examples of this hybrid philosophy.
Protein language models will continue to scale and become multimodal. The reviews cite examples where language models are already being combined with small-molecule representations and nucleic acid sequences to predict complexes — Umol and RoseTTAFoldNA are cited as examples of this direction. AlphaFold3 begins to address protein-RNA, protein-DNA, and protein-ligand interfaces, but reviewers across all three papers caution that accurate interface dynamics, binding energetics, and small-molecule pose fidelity still require substantially more work. The interfaces are better handled than before. They are not solved. Interpretability is framed not as a fairness concern but as a scientific necessity. Understanding why a model predicts a given fold — which evolutionary signals drove which structural decisions — matters for extracting biological insight rather than just structural coordinates. Closing the loop between prediction and experiment through automated design-validation pipelines appears in all three reviews as a near-term priority: treating predicted structures as hypothesis generators that must be rapidly tested, refined, and confirmed. The quantitative summary is this: AlphaFold2 achieved near-experimental accuracy on roughly two-thirds of CASP14 targets. Single-sequence language models like trRosettaX-Single report average TM-scores around 0.79 on certain benchmarks. The AlphaFold database covers 98.5 percent of the human proteome with confident predictions.
The core fold-prediction problem for well-studied, globular, soluble proteins is largely solved. That is a genuine, historic achievement. The frontier is everything else — dynamics, disordered regions, membrane systems, multicomponent assemblies, non-protein interfaces, interpretability, and the automated cycle that connects a computational prediction to an experimentally validated result. The three threads these reviews represent, taken together, tell you exactly where the field stands: remarkable progress on a narrow slice of biology, and an enormous amount of work still to do on the rest. This lecture was created by ennepō. Go to https://ennepo.ai to Discover, Create and Follow the latest research in your field. Read when you can. Listen when you want to.
Related lectures
- Protein structure prediction powered by artificial intelligence: from biochemical foundations to practical applications
- Protein structure prediction via deep learning: an in-depth review
- Deep learning methods for protein structure prediction
- Dysfunction of the intestinal microbiome in inflammatory bowel disease and treatment
- Revised Estimates for the Number of Human and Bacteria Cells in the Body
- Dynamic regulation of genome-wide pre-mRNA splicing and stress tolerance by the Sm-like protein LSm5 in Arabidopsis