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.
Glossary
AlphaFold

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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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
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
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
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
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
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
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.
| Feature | AlphaFold | X-ray Crystallography | Cryo-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 |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core concepts and tools that intersect with AlphaFold's protein structure prediction capabilities, from input representations to downstream applications in structural biology.
Multiple Sequence Alignment (MSA)
The foundational input to AlphaFold's architecture. MSAs are computed by searching sequence databases for evolutionarily related proteins, revealing co-evolutionary couplings between residue pairs. These couplings encode spatial proximity constraints—if two residues mutate in tandem across species, they are likely close in 3D space. AlphaFold's Evoformer block processes the MSA to extract these pairwise relationships, which are then used to predict inter-residue distances and orientations. The depth and quality of the MSA directly correlate with prediction accuracy; shallow MSAs for orphan proteins or antibodies remain a key limitation.
ProteinMPNN
An inverse folding neural network developed by the Baker Lab that complements AlphaFold's sequence-to-structure prediction. Given a protein backbone structure, ProteinMPNN designs amino acid sequences predicted to fold into that shape. This is critical for cryo-EM model validation: after building an atomic model into a density map, ProteinMPNN can verify whether the local backbone geometry supports the assigned sequence. It is also used to redesign protein interfaces for increased stability or novel binding functions, effectively closing the loop between structure prediction and sequence design.
Equivariant Neural Networks
A class of neural architectures that guarantee outputs transform predictably under 3D rotations and translations of the input—a property called SE(3)-equivariance. AlphaFold's Structure Module uses an invariant point attention (IPA) mechanism that respects these symmetries, ensuring the predicted structure is independent of the input coordinate frame. Unlike traditional CNNs that require data augmentation to learn rotational invariance, equivariant networks bake this physical constraint into their mathematical structure, dramatically improving sample efficiency and prediction consistency for molecular systems.
ModelAngelo
An automated atomic model building program that uses a graph neural network to trace the protein backbone and assign amino acid sequences directly into cryo-EM density maps. ModelAngelo integrates AlphaFold predictions as a strong prior, using the predicted structure to guide chain tracing through noisy or ambiguous density regions. This synergy between prediction and experimental data accelerates structure determination from weeks to hours. The GNN operates on a graph representation of the density map, classifying nodes as backbone atoms and edges as peptide bonds.
Molecular Dynamics Flexible Fitting (MDFF)
A method that uses molecular dynamics simulation to flexibly fit an atomic model into a cryo-EM density map by applying forces derived from the map's potential. AlphaFold predictions serve as the initial model, which is then driven into the experimental density through simulated annealing. The MD engine applies physical force fields to maintain stereochemical plausibility while external forces proportional to the density gradient pull atoms into high-density regions. This resolves clashes and refines side-chain rotamers that AlphaFold may have predicted with lower confidence.
CryoDRGN
A deep generative model using a variational autoencoder to reconstruct continuous conformational heterogeneity from cryo-EM images. While AlphaFold predicts a single static structure, CryoDRGN learns a latent space of structural states directly from 2D particle images. The encoder maps each particle image to a latent coordinate, and the decoder generates a 3D density map from that coordinate. This reveals the full conformational landscape—motions, intermediates, and rare states—that a single AlphaFold prediction cannot capture, making the two tools complementary for understanding protein dynamics.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us