AlphaFold2 is a novel neural network architecture that predicts protein 3D structure from an amino acid sequence. It integrates evolutionary information from Multiple Sequence Alignments (MSAs) with a specialized attention mechanism called the Evoformer to model residue interactions. The system outputs atomic coordinates and per-residue confidence scores, achieving accuracy competitive with experimental methods like X-ray crystallography.
Glossary
AlphaFold2

What is AlphaFold2?
AlphaFold2 is a deep learning system developed by DeepMind that predicts the three-dimensional structure of a protein directly from its amino acid sequence with atomic accuracy.
The architecture's core innovation is the Invariant Point Attention (IPA) module, which reasons about 3D spatial relationships without overfitting to specific coordinate frames. A recycling mechanism iteratively refines predictions by feeding outputs back as inputs. The model provides two critical confidence metrics: pLDDT for per-residue accuracy and PAE for pairwise domain orientation, enabling researchers to assess prediction reliability without experimental validation.
Key Architectural Features
The novel neural network architecture that achieved atomic-accuracy protein structure prediction by integrating evolutionary information, spatial reasoning, and iterative refinement.
Evoformer: The Information Engine
A novel transformer-based module that processes Multiple Sequence Alignments (MSAs) and pairwise residue representations simultaneously. Unlike standard transformers, the Evoformer uses axial attention to handle the high-dimensional MSA tensor efficiently. It infers co-evolutionary couplings and spatial proximity constraints directly from sequence data, producing a refined residue pair representation that encodes the predicted distance and orientation between every pair of amino acids. This representation serves as the geometric blueprint for the subsequent structure module.
Structure Module: 3D Geometry Reasoning
The final stage of the network that translates the abstract pair representation into explicit 3D atomic coordinates. Its core innovation is the Invariant Point Attention (IPA) mechanism, which performs attention over the 3D spatial relationships between residues. IPA guarantees that the model's predictions are invariant to global rotation and translation of the entire protein, a critical physical constraint. The module iteratively updates a local coordinate frame for each residue, predicting backbone torsion angles and side-chain positions to construct the final all-atom structure.
Recycling: Iterative Self-Refinement
A mechanism where the model's initial predicted structure and refined representations are fed back as input for multiple passes, typically three. Each recycling iteration allows the network to resolve internal inconsistencies and progressively improve accuracy. The predicted 3D coordinates from one pass inform the attention mechanisms in the next, creating a feedback loop that mimics an energy minimization process. This iterative refinement is crucial for achieving sub-angstrom accuracy on challenging targets and for correctly packing complex domain architectures.
End-to-End Differentiable Pipeline
The entire AlphaFold2 system is trained as a single, end-to-end differentiable model. The loss function directly compares the predicted 3D coordinates to the experimental ground truth using the Frame Aligned Point Error (FAPE) loss. FAPE measures coordinate error after optimal alignment, providing a more robust training signal than traditional RMSD. This holistic training allows gradients to flow from the final 3D structure back through the Structure Module and into the Evoformer, jointly optimizing all parameters for the ultimate goal of atomic-accuracy prediction.
Confidence Metrics: pLDDT and PAE
AlphaFold2 outputs two essential per-residue and pairwise confidence metrics that are integral to its architecture, not post-hoc calculations. The predicted Local Distance Difference Test (pLDDT) scores each residue from 0-100, indicating local backbone reliability. The Predicted Aligned Error (PAE) matrix estimates the expected positional error between any two residues, revealing domain packing accuracy. These self-assessment tools allow researchers to identify well-predicted structured domains and distinguish them from flexible, low-confidence intrinsically disordered regions.
Template-Based Feature Augmentation
In addition to MSAs, the architecture optionally ingests structural templates from the Protein Data Bank (PDB) identified through sequence homology. These templates are processed by a dedicated embedding network that extracts pairwise distance and orientation features from the experimental structures. This information is integrated into the Evoformer's pair representation, providing a direct geometric prior that is particularly valuable for modeling proteins with known structural homologs, improving accuracy on conserved folds.
Frequently Asked Questions
Direct answers to the most common technical questions about DeepMind's breakthrough protein structure prediction system, its architecture, and its practical applications.
AlphaFold2 is a deep learning model developed by DeepMind that predicts the three-dimensional structure of a protein directly from its amino acid sequence with atomic accuracy. It works by integrating a novel neural network architecture called the Evoformer with a structure module that operates directly on 3D coordinates. The Evoformer processes a Multiple Sequence Alignment (MSA) and a pairwise representation of residues, reasoning about evolutionary, spatial, and physical constraints simultaneously. This information is then passed to the Structure Module, which uses Invariant Point Attention (IPA)—a mechanism that performs attention over 3D spatial relationships while remaining invariant to global rotation and translation—to iteratively refine the predicted atomic coordinates. The model also employs a recycling mechanism, where its initial predictions are fed back as input for multiple passes, progressively improving accuracy. The final output includes per-residue confidence scores (pLDDT) and pairwise error estimates (PAE) that allow researchers to assess which regions of the prediction are reliable.
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
Essential terminology for understanding the architecture, evaluation, and impact of AlphaFold2 in computational structural biology.
Multiple Sequence Alignment (MSA)
A foundational input feature for AlphaFold2 that aligns evolutionarily related protein sequences to identify conserved regions and co-evolving residues. MSAs provide the model with rich evolutionary constraints that implicitly encode spatial proximity information. AlphaFold2 processes MSAs through its Evoformer block, which performs row-wise and column-wise attention to extract residue-residue interaction patterns. The quality and depth of the MSA directly impacts prediction accuracy—shallow alignments for orphan proteins remain a key limitation.
Invariant Point Attention (IPA)
The core architectural innovation of AlphaFold2's Structure Module that performs attention over 3D spatial relationships while maintaining invariance to global rotation and translation. IPA operates on a residue gas representation where each residue is defined by a 3D coordinate frame. The attention mechanism computes pairwise biases based on Euclidean distances and relative orientations between frames, ensuring that predicted structures are physically consistent regardless of the coordinate system. This design eliminates the need for data augmentation over rotations.
Recycling
An iterative refinement mechanism where AlphaFold2's initial predicted structure is fed back as input for multiple passes, progressively improving accuracy. During recycling, the model's output pairwise representations and backbone coordinates from the previous iteration are concatenated with the input features. This allows the network to iteratively correct errors in side-chain packing and backbone geometry. Typically, 3 recycling iterations are used during inference, with diminishing returns beyond this point. Recycling is particularly effective for improving predictions of multi-domain proteins.
pLDDT (Predicted Local Distance Difference Test)
A per-residue confidence metric output by AlphaFold2 that estimates the local accuracy of the predicted structure on a scale from 0 to 100. pLDDT is derived from a self-consistency check where the model predicts the lDDT-Cα score it would receive if compared to an experimental reference. Residues with pLDDT > 90 are modeled with high accuracy and suitable for detailed structural analysis, while regions with pLDDT < 50 may indicate intrinsically disordered regions (IDRs) and should be interpreted with caution. This metric is crucial for downstream applications like drug docking.
PAE (Predicted Aligned Error)
A pairwise confidence metric that estimates the expected positional error between any two residues in a predicted structure. The PAE matrix is an N×N heatmap where each cell (i, j) indicates the expected error in residue i's position if the predicted and true structures were aligned on residue j. Low PAE values between domains indicate confident relative domain orientations, while high PAE suggests flexible linkers or uncertain packing. PAE is essential for assessing domain-domain orientation accuracy and identifying rigid structural modules within flexible proteins.
CASP (Critical Assessment of Structure Prediction)
A biennial community-wide blind experiment that rigorously benchmarks computational protein structure prediction methods. CASP14 in 2020 marked the historic breakthrough where AlphaFold2 achieved median GDT_TS scores competitive with experimental methods, effectively solving the 50-year-old protein folding problem. Predictors receive amino acid sequences for proteins whose structures have been experimentally determined but not yet publicly released, ensuring a true blind test. CASP evaluates predictions using multiple metrics including GDT_TS, lDDT, and TM-score.

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