Skip to content
Open access

An Interpretable Multi-Objective Machine Learning Framework for In Silico Prioritization of Anti-Staphylococcus aureus Antimicrobial Peptides

Aug 2026 · Diagnostics · Vol 16, pp. 2430 · 0 citations · 47 references
Medicine

TL;DR

An interpretable, honestly benchmarked multi-objective pipeline that optimizes known anti-S.

Abstract

Background: Staphylococcus aureus, including methicillin-resistant lineages, is a leading cause of device- and catheter-related infection, and rising resistance motivates the search for antimicrobial peptides (AMPs) with strong anti-staphylococcal activity and low host toxicity. Machine learning can prioritize candidate peptides. However, the literature-derived AMP datasets are prone to homology-driven optimism, and computational studies frequently overstate their translational reach. Methods: We curated 4007 deduplicated S. aureus-active AMP records and 582 binary-labeled hemolysis records. Each peptide was encoded with a transparent 538-dimensional physicochemical and compositional feature vector. Five classifiers and five regressors were evaluated for four endpoints (potency classification, log10 MIC regression, hemolysis classification, normalized hemolytic index) under both conventional random 5-fold cross-validation and homology-aware cross-validation, in which sequences were clustered by 3-mer similarity and whole clusters were confined to single folds. Class imbalance was handled by class weighting. Model behavior was interpreted with SHAP and Fisher-exact k-mer enrichment, and candidates were ranked by a multi-objective score that combines the independently trained heads. Results: Under homology-aware validation, performance was lower than under random splitting, as expected. Potency classification reached an AUROC of about 0.71 (Random Forest), compared with 0.797 under random cross-validation. Hemolysis classification remained strong at AUROC 0.90 (95% CI 0.88 to 0.93), which indicates that its high accuracy is not a homology leakage artifact. MIC regression was modest (homology-aware R2 0.17, Spearman ρ 0.39) and is therefore treated only as a rank-ordering signal. SHAP and k-mer analyses recovered interpretable structure–activity relationships. Net positive charge and amphipathicity drove potency, whereas bulk hydrophobicity drove hemolysis. Applying the pipeline to a generated pool prioritized 20 candidates. Nearest-neighbor analysis shows that these are close optimized variants of known potent scaffolds, with a median identity of 95% to a known peptide, rather than novel sequences. Conclusions: We present an interpretable, honestly benchmarked multi-objective pipeline that optimizes known anti-S. aureus AMP scaffolds toward lower predicted hemolysis. The prioritized peptides are computational hypotheses for future synthesis and experimental testing. Their low predicted hemolysis reflects a selection criterion rather than validated safety, and cross-species selectivity was not assessed.

Read PDF

Similar papers

Conference Open access 2026

Machine Learning Model for Predicting Antibiotic Resistance Patterns from Protein Sequences

Antibiotic resistance (AR) has emerged as a pressing global health challenge, undermining the effectiveness of conventional treatment options and threatening public health systems around the world. The rapid identification of resistance genes and their associated mechanisms is therefore critical for the development of diagnostic and therapeutic strategies. This study presents the development of an ensemble machine learning pipeline for predicting resistance gene functions using the Comprehensive Antibiotic Resistance Database (CARD). Protein sequences were extracted from CARD and processed into features using sequence-derived representations, including kmer embeddings and TF-IDF vectorization. An ensemble voting classifier was implemented, combining five base estimators: Extra Trees Classifier, Random Forest, XGBoost, Linear Discriminant Analysis, and K-Nearest Neighbors. The ensemble approach utilized both hard and soft voting strategies, with optimized weights determined through log-loss minimization. The system was evaluated on a curated subset of the CARD dataset, ensuring balanced class representation across 62 antibiotic drug classes. Results demonstrate that the ensemble approach achieves superior classification performance, with the optimized soft voting classifier achieving 89.76% accuracy, 92% precision, 90% recall, and 90% F1-score. The hard voting ensemble achieved 89.44% accuracy with comparable precision and recall metrics. These results represent significant improvements over individual base classifiers, highlighting the effectiveness of ensemble methods for antibiotic resistance prediction. The ensemble approach demonstrates superior performance while maintaining computational efficiency, making it suitable for deployment in resourceconstrained environments.

Princewill Ahumaraeze, Ofonime Dominic Okon, P. Asuquo et al. · 0 citations
#machine learning Open access Aug 2026

Coarse composition suffices: tabular in-context learning for multi-activity antimicrobial peptide profiling

