• HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
Sunday, August 30, 2026
BIOENGINEER.ORG
No Result
View All Result
  • Login
  • HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
        • Lecturer
        • PhD Studentship
        • Postdoc
        • Research Assistant
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
  • HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
        • Lecturer
        • PhD Studentship
        • Postdoc
        • Research Assistant
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
No Result
View All Result
Bioengineer.org
No Result
View All Result
Home NEWS Science News Health

Machine learning predicts tuberculosis drug resistance from whole genomes, review finds

Bioengineer by Bioengineer
August 30, 2026
in Health
Reading Time: 7 mins read
0
Share on FacebookShare on TwitterShare on LinkedinShare on RedditShare on Telegram

Tuberculosis has been outsmarting antibiotics for decades, but one of humanity’s deadliest infections may have finally met its analytical match: artificial intelligence that reads its entire genome. A systematic review published in the open-access journal BMC Infectious Diseases reports that machine learning models trained on whole-genome sequences of Mycobacterium tuberculosis can predict resistance to front-line antibiotics with startling precision, including an area under the curve of 99.1 percent for rifampicin and 97.9 percent for isoniazid in the single best-performing model. The review, led by Hadish Bekuretsion Areeya of the Mekelle Institute of Technology at Mekelle University with colleagues from the university and the Tigray Health Research Institute, concludes that gradient boosting algorithms and attention-based neural networks now rival, and in some settings exceed, the rule-based tools clinicians currently rely on to translate a bacterial genome into a treatment decision. And where the machines still stumble, most notably for the drug pyrazinamide, the review pinpoints exactly why. The implication is hard to overstate: the same genetic readout that identifies the bug could soon choose the drug.

The stakes are rooted in a stubborn bottleneck: time. Confirming whether a patient’s strain will respond to isoniazid, rifampicin, pyrazinamide or ethambutol has traditionally required culturing the bacterium, an organism so slow-growing that definitive drug susceptibility testing can lag weeks behind diagnosis. In that gap, patients are treated empirically, and every failed regimen hands the pathogen another opportunity to accumulate resistance, turning a curable disease into a prolonged, costly and sometimes fatal one. Rapid molecular assays narrowed the window by probing a short panel of known resistance mutations, and whole-genome sequencing went further, promising a complete resistance profile from a single sample. But sequencing only creates the data; somebody, or something, must still interpret it. Current interpretation leans on curated mutation catalogues, essentially lookup tables that falter when a strain carries a rare variant, a change in an uncharacterized genomic region, or combinations of mutations whose effects surface only through epistasis, the phenomenon in which genetic variants interact so that their joint impact differs from anything either would do alone.

Areeya and colleagues set out to map how far machine learning has pushed that frontier. Their systematic review synthesized 15 studies encompassing 20 distinct predictive models built to forecast drug resistance directly from whole-genome sequencing data. For each model, the authors dissected the algorithmic core, the feature engineering strategy that determined what the algorithm actually saw, the bioinformatics pipeline that converted raw sequence reads into model inputs, and the validation methodology that governed how trustworthy the reported performance really was. Performance was benchmarked with the metrics that matter most clinically: sensitivity, the proportion of truly resistant strains correctly flagged; specificity, the proportion of susceptible strains correctly cleared; accuracy; and the area under the receiver operating characteristic curve, a threshold-free measure of how completely a model separates resistant from susceptible isolates across every possible decision cut-off. The evaluation centered on first-line anti-tuberculosis drugs, where a single prediction error carries the highest clinical cost.

Under the hood, these models share a common recipe with almost endless variation. Sequencing reads are processed through bioinformatics pipelines, some of which deployed tools such as ARIBA, the Antimicrobial Resistance Identification by Assembly framework, to call variants across the roughly 4.4-million-base-pair genome. Those variants are then distilled into features: the presence or absence of specific mutations in known resistance genes, broader mutation sets, k-mer frequencies, or, in the most ambitious designs, encoded representations of the entire genome. Feature engineering proved decisive, the review found. Some teams curated shortlists of candidate resistance mutations and fed them to gradient boosting classifiers, as in the GBT-CRM approach; others let algorithms such as XGBoost, an efficient and regularized implementation of gradient boosting in which decision trees are built sequentially and each new tree corrects the residual errors of its predecessors, scan the whole genome without pre-filtering. Classical support vector machines and logistic regression served as baselines, while the deep learning roster stretched from one-dimensional convolutional neural networks and multilayer perceptrons to wide-and-deep hybrids and attention-based networks.

