ConTact: Contact-First Antibody CDR Design via Explicit Interface Reasoning

· Source: cs.LG updates on arXiv.org · Field: Science & Research — Artificial Intelligence & Machine Learning, Life Sciences & Biology, Engineering & Applied Sciences · Depth: Expert, extended

Summary

ConTact is a novel computational architecture for antibody Complementarity-Determining Region (CDR) design that explicitly addresses a limitation in existing methods by separating contact identification from sequence prediction. This three-stage cascade involves learning surface complementarity fingerprints, predicting CDR-antigen contacts, and injecting contact-gated antigen features into the sequence head. The model incorporates a distance-biased cross-attention module for geometric priors and a contact-weighted cross-entropy loss to focus learning on binding-critical positions. Evaluated on Chimera-Bench, ConTact achieved superior performance, demonstrating the lowest RMSD (1.63 Å, 7% better than the next-best baseline), highest epitope F1 score (0.79, 10% over GNN baselines), and competitive amino acid recovery (0.38 AAR) across eleven baselines. It has 9.68M parameters and trains in 1.6 hours on an NVIDIA H100 80GB GPU.

Key takeaway

For machine learning engineers developing antibody design models, you should consider explicitly decomposing contact prediction from sequence generation. ConTact's "contact-first" approach significantly enhances structural quality and epitope awareness, outperforming methods that conflate these tasks. Incorporating a supervised contact prediction stage and contact-gated antigen feature injection can improve your model's ability to leverage antigen information effectively, leading to more accurate and specific CDR designs.

Key insights

Explicitly predicting antigen contacts before sequence design significantly improves antibody CDR design performance.

Principles

Method

ConTact's three-stage decoder performs complementarity fingerprinting, supervised contact prediction, and contact-gated antigen feature injection into the sequence head.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.