Antimicrobial peptides (AMPs) often act against multiple pathogen classes, making multi-label activity prediction a more realistic screening target than binary antimicrobial classification. The ESCAPE benchmark formalizes this setting, but leading approaches typically rely on multimodal, structure-conditioned deep models that are costly to train and tune. We show that a simple, sequence-only pipeline can match and surpass these methods by combining 330 interpretable sequence descriptors with TabPFN, a tabular foundation model that performs in-context prediction in a single forward pass without gradient-based training or hyperparameter search. On ESCAPE (82,359 peptides; five labels), a label-powerset TabPFN model achieves mAP-5 = 77.8%, improving on the previously best reported 72.1%. A probabilistic classifier chain is the first method to match or exceed the best published average precision on each of the five labels simultaneously. The gains persist under the prior state-of-the-art single-fold training protocol, indicating they are not a training-set-size artefact, and are largest for remote homologues (+11.2 points below 30% sequence identity). Ablations further show that predicted structure is unnecessary at inference and that performance is not driven by any single descriptor family: ten global physicochemical scalars recover 91% of full-feature performance. Finally, explicitly modelling label dependence yields targeted benefits for scarce activities and supports ranking which activity to assay next from partial positive evidence.

Raunak Kumar, Anuj Pal, D. Solanki et al. · 0 citations
Open access Aug 2026

Machine Learning Prediction and Experimental Validation of Antimicrobial Peptide Activity Differences against Gram-Positive and Gram-Negative Bacteria

Antimicrobial peptides (AMPs) are primary candidates for addressing bacterial resistance. Although their target spectrum specificity varies significantly between Gram-positive and Gram-negative bacteria, current predictive models generally lack experimental validation. In this study, we constructed various machine learning models based on known sequences to systematically evaluate the performance of k-mer frequencies, physicochemical properties, and hybrid features in distinguishing the AMP target specificity. Results indicated that the random forest model based on eight key physicochemical properties performed best, achieving a test set accuracy of 82.09% with balanced classification and robust generalization. Feature importance analysis revealed that hydrophilicity and isoelectric point (pI) are the core physicochemical factors determining the target spectrum differences. The model was rigorously validated through a dual-track approach: first, via the synthesis and in vitro testing of 18 novel protozoan-derived AMPs (overall accuracy 66.67%) and, second, through a blind test on 55 independent external sequences, achieving a robust accuracy of 81.82%. Furthermore, the framework successfully identified candidates with potent activity against multidrug-resistant pathogens including Pseudomonas aeruginosa and Klebsiella pneumoniae. This experimentally validated predictive framework provides a reliable computational tool for the high-throughput screening and rational design of targeted antimicrobial peptides.

Peicheng Lu, Wenhao Li, Muhammad Zubair et al. · 0 citations
Open access Jul 2026

Transformer-based Discovery of Antimicrobial Peptides and Prediction of their Antibacterial Activity

With the worsening crisis of antimicrobial resistance, many researchers are now exploring new types of antibacterial agents, and antimicrobial peptides (AMPs) have begun to attract much attention. However, the experimental identification of AMPs in the large space of natural and synthetic sequences is still slow, expensive and labour-intensive. AMP-Transformer is a two-stage deep learning framework that combines self-supervised pre-training on large-scale unlabelled protein corpora with supervised fine-tuning on curated AMP datasets in this study. The model is a multi-layer bidirectional Transformer encoder that learns contextual residue representations via masked residue modelling, and is then fine-tuned for two coupled tasks: binary discrimination of AMPs from non-AMPs and regression of minimum inhibitory concentration (MIC) values. We used the benchmark datasets built by DBAASP v3, DRAMP 4.0 and other recently published experimental collections for evaluation. On an independent test set, AMP-Transformer had an accuracy of 95.3%, a Matthews correlation coefficient of 0.906, and an area under the receiver operating characteristic curve (AUC-ROC) of 0.986, and outperformed the support vector machine, random forest, convolutional, recurrent and hybrid baselines significantly. Ablation studies show that self-supervised pre-training and multi-head self-attention are the two main contributors, accounting for about 4% of the accuracy increase. Analysis of the learned attention maps shows that the model has independently learned the amphipathic periodicity and cationic residue enrichment characteristic of membrane-active peptides, thereby providing a degree of mechanistic interpretability that is rare among black-box predictors. A subsequent screening of metagenomic open reading frames also produced a ranked list of candidate AMPs with low sequence identity to any training examples, demonstrating the value of the framework for early-stage discovery. Based on the above results, Transformer-based protein language models are relatively stable, interpretable and scalable paradigms for AMP discovery and activity prediction, and they can help establish a practical computational pipeline that selects promising peptide candidates for experimental validation at a lower cost compared with traditional methods.

Shuwen Pan, Eason Soo, Konken Wong · 0 citations
Open access Aug 2026

Integrating multi-species and multi-antibiotic resistance classification with MALDI-TOF: a deep learning approach to predict AMR

A novel multi-label, multi-bacteria classification framework (MLMBC) that simultaneously predicts AMR across multiple bacterial species and antibiotics using MALDI-TOF mass spectrometry data and Convolutional Neural Networks (CNNs).

Leila Aro-Sati, Xaviera A. López-Cortés, José M. Manrıquez Troncoso et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.