Enhanced Tuberculosis Bacilli Detection using Attention-Residual U-Net and Ensemble Classification
Greeshma K, Vishnukumar S
TL;DR
The paper addresses automated detection of tuberculosis bacilli from bright-field sputum smear images, where prior methods often suffer from limited automation and segmentation/classification performance. It presents a hybrid two-stage approach: an Attention Residual U-Net for precise segmentation to extract Regions of Interest, followed by an ensemble classifier (SVM, Random Forest, XGBoost) for bacilli identification. The authors introduce the DCA-CUSAT TB Dataset and validate the method on this and additional public datasets (Costa, ZNSM-iDB), reporting superior segmentation metrics and higher classification accuracy relative to prior works. The work demonstrates significant potential for automated, accurate TB screening and could reduce manual workload in microscopy workflows.
Abstract
Tuberculosis (TB), caused by Mycobacterium tuberculosis, remains a critical global health issue, necessitating timely diagnosis and treatment. Current methods for detecting tuberculosis bacilli from bright field microscopic sputum smear images suffer from low automation, inadequate segmentation performance, and limited classification accuracy. This paper proposes an efficient hybrid approach that combines deep learning for segmentation and an ensemble model for classification. An enhanced U-Net model incorporating attention blocks and residual connections is introduced to precisely segment microscopic sputum smear images, facilitating the extraction of Regions of Interest (ROIs). These ROIs are subsequently classified using an ensemble classifier comprising Support Vector Machine (SVM), Random Forest, and Extreme Gradient Boost (XGBoost), resulting in an accurate identification of bacilli within the images. Experiments conducted on a newly created dataset, along with public datasets, demonstrate that the proposed model achieves superior segmentation performance, higher classification accuracy, and enhanced automation compared to existing methods.
