Inferensys

Glossary

AlphaFold 3

A diffusion-based deep learning model developed by Google DeepMind that predicts the joint 3D structure of complexes including proteins, RNA, DNA, and ligands with dramatically improved accuracy over previous methods.
ML engineer managing model training cluster on laptop, GPU utilization visible, technical deep learning setup.

What is AlphaFold 3?

AlphaFold 3 is a diffusion-based deep learning model developed by Google DeepMind that predicts the joint 3D structure of complexes including proteins, RNA, DNA, small molecules, and ions with dramatically improved accuracy over previous methods.

AlphaFold 3 is a diffusion model that directly predicts the 3D atomic coordinates of biomolecular complexes from raw sequence and chemical identity inputs. Unlike its predecessor AlphaFold 2, which specialized in protein folding, AlphaFold 3 generalizes to a unified framework capable of modeling all biological polymers and their interactions with ligands, cofactors, and post-translational modifications within a single inference pass.

The architecture replaces the structure module of AlphaFold 2 with a generative diffusion process that iteratively denoises atomic positions starting from a random cloud, guided by a learned pairwise representation. This end-to-end approach eliminates the need for separate docking or ligand parameterization steps, achieving state-of-the-art accuracy on protein-ligand binding, protein-nucleic acid complexes, and antibody-antigen interfaces as benchmarked by the Predicted Local Distance Difference Test (pLDDT) confidence metric.

ARCHITECTURAL INNOVATIONS

Key Features of AlphaFold 3

AlphaFold 3 represents a paradigm shift from single-chain protein prediction to a general biomolecular structure predictor. Its core innovations center on a diffusion-based framework that jointly models all atoms, replacing the invariant point attention structure module of its predecessor.

01

All-Atom Diffusion Framework

Replaces the previous structure module with a diffusion model that operates directly on raw atomic coordinates. The model learns to reverse a noising process, starting from a random cloud of atoms and iteratively denoising them into a valid 3D structure. This generative approach handles the full chemical complexity of proteins, DNA, RNA, ligands, ions, and covalent modifications within a single unified framework, eliminating the need for separate modules for different molecule types.

All-atom
Representation Granularity
02

Confidence Metrics: pLDDT and PAE

AlphaFold 3 outputs per-atom and pairwise confidence estimates critical for experimental validation:

  • pLDDT (predicted Local Distance Difference Test): A per-residue score (0-100) estimating local accuracy. Residues with pLDDT > 90 are high-confidence; those < 50 are likely disordered.
  • PAE (Predicted Aligned Error): A 2D matrix quantifying the expected positional error between any two residues. Low PAE values between domains indicate rigid relative orientation; high PAE suggests flexible linkers.
  • ipTM (interface predicted TM-score): Measures the confidence in the relative positioning of chains within a complex, crucial for assessing protein-protein and protein-nucleic acid interfaces.
0-100
pLDDT Confidence Range
03

Unified Complex Prediction

Unlike AlphaFold 2, which required separate multimer and monomer models, AlphaFold 3 natively handles arbitrary biomolecular assemblies. A single forward pass predicts the joint structure of complexes containing:

  • Multiple protein chains
  • Double-stranded and single-stranded DNA
  • Structured and unstructured RNA
  • Small molecule ligands and cofactors
  • Post-translational modifications and non-standard residues This capability is transformative for drug-target interaction modeling and understanding transcriptional machinery.
All biomolecules
Molecule Types Supported
04

Pairformer: The Core Processing Engine

The Pairformer module replaces AlphaFold 2's Evoformer as the primary information processing block. It operates on two representations:

  • Single representation: Encodes per-token (residue or atom) features
  • Pair representation: Encodes pairwise relationships between tokens Crucially, the Pairformer processes these representations without explicit 3D coordinates, using triangle multiplicative updates and axial attention to reason about geometric constraints implicitly. This abstraction allows the model to learn physical plausibility before committing to atomic positions in the diffusion stage.
48
Pairformer Blocks
05

Generative Training Objective

AlphaFold 3 is trained with a denoising score matching objective on the Protein Data Bank (PDB) and other structural databases. The training process:

  1. Adds Gaussian noise to ground-truth atomic coordinates
  2. Trains the network to predict the original coordinates from the noisy version
  3. Conditions predictions on the sequence, multiple sequence alignment (MSA), and structural templates This generative framework naturally handles structural disorder and flexibility, producing diverse, physically plausible samples for regions with low experimental density rather than collapsing to a single overconfident prediction.
Diffusion-based
Training Paradigm
06

MSA Processing and Genetic Search

AlphaFold 3 retains a modified MSA processing pipeline to extract evolutionary co-evolutionary signals:

  • Genetic search: Queries sequence databases (UniRef, BFD, MGnify) to build deep MSAs
  • MSA Module: A lightweight transformer stack processes the MSA to produce a condensed representation
  • Template search: Identifies homologous structures in the PDB for structural priors For protein-nucleic acid complexes, the model can leverage MSAs from both the protein and nucleic acid components, though RNA MSAs are typically shallower, making template information more critical for accurate RNA structure prediction.
~16-32
MSA Depth (Typical)
ALPHAFOLD 3

Frequently Asked Questions

Clear, technically precise answers to the most common questions about the architecture, capabilities, and limitations of AlphaFold 3 for predicting biomolecular complex structures.

AlphaFold 3 is a diffusion-based deep learning model developed by Google DeepMind and Isomorphic Labs that predicts the joint 3D structure of complexes containing proteins, DNA, RNA, small molecules, and ions from their sequences and chemical identities. The fundamental architectural shift from AlphaFold 2 is the replacement of the structure module's invariant point attention with a denoising diffusion process operating directly on raw atomic coordinates. Unlike AlphaFold 2, which was specialized for proteins and required separate pipelines for ligands, AlphaFold 3 handles all biomolecular entities within a unified pairformer-based framework that processes a pairwise representation of all tokens. This enables the model to predict how a drug-like molecule binds to a protein pocket, how an RNA strand folds within a ribonucleoprotein complex, and how post-translational modifications affect structure, all without task-specific engineering. The model also introduces a confidence metric (pLDDT) that has been recalibrated for nucleic acids and ligands, providing per-atom quality estimates that correlate strongly with experimental accuracy.

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.