Tackling Tuberculosis: A Comparative Dive into Machine Learning for Tuberculosis Detection
Daanish Hindustani, Sanober Hindustani, Preston Nguyen

TL;DR
This paper compares the performance of pretrained ResNet-50 and SqueezeNet models in diagnosing tuberculosis from chest X-ray images, highlighting the potential of machine learning for early detection especially in resource-limited settings.
Contribution
It introduces a comparative analysis of two deep learning models for TB detection using a Kaggle dataset, demonstrating the effectiveness of SqueezeNet over ResNet-50.
Findings
SqueezeNet achieved 89% accuracy and 98% precision.
ResNet-50 achieved 73% accuracy and 88% precision.
Both models show promise for TB diagnosis in resource-limited areas.
Abstract
This study explores the application of machine learning models, specifically a pretrained ResNet-50 model and a general SqueezeNet model, in diagnosing tuberculosis (TB) using chest X-ray images. TB, a persistent infectious disease affecting humanity for millennia, poses challenges in diagnosis, especially in resource-limited settings. Traditional methods, such as sputum smear microscopy and culture, are inefficient, prompting the exploration of advanced technologies like deep learning and computer vision. The study utilized a dataset from Kaggle, consisting of 4,200 chest X-rays, to develop and compare the performance of the two machine learning models. Preprocessing involved data splitting, augmentation, and resizing to enhance training efficiency. Evaluation metrics, including accuracy, precision, recall, and confusion matrix, were employed to assess model performance. Results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Image Processing Techniques and Applications · Tuberculosis Research and Epidemiology
