Our DiffAb integration allows researchers to redesign complementarity-determining regions (CDRs) of antibodies using state-of-the-art diffusion-based generative models. We walk through the methodology, integration architecture, and early benchmark results.
Azamat Armanuly
CEO & Bioengineer, KAIST
Antibody engineering has long relied on labor-intensive wet-lab iteration cycles. Foldexa's DiffAb pipeline changes that — enabling in silico CDR redesign that produces structurally validated candidates in minutes, not months.
Complementarity-Determining Regions (CDRs) are the six hypervariable loops — H1, H2, H3 on the heavy chain; L1, L2, L3 on the light chain — that form the antigen-binding site of an antibody. The H3 loop alone accounts for over 60% of antigen contacts in most antibody–antigen complexes, making it the primary target for affinity maturation and specificity engineering.
Traditional CDR engineering approaches (phage display, directed evolution, rational mutagenesis) are powerful but slow. A single round of phage selection takes 2–3 weeks; affinity maturation campaigns can span 6–12 months. Computational approaches that pre-select high-confidence candidates dramatically compress this timeline.
DiffAb is an SE(3)-equivariant diffusion model trained on the Protein Data Bank's antibody–antigen complexes. Unlike sequence-only models, DiffAb operates directly in 3D coordinate space — simultaneously denoising both backbone coordinates and amino acid identities. This structure-centric approach enforces geometric consistency from the first generation step.
SE(3) Equivariance
SE(3) equivariance means the model's outputs transform consistently under rotation and translation of the input structure. In practice, this means DiffAb produces the same designs regardless of how you orient the antigen PDB in 3D space — a critical property for reproducibility.
The model conditions CDR generation on the antigen surface and the fixed antibody framework (Fv region excluding CDRs). Given these constraints, it samples CDR conformations from the learned distribution of natural antibody–antigen interfaces.
Our Pipeline 1 wraps DiffAb in a fully managed workflow with automatic pre- and post-processing, parallelized generation, and AlphaFold2 validation. You upload a PDB, configure generation parameters, and receive ranked, validated candidates.
curl -X POST https://api.foldexa.com/v1/jobs \
-H "Authorization: Bearer $FOLDEXA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"pipeline": "diffab-cdr-redesign",
"antigen_pdb": "7KMG",
"cdrs": ["H1", "H2", "H3"],
"num_designs": 50,
"temperature": 1.0
}'{
"job_id": "job_9f3a2b",
"status": "queued",
"pipeline": "diffab-cdr-redesign",
"estimated_runtime_minutes": 6,
"designs_requested": 50,
"created_at": "2026-03-18T09:14:32Z"
}We benchmarked our DiffAb pipeline against 12 antibody–antigen complexes from the SAbDab database, held out from the model's training set. For each complex, we masked the CDR H3 loop and asked the model to redesign it from scratch, then compared the top-ranked design to the experimentally determined structure.
89%
Designs Pass pLDDT ≥ 85
Across all 50 designs per target
88.3
Mean pLDDT Score
± 4.1 (SD) across benchmark set
0.84
Median iptm Score
Complex confidence (AlphaFold2 Multimer)
1.4 Å
H3 Loop RMSD
vs. experimental structure (top-ranked design)
Foldexa ranks designs using a composite Foldexa Score that integrates three AlphaFold2 metrics:
| Metric | Weight | Threshold | Meaning |
|---|---|---|---|
| pLDDT (per-residue) | 40% | ≥ 85 = High | Local structure confidence |
| iptm (interface ptm) | 40% | ≥ 0.70 = Good | Complex interface confidence |
| PAE mean (interface) | 20% | < 10 Å = Good | Inter-chain position error |
Recommended Threshold
For therapeutic antibody candidates, we recommend selecting designs with Foldexa Score ≥ 0.80 (S-tier) for wet-lab follow-up. This typically corresponds to the top 5–10% of generated designs.
The DiffAb pipeline is available to all Foldexa users today. Try it in the platform dashboard or via the REST API. In Q2 2026, we will release multi-target optimization — simultaneously designing CDRs that bind two different antigens — and integration with experimental binding affinity data from our KAIST partnership.
“We designed 50 CDR variants in 6 minutes. Three of them passed our binding assay. That's 3× our hit rate from phage display, at 1% of the cost.”
— KAIST Bioengineering Lab collaborator
Written by
Azamat Armanuly
CEO & Bioengineer, KAIST