The headline numbers came from the two most consequential drugs of first-line therapy. Among the models reporting sensitivity for isoniazid, 13 of 18 crossed the 90 percent threshold; for rifampicin, 16 of 17 did. The benchmark matters because sensitivity is the metric of patient safety: a false negative tells a physician that a drug will work when it will not, and an ineffective isoniazid or rifampicin can collapse an entire regimen. Rifampicin resistance also functions as the sentinel marker for multidrug-resistant tuberculosis, so detecting it accurately is a public health priority in its own right. The standout performer was the Hierarchical Attention Neural Network with Task Transfer, or HANN-TT, which posted an area under the curve of 97.9 percent for isoniazid and 99.1 percent for rifampicin, meaning that whatever threshold a laboratory chooses, the model almost always ranks a resistant genome as more threatening than a susceptible one. Its attention mechanism learns to weight the genomic positions that matter most, while task transfer lets resistance patterns learned for one drug sharpen predictions for another.

Pyrazinamide told a very different story. Sensitivity for this drug swung from 56 to 98 percent across models, making it the field’s stubborn outlier. The biology explains why. Pyrazinamide is a prodrug that becomes lethal only after activation in the acidic environments where the bacterium persists, and resistance is not confined to a tidy list of canonical mutations: alterations in the pncA gene dominate, but variants in poorly mapped loci and rare sequence changes also confer resistance, and some isolates defy clean classification even at the laboratory phenotype level. Rule-based catalogues built around well-characterized mutations inherit these blind spots. The review’s most encouraging pyrazinamide result came from the whole-genome Extreme Gradient Boosting approach, WG-XGB, which on data drawn from the BV-BRC resource, the Bacterial and Viral Bioinformatics Resource Center, achieved 95 percent sensitivity and 99 percent specificity. That leap suggests whole-genome feature sets can recover resistance signal hiding outside the genes that human curators habitually watch.

Beyond the headline performers, the review catalogued a diverse model zoo with sharply distinct design philosophies. Single-drug convolutional networks, the SD-CNN family, optimize one antibiotic at a time, while multi-drug CNNs share learned representations across drugs on the bet that resistance mechanisms overlap enough to transfer between them. The wide-and-deep neural network, WDNN, pairs a memorization channel for known resistance mutations with a deep channel that generalizes to novel patterns. Feature-weighted random forests, the FW-RF design, re-weight genomic features to emphasize biologically plausible loci, and combined support vector machine and combined logistic regression ensembles pool simpler classifiers for robustness. Purpose-built genome-based tools such as GenTB and the Tuberculosis Drug Resistance Prediction framework, TB-DROP, round out the landscape. Yet the authors found that this diversity cuts both ways: differences in datasets, pipelines and validation schemes, from simple train-test splits to cross-validation and external testing, make head-to-head comparison treacherous, and the field still lacks a standardized arena in which models compete on equal terms.

That absence of standardization sits at the heart of the review’s caveats. The authors are explicit that machine learning models are promising but not yet clinic-ready. Formal risk-of-bias assessment of the included studies remains a required next step; the review’s own protocol was not registered in advance; and many published models have been evaluated on data closely related to their training sets rather than on genuinely independent cohorts, leaving room for optimism that may evaporate under external scrutiny. Impressive internal metrics, the authors caution, do not always survive contact with the real-world diversity of circulating strains. Their prescription is specific: comprehensive feature engineering, standardized bioinformatics pipelines, rigorous external validation, comparative benchmarking against the interpretation tools already used in clinical practice, and formal bias assessment before any model earns a place in the diagnostic chain. In this application, a wrong prediction does not merely mislabel a data point; it changes a patient’s regimen.

The review lands amid a broader international push to industrialize genome-based resistance prediction. Consortia such as CRyPTIC, the Comprehensive Resistance Prediction for Tuberculosis: an International Consortium, have assembled large paired datasets of bacterial genomes and laboratory-measured phenotypes precisely to fuel this kind of modeling, and global health bodies have invested in curated mutation catalogues as interpretive foundations. What the new analysis adds is a systematic, critical inventory of the machine learning layer being built on top of those resources, together with a candid map of its weak points. It is also a notable contribution from the global south. The work emerged from Mekelle University’s Faculty of Biotechnology and the Tigray Health Research Institute in Ethiopia, in a region where drug-resistant tuberculosis is a lived clinical reality rather than an abstract threat, and the authors, who received no dedicated funding for the project and declare no competing interests, published it fully open access so that any laboratory or health system can build on it.

