BConformeR: A Conformer Based on Mutual Sampling for Unified Prediction of Continuous and Discontinuous Antibody Binding Sites
Zhangyu You, Jiahao Ma, Hongzong Li, Ye-Fan Hu, Jian-Dong Huang
TL;DR
BConformeR tackles the challenge of predicting both linear and conformational B-cell epitopes by integrating local CNN-based features with global Transformer dependencies in a Conformer framework. It introduces feature coupling units and a calibrated per-residue score computed via GAMs, enabling antigen-aware, residue-level predictions. The model, trained separately on AlphaFold-predicted and experimentally determined structures, outperforms state-of-the-art baselines across MCC, ROC-AUC, PR-AUC, and F1, particularly for conformational epitopes. This hybrid architecture advances computational epitope prediction with practical implications for vaccine design, diagnostics, and antibody engineering.
Abstract
Accurate prediction of antibody-binding sites (epitopes) on antigens is crucial for vaccine design, immunodiagnostics, therapeutic antibody development, antibody engineering, research into autoimmune and allergic diseases, and advancing our understanding of immune responses. Despite in silico methods that have been proposed to predict both linear (continuous) and conformational (discontinuous) epitopes, they consistently underperform in predicting conformational epitopes. In this work, we propose Conformer-based models trained separately on AlphaFold-predicted structures and experimentally determined structures, leveraging convolutional neural networks (CNNs) to extract local features and Transformers to capture long-range dependencies within antigen sequences. Ablation studies demonstrate that CNN enhances the prediction of linear epitopes, and the Transformer module improves the prediction of conformational epitopes. Experimental results show that our model outperforms existing baselines in terms of MCC, ROC-AUC, PR-AUC, and F1 scores on both linear and conformational epitopes.
