Inferensys

Glossary

AlphaFold

A deep learning system developed by Google DeepMind that predicts a protein's 3D structure from its amino acid sequence with high accuracy, often used to generate initial models for cryo-EM map interpretation.
ML engineer managing model training cluster on laptop, GPU utilization visible, technical deep learning setup.
PROTEIN STRUCTURE PREDICTION

What is AlphaFold?

AlphaFold is a deep learning system that predicts a protein's three-dimensional structure directly from its amino acid sequence with atomic accuracy, representing a fundamental breakthrough in computational biology.

AlphaFold is an artificial intelligence system developed by Google DeepMind that performs protein structure prediction—the computational determination of a protein's 3D folded conformation from its linear amino acid sequence. The system uses a novel Evoformer architecture that processes multiple sequence alignments and pairwise residue interactions through a triangular self-attention mechanism, iteratively refining spatial constraints to produce highly accurate atomic coordinate predictions.

The latest iteration, AlphaFold2, achieved groundbreaking results in the 2020 CASP14 competition by predicting structures with errors comparable to experimental methods like X-ray crystallography. In cryo-EM workflows, AlphaFold-generated models serve as high-quality initial templates for map interpretation, automated model building with tools like ModelAngelo, and molecular dynamics flexible fitting, dramatically accelerating the structure determination pipeline.

ARCHITECTURE & CAPABILITIES

Key Features of AlphaFold

AlphaFold represents a paradigm shift in structural biology, leveraging deep learning to predict protein 3D structures from amino acid sequences with experimental accuracy. Its architecture integrates multiple innovations in equivariant processing, attention mechanisms, and iterative refinement.

01

Evoformer: The Core Processing Engine

The Evoformer is AlphaFold's central neural network block that processes the Multiple Sequence Alignment (MSA) and pairwise residue interactions simultaneously. It uses a novel mechanism where information flows bidirectionally between the MSA representation and the pair representation through axial attention—applying attention across rows (sequences) and columns (residue positions) independently. This allows the model to reason about evolutionary covariation and spatial proximity jointly, capturing both co-evolutionary signals and geometric constraints in a single unified architecture.

48
Evoformer Blocks
~93M
Parameters in Evoformer
02

Structure Module: 3D Coordinate Prediction

The Structure Module translates abstract pair representations into explicit 3D atomic coordinates using an equivariant transformer architecture. Unlike traditional deep learning layers that operate on arbitrary vectors, this module respects the symmetries of 3D space—rotating or translating the input produces an identically transformed output. It predicts a residue gas representation where each amino acid is treated as a rigid body with a rotation matrix and translation vector, iteratively refining the backbone geometry through 8 cycles of Invariant Point Attention (IPA). This design ensures the predicted structure is physically plausible without requiring post-prediction energy minimization.

8
IPA Refinement Cycles
< 1 Å
Backbone RMSD (median)
03

Recycling: Iterative Self-Distillation

AlphaFold employs a recycling mechanism where the model's initial predictions are fed back as input for multiple passes, typically 3–4 iterations. At each cycle, the predicted pairwise distances and orientations refine the MSA and pair representations, allowing the model to progressively resolve structural ambiguities. This technique effectively performs in-silico self-distillation—the model learns from its own intermediate outputs to correct errors in side-chain packing and domain orientation. Recycling is particularly critical for challenging targets with shallow MSAs or multi-domain architectures where initial predictions may contain topological errors.

3–4
Typical Recycling Iterations
~0.5 Å
RMSD Improvement per Cycle
04

Confidence Metrics: pLDDT and PAE

AlphaFold outputs two critical per-residue confidence metrics that guide experimental interpretation. The predicted Local Distance Difference Test (pLDDT) scores each residue from 0–100, estimating how well the local atomic environment matches the true structure—residues with pLDDT > 90 are considered high-confidence and suitable for detailed analysis. The Predicted Aligned Error (PAE) matrix quantifies the expected positional error between any pair of residues when the predicted and true structures are optimally aligned. Low PAE values between domains indicate confident relative positioning, while high PAE suggests flexible linkers or domain uncertainty. These metrics are essential for cryo-EM model docking and assessing domain-level reliability.

0–100
pLDDT Score Range
Å
PAE Unit
05

AlphaFold-Multimer: Complex Prediction

AlphaFold-Multimer extends the original architecture to predict the structures of protein-protein complexes by modifying the input featurization and training on the PDB's biological assembly data. Key innovations include chain-relative position encoding to distinguish intra-chain from inter-chain residue pairs, and a cross-chain MSA representation that captures co-evolutionary signals across interaction interfaces. The model achieves high accuracy for obligate complexes and antibody-antigen pairs, though performance degrades for transient interactions or complexes with significant conformational changes upon binding. It outputs a unified structure with all chains simultaneously, avoiding the need for computational docking of individually predicted monomers.

~70%
High-Accuracy Complexes (DockQ > 0.8)
Multi-chain
Native Output Format
06

Training Regime and Data Pipeline

AlphaFold was trained on the Protein Data Bank (PDB) using a supervised learning paradigm with approximately 365,000 experimentally determined structures. The training pipeline includes extensive data augmentation through genetic database search against BFD, UniRef90, and MGnify clusters to construct rich MSAs. A critical innovation is the self-distillation process where the model generates predictions on UniClust30 sequences, and high-confidence predictions are added to the training set—effectively expanding the training data to millions of structures. The loss function combines the Frame Aligned Point Error (FAPE) for backbone accuracy with auxiliary losses on distogram, torsion angles, and masked MSA reconstruction, ensuring the model learns both local geometry and global topology.