The trajectory the authors sketch is concrete. Standardized pipelines would make results reproducible across laboratories; shared benchmarking datasets would let competing architectures be judged fairly; pre-registered protocols and formal risk-of-bias assessment would harden the evidence base; and prospective clinical validation would test whether laboratory brilliance translates into better outcomes at the bedside. If those conditions are met, the endgame is a diagnostic workflow in which a patient’s isolate is sequenced on arrival and an algorithm, trained on vast archives of genome-phenotype pairs, returns a resistance verdict for every drug in the regimen within hours rather than weeks. Machine learning models, the authors conclude, represent a promising and increasingly robust approach to whole-genome-based tuberculosis resistance prediction, with gradient boosting and deep learning architectures already delivering high diagnostic performance for the best-characterized drugs. The bacterium that has outsmarted every drug thrown at it since the antibiotic age is running out of places to hide: its genome is talking, and machines are learning to listen.

Subject of Research: Machine learning prediction of drug resistance in Mycobacterium tuberculosis using whole-genome sequencing data

Subject of Research: Medicine

Article Title: Machine learning models for whole genome based prediction of drug resistance in Mycobacterium tuberculosis: a systematic review

Article References: Areeya, H. B., Abraha, A. T., Gebreslassie, G., Gebreyohannes, G., & Dangew, L. B. (2026). Machine learning models for whole genome based prediction of drug resistance in Mycobacterium tuberculosis: a systematic review. BMC Infectious Diseases. https://doi.org/10.1186/s12879-026-14318-y

Image Credits: AI Generated

DOI: 10.1186/s12879-026-14318-y

Keywords: Tuberculosis, Drug resistance, Machine learning, Whole-genome sequencing, Gradient boosting, Neural networks, Isoniazid, Rifampicin, Pyrazinamide, Systematic review

Cite Scienmag News

APA
MLA
Chicago

Blake Davidson. (August 30, 2026). Machine learning predicts tuberculosis drug resistance from whole genomes, review finds. Scienmag. https://scienmag.com/machine-learning-predicts-tuberculosis-drug-resistance-from-whole-genomes-review-finds/

Blake Davidson. “Machine learning predicts tuberculosis drug resistance from whole genomes, review finds.” Scienmag, 30 August 2026, https://scienmag.com/machine-learning-predicts-tuberculosis-drug-resistance-from-whole-genomes-review-finds/. Accessed 30 August 2026.

Blake Davidson. “Machine learning predicts tuberculosis drug resistance from whole genomes, review finds.” Scienmag. August 30, 2026. https://scienmag.com/machine-learning-predicts-tuberculosis-drug-resistance-from-whole-genomes-review-finds/

Copy citation
Download RIS

Tags: AI in antimicrobial resistanceAI in infectious disease diagnosisAI outperforming rule-based TB diagnosticsAI-driven treatment decisions in infectious diseasesartificial intelligence in antimicrobial resistanceattention-based neural networks in genomicsdeep learning models for bacterial genome analysisgenome-based antibiotic resistance testinggenomic biomarkers for TB drug resistancegradient boosting algorithms for drug resistancegradient boosting algorithms for TBimproving tuberculosis management with artificial intelligenceinnovative tools for TB drug susceptibility testingMachine learning tuberculosis drug resistance predictionneural networks in TB treatmentovercoming diagnostic delays in TBprecision medicine for tuberculosisprecision medicine in tuberculosispredicting Mycobacterium tuberculosis resistancerapid TB treatment decision toolstuberculous drug resistance genomicswhole genome sequencing in infectious diseaseswhole-genome sequencing for tuberculosis

Share12Tweet7Share2ShareShareShare1

Related Posts

Wearables show students’ 24-hour movement patterns diverge from older adults’

August 30, 2026

UK study reveals stroke causes and risk factors in young adults

August 30, 2026

Seasonal water changes drive disease risk in Brazil’s semiarid region

August 30, 2026

Vitamin C in Critical Illness: Drug Therapy, Not Just Nutrition

August 30, 2026

POPULAR NEWS

  • Federated Learning Could Train AI Language Models Without Sharing Private Data

    29 shares
    Share 12 Tweet 7
  • Mol2Image turns drug molecular descriptors into images to predict interactions

    29 shares
    Share 12 Tweet 7
  • Machine and deep learning reshape modern supply chain management

    29 shares
    Share 12 Tweet 7
  • Disrupted TDP-43/RILP pathway impairs cellular cleanup and stress granule balance

    29 shares
    Share 12 Tweet 7

About

We bring you the latest biotechnology news from best research centers and universities around the world. Check our website.

Follow us

Recent News

Federated Learning Could Train AI Language Models Without Sharing Private Data

Mol2Image turns drug molecular descriptors into images to predict interactions

Machine and deep learning reshape modern supply chain management

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 85 other subscribers
  • Contact Us

Bioengineer.org © Copyright 2023 All Rights Reserved.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Homepages
    • Home Page 1
    • Home Page 2
  • News
  • National
  • Business
  • Health
  • Lifestyle
  • Science

Bioengineer.org © Copyright 2023 All Rights Reserved.