Research
A Standardized Benchmark for Multilabel Antimicrobial Peptide Classification
Overview Research area: Computational biology and machine learning, specifically AI-driven drug discovery for antimicrobial peptides (AMPs). Technical level: Intermediate. Readers should be comfortabl
- arXiv
- 2511.04814
- Published
- 2025-11-06
- Authors
- Sebastian Ojeda, Rafael Velasquez, Nicolás Aparicio, Juanita Puentes, Paula Cárdenas, Nicolás Andrade, Gabriel González, Sergio Rincón, Carolina Muñoz-Camargo, Pablo Arbeláez
AI summary
Overview
Research area: Computational biology and machine learning, specifically AI-driven drug discovery for antimicrobial peptides (AMPs).
Technical level: Intermediate. Readers should be comfortable with basic classification concepts and neural network terminology, but the paper's core arguments about data standardization and benchmarking are accessible without deep ML expertise.
Scope: The paper introduces ESCAPE, a large standardized multilabel dataset and benchmark for antimicrobial peptide classification, and proposes a transformer-based baseline model that fuses sequence and 3D structural information.
What This Paper Is About
Antimicrobial resistance is a growing global health crisis, and antimicrobial peptides are promising alternatives to conventional antibiotics. However, the AI models being built to discover new AMPs are trained on fragmented, small, inconsistently annotated datasets, making it impossible to fairly compare methods or reliably identify the best approach. This paper builds a unified, standardized benchmark of over 80,000 peptides from 27 repositories and uses it to evaluate existing models under a multilabel framework that captures which types of pathogens each peptide targets.
Key Contributions
-
The ESCAPE Dataset: A curated, standardized collection of over 80,000 peptides drawn from 27 public repositories, spanning 60,950 non-antimicrobial sequences and 21,409 antimicrobial peptides annotated across four functional classes (antibacterial, antifungal, antiviral, antiparasitic) plus a general antimicrobial category.
-
The ESCAPE Benchmark: The first standardized multilabel benchmark for AMP classification, in which seven publicly available methods (AMPlify, AMP-BERT, TransImbAMP, amPEPpy, AMPs-Net, PEP-Net, AVP-IFT) are adapted to multilabel settings and evaluated under identical conditions with fixed splits and random seeds.
-
The ESCAPE Baseline model: A dual-branch transformer architecture that encodes peptide sequences and 3D distance matrices separately, then fuses them through bidirectional cross-attention to predict multiple functional activities simultaneously.
-
A new state of the art: The baseline outperforms all seven benchmarked methods, achieving relative improvements of 2.56% in mean Average Precision (mAP) and 1.90% in F1-score over the second-best method.
Main Findings
-
The baseline leads the benchmark: ESCAPE Baseline reaches 72.1% mAP and 69.8% F1, compared to 70.3% mAP and 68.5% F1 for the next-best model, AMPlify.
-
Gains concentrate in rare classes: The largest improvement appears in the antiparasitic category, where the baseline achieves a 35.7% relative increase in Average Precision over the second-best method — a class with only 417 peptides.
-
Label imbalance, not architecture, dominates performance: Across all models, scores drop proportionally as class size shrinks. Antiparasitic and antiviral classes consistently produce the weakest results regardless of model design.
-
Model size does not predict accuracy: The second-best overall method is a Random Forest classifier (amPEPpy), the least computationally demanding model tested, while BERT-based approaches did not rank in the top three. The authors interpret this as evidence that generic language model pretraining transfers poorly to peptide-specific domains.
-
Sequence data matters more than structure: In ablation experiments, the sequence-only configuration scored 69.4% mAP versus 47.7% for the structure-only variant. Combining both modalities yielded 72.7% mAP, confirming that structural cues provide complementary but secondary signal.
-
Predicted structures hurt performance: Substituting AlphaFold3/RosettaFold-generated structures for experimental ones caused absolute drops of 1.5% mAP and 1.9% F1, suggesting prediction errors propagate into the classifier.
-
Curated negatives matter: Non-AMP sequences were filtered using strict keyword exclusion criteria and supplemented with peptides from non-antimicrobial sources such as anticancer and neuroactive databases, producing a high-confidence negative set.
Methodology in Plain English
The authors began by gathering peptide data from 27 public databases, each of which used its own labeling conventions. They mapped every peptide's annotations onto a common five-class scheme, removed sequences with synthetic or undefined residues, restricted lengths to 5–250 amino acids, and merged duplicate sequences by combining their labels into a single multilabel vector. Negative examples came from UniProt, filtered to exclude any sequence with keywords suggesting antimicrobial, membrane, or toxic behavior, plus peptides from databases known for non-antimicrobial functions.
The dataset was split into two cross-validation folds and a held-out test set, with label distributions kept consistent across all three. To benchmark existing methods, the team adapted seven published models — some sequence-based, some using engineered features like physicochemical descriptors — to handle multilabel outputs, then trained each one three times with fixed random seeds and averaged the ensembles.
For their own model, they built two parallel transformer branches. One reads the amino acid sequence as a string of tokens. The other reads a 224×224 matrix of distances between every pair of residues in the peptide's 3D structure, treating it like an image split into patches. Each branch produces a summary representation; a bidirectional cross-attention step lets each branch query the other, so the sequence can highlight relevant structural regions and vice versa. The two summaries are concatenated and passed through a final layer that outputs probabilities for all five activity classes at once.
Why This Matters
Impact on research: AMP prediction research has long suffered from a reproducibility problem: models are trained on private splits of different datasets, so reported improvements are hard to trust. ESCAPE provides a fixed, public evaluation protocol that lets future methods be compared directly, and its multilabel design reflects the biological reality that many peptides act against multiple pathogen types.
Real-world applications:
- Antibiotic discovery pipelines: Pharmaceutical researchers can screen large peptide libraries and get both an activity prediction and a target-pathogen profile, prioritizing candidates for synthesis and lab testing.
- Antiviral and antiparasitic drug development: These are the most understudied and data-scarce categories; the paper's gains in these classes point toward computational support for neglected disease research.
- Agricultural and veterinary antimicrobials: The same classification framework applies to pathogens affecting livestock and crops, where antibiotic alternatives are also urgently needed.
- Biosecurity screening: A standardized activity classifier can help flag or characterize designed peptides, supporting responsible research oversight.
Industry relevance: The finding that a lightweight Random Forest competes with large transformer models is commercially significant, since it lowers the compute barrier for companies and academic labs in resource-constrained settings. It also cautions against assuming that scaling up model size translates to better domain-specific results.
Future Directions
- Improving representation learning under class imbalance: The authors explicitly note that future gains should come from better representations rather than larger models, since antiparasitic and antiviral classes remain weak across the board.
- Better structural data: Since predicted 3D structures degraded performance, improving structure prediction quality or developing robustness techniques for noisy structural inputs is a clear next step.
- Expanding peptide diversity: The authors acknowledge that the dataset cannot capture all naturally occurring peptide variants; broadening the coverage of sequence space could improve generalization to real-world screening libraries.
- Experimental and clinical validation: All results are computational. The framework needs validation against wet-lab activity assays before any predictions can inform therapeutic development.
Target Audience
This paper is most valuable to machine learning researchers working on biological sequence classification, computational biologists and bioinformaticians developing peptide discovery pipelines, and pharmaceutical researchers seeking computational triage tools for antimicrobial candidates. Benchmarks and dataset papers like this one are also useful to reproducibility-focused methodologists, and the discussion of domain transfer limits in BERT-style models will interest NLP-adjacent practitioners exploring cross-domain applications.
Authors’ abstract
Antimicrobial peptides have emerged as promising molecules to combat antimicrobial resistance. However, fragmented datasets, inconsistent annotations, and the lack of standardized benchmarks hinder computational approaches and slow down the discovery of new candidates. To address these challenges, we present the Expanded Standardized Collection for Antimicrobial Peptide Evaluation (ESCAPE), an experimental framework integrating over 80.000 peptides from 27 validated repositories. Our dataset separates antimicrobial peptides from negative sequences and incorporates their functional annotations into a biologically coherent multilabel hierarchy, capturing activities across antibacterial, antifungal, antiviral, and antiparasitic classes. Building on ESCAPE, we propose a transformer-based model that leverages sequence and structural information to predict multiple functional activities of peptides. Our method achieves up to a 2.56% relative average improvement in mean Average Precision over the second-best method adapted for this task, establishing a new state-of-the-art multilabel peptide classification. ESCAPE provides a comprehensive and reproducible evaluation framework to advance AI-driven antimicrobial peptide research.