~365k
Experimental Training Structures
~2.5 TB
Genetic Database Size
ALPHAFOLD

Frequently Asked Questions

Clear, technical answers to common questions about DeepMind's breakthrough protein structure prediction system and its role in structural biology.

AlphaFold is a deep learning system developed by Google DeepMind that predicts a protein's three-dimensional structure directly from its amino acid sequence with atomic accuracy. The architecture, particularly in AlphaFold2, operates through a novel Evoformer module that processes a multiple sequence alignment (MSA) and a pairwise residue representation simultaneously. Information flows back and forth between these two tracks via triangular multiplicative updates and axial attention mechanisms, allowing the model to reason about spatial relationships and co-evolutionary couplings. The processed representations are then fed into a Structure Module that uses Invariant Point Attention (IPA)—a form of attention that is equivariant to 3D rotations and translations—to iteratively refine the protein backbone and sidechain coordinates. The final output is a set of 3D atomic coordinates with per-residue confidence scores called predicted local distance difference test (pLDDT) values. Unlike traditional physics-based methods like molecular dynamics or homology modeling, AlphaFold learns the complex biophysical mapping from sequence to structure directly from experimental data in the Protein Data Bank (PDB).

ALPHAFOLD IN CRYO-EM

Applications in Structural Biology

AlphaFold has revolutionized cryo-EM workflows by providing high-accuracy initial models for molecular replacement, model building, and map interpretation, dramatically accelerating the structure determination pipeline.

01

Molecular Replacement for Cryo-EM

AlphaFold predictions serve as superior search models for molecular replacement in cryo-EM, even at low resolutions where traditional homology models fail.

  • Enables phasing of maps at 4-5 Å resolution where backbone tracing is ambiguous
  • Outperforms Rosetta and homology models in map-to-model correlation
  • Particularly effective for novel folds with no known structural homologs
  • Reduces the resolution barrier for de novo structure determination
4-5 Å
Minimum Resolution for MR
90%+
Success Rate vs Homology Models
02

Automated Model Building with ModelAngelo

ModelAngelo integrates AlphaFold predictions with graph neural networks to automate atomic model building directly into cryo-EM density maps.

  • Uses AlphaFold's confidence metrics (pLDDT) to guide sequence assignment
  • Combines GNN-based backbone tracing with predicted residue probabilities
  • Achieves near-complete models without manual intervention for maps better than 3.5 Å
  • Dramatically reduces model building time from weeks to hours
3.5 Å
Threshold for Automated Building
Weeks → Hours
Time Reduction
03

Flexible Fitting into Density Maps

AlphaFold structures are used as starting coordinates for molecular dynamics flexible fitting (MDFF) to capture conformational changes induced by the cryo-EM environment.

  • MDFF applies density-derived forces to flexibly fit AlphaFold models
  • Resolves domain movements and loop rearrangements not captured in the prediction
  • Validates AlphaFold's accuracy by measuring map-model cross-correlation
  • Identifies regions where the solution state differs from the predicted conformation
04

Heterogeneous Refinement Initialization

AlphaFold predictions provide multiple conformational states for initializing heterogeneous refinement, helping to resolve compositional and conformational heterogeneity.

  • AlphaFold's multimer predictions generate plausible assembly states
  • Used as 3D references for maximum-likelihood classification in RELION and cryoSPARC
  • Enables separation of apo vs. holo states and ligand-bound conformations
  • Validates the biological relevance of predicted alternative conformations
05

Map Interpretation and Validation

AlphaFold models serve as ground truth references for validating cryo-EM maps and identifying regions of genuine structural novelty.

  • FSC comparison between AlphaFold model and experimental map quantifies agreement
  • Q-score analysis identifies well-resolved vs. disordered regions
  • Highlights novel structural features absent from the prediction (e.g., ligands, cofactors)
  • Guides manual rebuilding efforts to regions where the prediction deviates from density
FSC 0.5
Typical Map-Model Agreement
06

Subtomogram Averaging Template Generation

AlphaFold predictions generate high-resolution templates for subtomogram averaging in cryo-ET, where individual particles are extracted from crowded cellular environments.

  • Provides initial references for aligning low-signal subtomograms
  • Enables in situ structure determination of complexes within native cellular context
  • Bridges the gap between purified systems and cellular structural biology
  • Validated against EMPIAR subtomogram averaging benchmarks with high correlation
PROTEIN STRUCTURE DETERMINATION

AlphaFold vs. Traditional Methods

Comparative analysis of AlphaFold prediction against experimental structure determination techniques and legacy computational methods for generating initial models in cryo-EM workflows.

FeatureAlphaFoldX-ray CrystallographyCryo-EM (Experimental)Homology Modeling

Time to structure

Minutes to hours

Weeks to years

Days to months

Minutes to hours

Requires experimental data

Requires crystallization

Captures dynamics/conformations

Accuracy (backbone RMSD)

< 1 Å (median)

< 0.5 Å

2-4 Å (typical)

1-3 Å (template-dependent)

Resolves ligand/cofactor binding

Handles large complexes

Per-residue confidence metric

pLDDT score

B-factors

Local resolution

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.