LGCYNov 14, 2020

Cost-Sensitive Machine Learning Classification for Mass Tuberculosis Verbal Screening

arXiv:2011.07396v1
AI Analysis

This work addresses misclassification in tuberculosis screening for adults, leading to reduced missed cases and unnecessary tests, though it is incremental as it applies existing machine learning methods to a specific domain.

The study tackled the problem of poor performance in tuberculosis verbal screening by comparing traditional score-based classification with machine learning methods, achieving a sensitivity of 96.64% and specificity of 35.06% using cost-sensitive XGBoost, which improved sensitivity by 1.26% and specificity by 13.19% over the baseline.

Score-based algorithms for tuberculosis (TB) verbal screening perform poorly, causing misclassification that leads to missed cases and unnecessary costly laboratory tests for false positives. We compared score-based classification defined by clinicians to machine learning classification such as SVM-RBF, logistic regression, and XGBoost. We restricted our analyses to data from adults, the population most affected by TB, and investigated the difference between untuned and unweighted classifiers to the cost-sensitive ones. Predictions were compared with the corresponding GeneXpert MTB/Rif results. After adjusting the weight of the positive class to 40 for XGBoost, we achieved 96.64% sensitivity and 35.06% specificity. As such, the sensitivity of our identifier increased by 1.26% while specificity increased by 13.19% in absolute value compared to the traditional score-based method defined by our clinicians. Our approach further demonstrated that only 2000 data points were sufficient to enable the model to converge. The results indicate that even with limited data we can actually devise a better method to identify TB suspects from verbal screening.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes