Inferensys

Glossary

AlphaFold

A deep learning system developed by DeepMind that predicts a protein's 3D structure from its amino acid sequence with atomic accuracy.
Developer building agentic RAG system, retrieval pipeline diagram on laptop, technical workspace with notes.
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 DeepMind that solves the decades-old protein-folding problem by predicting a protein's 3D structure from its linear amino acid sequence. The system leverages a novel neural network architecture, including the Evoformer block, which processes Multiple Sequence Alignments (MSAs) and pairwise residue relationships to extract evolutionary and spatial constraints. AlphaFold2, the landmark version, achieved groundbreaking results in the CASP14 competition, producing models competitive with experimental methods like X-ray crystallography and cryo-EM.

The architecture operates through a two-stage process: the Evoformer exchanges information between MSA and pairwise representations, and the Structure Module iteratively refines a 3D coordinate set using Invariant Point Attention (IPA) to ensure SE(3) equivariance. The system outputs per-residue confidence scores called pLDDT and a Predicted Aligned Error (PAE) matrix, enabling researchers to assess local and global model reliability without experimental validation. Its predictions have been made freely available through the AlphaFold Protein Structure Database, covering the entire human proteome and millions of other proteins.

ARCHITECTURE & OUTPUT

Key Features of AlphaFold

AlphaFold's breakthrough in protein structure prediction rests on several integrated deep learning innovations that process evolutionary information and output atomic coordinates with calibrated confidence metrics.

01

Evoformer: The Core Processing Block

The Evoformer is the central neural network module that ingests a Multiple Sequence Alignment (MSA) and a pairwise residue representation. It exchanges information between these two tracks using novel attention mechanisms, allowing the model to reason about evolutionary correlations and spatial proximity simultaneously. This block identifies which residues are likely to be in contact based on residue coevolution patterns, effectively inferring a protein's folded topology before any 3D coordinates are generated.

02

Structure Module & SE(3) Equivariance

The Structure Module takes the abstract representations from the Evoformer and produces an explicit 3D structure. It represents each residue as a geometric frame—a rotation and translation—and iteratively refines these frames. A key innovation is Invariant Point Attention (IPA), which operates on 3D point clouds in a way that is SE(3) equivariant: rotating or translating the input coordinates results in an identically transformed output. This ensures the model respects the fundamental symmetries of physical space without needing to learn them from data.

03

Recycling: Iterative Refinement

AlphaFold2 employs a recycling mechanism where the model's initial predictions are fed back as input for a subsequent pass. This iterative process allows the network to refine its predictions over multiple cycles, progressively resolving structural details. The outputs from the final Structure Module iteration are used as the refined input for the next full pass through the Evoformer, enabling the model to correct initial errors and converge on a more accurate structure. This is typically performed three times, with most gains occurring in the first recycle.

04

Confidence Metrics: pLDDT & PAE

AlphaFold outputs two critical per-residue and pairwise confidence metrics. The Predicted Local Distance Difference Test (pLDDT) scores each residue from 0 to 100, estimating how well the local structure matches an experimental reference. Residues with pLDDT > 90 are considered high-accuracy. The Predicted Aligned Error (PAE) estimates the expected positional error between any two residues. A low PAE between domains indicates a confident relative orientation, while high PAE suggests flexibility or uncertainty. These metrics are essential for determining which parts of a prediction are trustworthy for downstream applications like drug design.

05

End-to-End Training from Sequence to Structure

Unlike previous methods that relied on separate, hand-crafted stages, AlphaFold2 is trained end-to-end. The entire pipeline—from MSA processing and Evoformer reasoning to Structure Module coordinate generation—is a single differentiable model. This allows gradients to flow from the final 3D coordinate loss back through every component, enabling the network to learn optimal internal representations for the singular task of structure prediction. The model was trained on structures from the Protein Data Bank (PDB) and achieved groundbreaking results in the CASP14 blind assessment, reaching a median GDT_TS score competitive with experimental methods.

06

Open-Source Ecosystem & AlphaFold DB

DeepMind released the AlphaFold2 source code and model parameters under an open-source license, catalyzing an explosion of research. They also partnered with the European Bioinformatics Institute to create the AlphaFold Protein Structure Database, which contains over 200 million predicted structures covering nearly every known protein sequence. This resource has democratized access to high-quality structural models, enabling researchers worldwide to investigate protein function, disease mechanisms, and drug targets without needing experimental structures. The ecosystem now includes derivatives like AlphaFold-Multimer for complex prediction and ColabFold for accessible cloud-based execution.

ALPHAFOLD EXPLAINED

Frequently Asked Questions

Clear, technically precise answers to the most common questions about DeepMind's breakthrough protein structure prediction system, its underlying mechanisms, and its impact on computational 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. It works by processing a Multiple Sequence Alignment (MSA) of evolutionarily related proteins through a novel architecture called the Evoformer, which exchanges information between sequence-based and pairwise residue representations. The core innovation is Invariant Point Attention (IPA), a mechanism in the Structure Module that iteratively refines a 3D protein backbone while maintaining SE(3) equivariance—meaning predictions transform consistently under rotation and translation. The system outputs per-residue coordinates along with confidence metrics like pLDDT and PAE, enabling researchers to assess which regions of the prediction are reliable. AlphaFold2, the landmark version, achieved median GDT_TS scores exceeding 90 in the CASP14 blind assessment, effectively solving the single-chain protein folding problem for most globular proteins.

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.