Skip to main content

Applicability of artificial intelligence-based computer-aided detection (AI–CAD) for pulmonary tuberculosis to community-based active case finding

Abstract

Background

Artificial intelligence-based computer-aided detection (AI–CAD) for tuberculosis (TB) has become commercially available and several studies have been conducted to evaluate the performance of AI–CAD for pulmonary tuberculosis (TB) in clinical settings. However, little is known about its applicability to community-based active case-finding (ACF) for TB.

Methods

We analysed an anonymized data set obtained from a community-based ACF in Cambodia, targeting persons aged 55 years or over, persons with any TB symptoms, such as chronic cough, and persons at risk of TB, including household contacts. All of the participants in the ACF were screened by chest radiography (CXR) by Cambodian doctors, followed by Xpert test when they were eligible for sputum examination. Interpretation by an experienced chest physician and abnormality scoring by a newly developed AI–CAD were retrospectively conducted for the CXR images. With a reference of Xpert-positive TB or human interpretations, receiver operating characteristic (ROC) curves were drawn to evaluate the AI–CAD performance by area under the ROC curve (AUROC). In addition, its applicability to community-based ACFs in Cambodia was examined.

Results

TB scores of the AI–CAD were significantly associated with the CXR classifications as indicated by the severity of TB disease, and its AUROC as the bacteriological reference was 0.86 (95% confidence interval 0.83–0.89). Using a threshold for triage purposes, the human reading and bacteriological examination needed fell to 21% and 15%, respectively, detecting 95% of Xpert-positive TB in ACF. For screening purposes, we could detect 98% of Xpert-positive TB cases.

Conclusions

AI–CAD is applicable to community-based ACF in high TB burden settings, where experienced human readers for CXR images are scarce. The use of AI–CAD in developing countries has the potential to expand CXR screening in community-based ACFs, with a substantial decrease in the workload on human readers and laboratory labour. Further studies are needed to generalize the results to other countries by increasing the sample size and comparing the AI–CAD performance with that of more human readers.

Introduction

Tuberculosis (TB) is a health-threatening infectious disease, with an estimated 10.6 million incident cases and 1.6 million deaths, including HIV-positive people per year worldwide [1]. To tackle this disease, the World Health Organization (WHO) announced the End TB Strategy [2] which defines targets to reduce incidence by 90% and TB deaths by 95% by 2035. In addition, the United Nations General Assembly held its first-ever high-level meeting on TB in 2018, and adopted a political declaration of 40 million treatments and 30 million TB preventive treatments for 5 years for an urgent global response to a global epidemic [3]. Therefore, implementation of evidence-based strategies that can lead to early case detection, proper treatment, and resulting reduction of TB transmission is required.

Despite these global efforts, there was a decrease of 18% from 7.1 million to 5.8 million in case notifications between 2019 and 2020 because of the COVID-19 pandemic, and a partial recovery to 6.4 million in 2021, while the declining trends of TB deaths since 2005 inversely increased to the level of 2017 [1]. Therefore, actions to mitigate and reverse the impact of the COVID-19 pandemic on TB are urgently needed.

Chest radiography (CXR) for the diagnosis or screening of pulmonary TB has been limited by modest specificity, high inter- and intrareader differences in interpretation, and suboptimal quality images in many developing countries [4, 5]. Bacteriological examinations for sputum have been recommended, as represented by the directly observed treatment, short-course (DOTS) strategy [6]. After the first national TB prevalence survey in Cambodia [7], where CXR was used for screening purposes for eligibility for sputum examination, prevalence surveys in a standardised manner were carried out in many countries with high TB burdens to measure TB prevalence [8,9,10]. As a result, more attention has been given to both the role of CXR in TB case detection, and the concept of subclinical TB, i.e., the presence of persons without typical TB symptoms in the community [11, 12]. At the same time, researchers have begun to think of TB case detection by active case-finding (ACF), in which usually asymptomatic persons at high risk are actively screened for TB, as well as passive case-finding (PCF), in which symptomatic persons seek health care by themselves. However, the challenges in community-based ACF include the consumption of resources, such as labour and medical equipment, the requirement of large sample sizes, and its high cost, although it might be effective in changing TB epidemiology [13]. Thus, the WHO published Systematic screening for active TB in 2013 [14], and Consolidated guidelines on TB in 2021 [15], which specifies targeted groups for ACF, and screening tools to be used, including artificial intelligence-based computer-aided detection (AI–CAD).

During this period, remarkable progress in CXR equipment was made. Replacing analogue images that needed film processing, computed radiography, and digital radiography, which enabled us to check an image soon after shooting, has been rapidly rolled out in developing countries. The digitalization of radiology has solved technical challenges, such as manual film processing, reagent replacement, and maintenance of film processors, and has brought high-quality images of CXR even in resource-limited settings. Furthermore, a handy CXR equipment called ultra-portable CXR [16] has made TB screening possible in communities located far from medical facilities. The development of AI–CAD has paved the way to solve another major challenge: the interpretation of CXR images due to shortages of radiologists or chest physicians in developing countries.

Several studies on the performance of AI–CAD for TB [17,18,19,20,21] have shown that it is comparable to or better than that of experienced medical doctors. However, these studies were mostly conducted for people with TB detected in PCF, and little is known about its applicability to community-based ACF for pulmonary TB [22,23,24].

Therefore, we examined the performance of a deep learning algorithm for TB detection (F-CAD) developed as a prototype by FUJIFILM Corporation, and its applicability using a data set obtained from a community-based ACF in Cambodia, a country with a high TB burden.

Methods

Development of a deep learning algorithm for TB detection

For F-CAD training

We formed a training set and a parameter tuning set by patientwise splitting of the following data sets: 1464 CXRs with positive molecular tests for TB, 2914 CXRs with active TB in the radiology report, 3139 CXRs with other abnormalities but negative TB in the radiology report and 6350 normal CXRs retrospectively collected from two diagnostic centers in India, and 60,326 CXRs with other abnormalities, such as atelectasis, pleural effusion, or fibrosis pattern and 37,716 normal CXRs from the PadChest data set [25].

Development of the algorithm

The proposed AI–CAD consists of a two-stage pipeline. In the first stage, we segmented the lung and heart regions using a U-Net model [26] for the intensity and spatial normalization of an input CXR. We adjusted the mean and standard deviations of pixel values in the lung region to 0 and 1, respectively. Then, it was trimmed by the circumscribed rectangle of the lung and heart regions to reduce the variability in surrounding objects.

In the second stage, given a normalized CXR, a classification score and a localization map were predicted using a CNN (convolutional neural network) model, which was the cascade of a DenseNet feature extractor [27] and a pixelwise localizer. The localizer consisted of a convolutional layer and a global maximum pooling layer. Of note, the outputs from the two layers corresponded to the classification score and the localization map. Both the score and the localization map had values between 0 and 1, representing the probabilities of any active TB findings. In the training phase, the model was optimized using only image-level annotation and an entropy-based loss function. Data augmentation techniques, such as random resizing, cropping, horizontal flipping, rotation, Gaussian noise, and salt-and-pepper noise were applied to enhance the generalization performance. We applied energy spectrum modification and grid artefact injection to improve the robustness against software postprocessing algorithms, such as dynamic compression and hardware failure. At the inference phase, the outputs from the three models being trained using three different hyperparameters with test-time augmentation [28] were aggregated by averaging to produce the final prediction. For internal validation using two TB data sets publicly available from the National Library of Medicine [29], the area under the receiver operating characteristic (ROC) curve (AUROC) was 0.969 and 0.996 on the Shenzhen and Montgomery data sets, respectively.

Preparation of data set

Active case finding in Cambodia

The Cambodia Anti-Tuberculosis Association (CATA) conducted community-based ACFs for 88,316 participants in 32 operational districts from November 2018 until November 2021. It targeted all persons aged 55 years or older; persons with TB-related symptoms, such as cough, fever, and night sweats for more than 2 weeks; and persons at risk of TB, such as diabetes mellitus, household contacts, and past TB history [30]. All participants excluding pregnant women and refusers were screened by a digital CXR. A doctor working for CATA screened the participants based on their CXR results: “normal”, “active TB”, “suspect TB”, “healed TB”, and “other lung diseases”. If the participant had a CXR suggestive of “active TB”, “suspect TB”, or sometimes “healed TB”, a sputum specimen was taken on the spot for Xpert testing, which was performed on the ground by a mobile team. The participants’ data, Xpert test results, and CXRs in the form of DICOM (digital imaging and communications in medicine) images were stored and strictly managed in computers.

Data selection and anonymisation

We prepared 8,519 CXR images and medical data of participants in the ACFs at 13 districts randomly selected on a district basis from the 32 districts due to the suboptimal management of data storage, and anonymized them with an identifier number for analysis.

AI–CAD analysis and human reading by chest physician

Interpretation of the images by a chest physician who had more than 10 years of experience, and TB scoring by F-CAD were retrospectively conducted. In doing so, neither the F-CAD developer nor the human reader was informed of the results of Xpert or CXR interpretation in Cambodia, and both were blinded to each other’s results. TB scores were provided by a continuous number between 0 and 1, which were more generally suggestive of active TB when larger. The interpretations by the physician basically followed the five classifications in Cambodia, but “active TB” was further classified into two categories: “active TB with cavity” and “active TB without cavity”.

Performance evaluation and statistical analysis

To evaluate F-CAD performance, we used ROC curves and AUROCs [31] as the bacteriological reference of the Xpert results, and the radiological reference by human readings. In the analysis, “active TB with and without cavity” was defined as “abnormality strongly suggestive of TB”; “active TB and suspect TB” as “abnormality suggestive of TB”; “active TB, suspect TB and healed TB” as “abnormality suggestive of any TB”; and “active TB, suspect TB, healed TB and other lung diseases” as “any abnormality in lung fields”. The ROC curves were made for triage purposes in which possibly infectious cases are effectively selected with the reference of “abnormality suggestive of TB”, and for screening purposes in which suspected TB cases are widely selected with the reference of “any abnormality in lung fields”. The AUCs were calculated using the pROC package of R version 4.1.2 (R Foundation for Statistical Computing, Vienna, Austria), and DeLong methods [32]. We also examined precision–recall curves (PRCs) [33], because the data set was imbalanced with a low Xpert positivity rate.

In addition, we examined whether F-CAD meets the target product profile (TPP) by the WHO [34]: 90% sensitivity/70% specificity as minimal requirements, and 95% sensitivity/80% specificity as optimal requirements, and its applicability to community-based ACF in Cambodia using the data set in the study.

We presented TB scores as the medians with interquartile ranges (IQRs) and used Mann–Whitney’s U test as a statistical test. The developer of F-CAD was not part of the study team and had no role in the study design, data collection, analysis, or interpretation of the results. This study was approved by the National Ethics Committee for Health Research, Cambodia.

Results

Demographic and clinical characteristics of persons screened with chest X-ray

We analysed the final data set of 8,386 CXRs and medical data after excluding 133 CXRs because of 59 duplications and 74 without any matching medical data. Table 1 shows the demographic and clinical characteristics of persons screened with CXR; 5,584 (67% of the participants) were female, and 2,839 (34%) were 65 years or older. A total of 5,202 (62%) had a cough for more than 2 weeks. The percentages of the participants with diabetes mellitus, positive HIV status, and smoking as TB risk were 5.3%, 0.5%, and 14%, respectively. A total of 1,145 (14%) had contacts of TB, and 993 (12%) had a past history of TB. Overall, 1,371 (16%) were examined by Xpert on the ground. Of them, 130 (1.6% of the participants and 9.5% of the persons examined by Xpert) were positive for Xpert.

Table 1 Demographic and clinical characteristics of persons screed with chest X-ray

Chest X-ray reading and Xpert results

The results of human reading by the chest physician indicated many abnormal findings on CXR, as shown in Table 2, probably reflecting a past epidemic of TB in Cambodia and the participation of elderly individuals: 6,835 (82%) with normal CXR, 414 (5%) with active TB, 201 (2%) with suspected TB, 841 (10%) with healed TB, and 95 (1%) with other lung diseases. Of the “active TB” individuals, positive Xpert, negative Xpert, and not performed Xpert were 24%, 43%, and 33%, respectively. Of the “suspect TB”, positive Xpert, negative Xpert, and not performed Xpert were 5%, 49%, and 46%, respectively. There were 17 Xpert-positive cases in “healed TB” and 3 in “other lung diseases”. No rifampicin-resistant TB was detected among the Xpert-positive TB cases.

Table 2 CXR reading by human reader and Xpert results

Results of human reader and TB scores

The IQR of TB scores by classification of human readings for CXR are shown in Fig. 1. The TB scores of F-CAD were significantly associated with the results of the human reader for CXR as indicated by the severity of TB disease: the median of “active TB with cavity”, “active TB without cavity”, “suspect TB”, “healed TB”, “other lung disease”, and “normal” was 0.99, 0.95, 0.91, 0.86, 0.66, and 0.14, respectively.

Fig. 1
figure 1

Interquartile ranges of TB scores by classification of human readings for chest X-ray

Performance with the bacteriological reference by Xpert results

The ROC curve of TB scores with the bacteriological reference is shown in Fig. 2, as well as the sensitivities and specificities based on the classification by the human reader. The AUROC of F-CAD was 0.86 (95% confidence interval (CI) 0.83–0.89). When we compared the AUROC by age group, the AUROC for those aged 65 or older was significantly lower [0.80 (95% CI 0.73–0.80)] than that for those aged under 65 years [0.91 (95% CI 0.88–0.91)], although it was not shown in the figure. We plotted the sensitivities and specificities by the human reader based on “abnormality strongly suggestive of TB”, “abnormality suggestive of TB”, “abnormality suggestive of any TB”, and “any abnormality in lung fields” with 76%/85%, 84%/78%, 97%/50%, and 99%/46%, respectively.

Fig. 2
figure 2

Performance of F-CAD and human reading

Figure 3 shows the PRC curves of TB scores with the bacteriological reference. It declined in a linear manner as the sensitivity increased, and reached a positive predictive value (PPV) of 0.1, which was obtained from 130 divided by 1,371 as the lowest PPV. The area under the PRC (AUPRC) was 0.47. Sensitivities and PPVs by the human reader were 76%/36% for “abnormality strongly suggestive of TB”, 84%/28% for “abnormality suggestive of TB”, 97%/17% for “abnormality suggestive of any TB”, and 99%/16% for “any abnormality in lung fields”.

Fig. 3
figure 3

Precision Recall curve for F-CAD and human reading

Performance with the radiological reference by human readings

The AUROCs with the reference of “abnormality suggestive of TB” as a triage purpose, and with the reference of “any abnormality in the lung fields” as a screening purpose were 0.93 (95% CI 0.92–0.94), and 0.92 (95% CI 0.91–0.93), respectively, as shown in Fig. 2. The AUPRCs with the reference of “abnormality suggestive of TB” and with the reference of “any abnormality in the lung fields” shown in Fig. 3 were 0.52 and 0.83, respectively. The PPVs at 90% sensitivity were nearly 30% for triage purposes, and more than 40% for screening purposes.

Performance against WHO’s target product profile by reference

The performance against the WHO’s TPP by reference is shown in Table 3. With the bacteriological reference, no sensitivity or specificity met the WHO’s TPP: 62% (95% CI 0.59–0.65) specificity at 90% sensitivity, and 85% (95% CI 0.85–0.91) sensitivity at 70% specificity. With the radiological reference of “abnormality suggestive of TB”, however, the corresponding sensitivities or specificities reached the targets: 84% (95% CI 0.84–0.85) specificity at 90% sensitivity and 96% (95% CI 0.95–0.98) sensitivity at 70% specificity. With the radiological reference of “any abnormality in the lung fields”, 75% (95% CI 0.74–0.76) specificity at 90% sensitivity reached the target; however, the lower margin of 91% (95% CI 0.90–0.93) sensitivity at 70% specificity did not exceed 90%.

Table 3 Performance of F-CAD against WHO's Target Product Profile by reference

Performance set at 90% sensitivity for community-based ACF

Given that we used a TB score by F-CAD as the threshold for triage purposes or screening purposes set at 90% sensitivity, we examined how many CXRs by human reader and bacteriological examinations could be decreased in number, and how many cases with positive Xpert, with “abnormality suggestive of TB”, and with “any abnormality in the lung fields” could be missed using F-CAD. A proposed algorithm for community-based ACF using both F-CAD and human reading in combination with Xpert test is shown in Fig. 4. As shown in Table 4, if we used a threshold of 0.5340 for triage purposes, the bacteriological examinations fell to 15% of the original number by the reduction to 21% of CXR to be interpreted, followed by the exclusion of 524 normal CXRs by human reading. On the other hand, TB cases detected as “abnormality suggestive of TB” and positive Xpert could be maintained at 90% and 96%, respectively. Similarly, if we used a threshold of 0.2835 for screening purposes, we could maintain TB cases detected as “abnormality suggestive of TB” and positive Xpert at 97% and 98%, respectively, while the bacteriological examinations fell to 17% in number by the reduction of CXRs by human reading to 37%, followed by the exclusion of the cases with normal CXRs.

Fig. 4
figure 4

Proposed algorithm for community-based ACF

Table 4 Performance in triage purposes and screening purposes at sensitivity of 90%

Discussion

TB scores of F-CAD were significantly associated with the CXR classifications as indicated by the severity of TB disease. The AUROC as the bacteriological reference was 0.86 (95% CI 0.83–0.89), which was similar to 0.82–0.94 in other recent studies on the best 3 AI–CAD algorithms [19,20,21]. When we used a threshold for triage purposes at 90% sensitivity as the radiological reference, human readings and bacteriological examinations needed fell to 21% and 15%, respectively, maintaining 95% of Xpert-positive TB to be detected in ACF. Similarly, for screening purposes, we could maintain 98% of Xpert-positive TB. The study suggested that the use of AI–CAD in developing countries has the potential to expand CXR screening for TB in community-based ACFs with a substantial decrease in the workload on human readers and laboratory labour.

Despite any effort to combat TB across the globe, an annual reduction in TB incidence rate before the COVID-19 pandemic was only 2.3% between 2018 and 2019 [35], and the acceleration of reduction has been required towards ending TB. A recent study showed that systematic screening for TB based on symptom screening alone may not be sufficient to achieve a large reduction in TB prevalence over a period of a few years [36]. The active use of CXR equipped with AI–CAD in high TB burden countries can be a key to improving detection of cases with asymptomatic, subclinical TB as well as symptomatic TB.

The F-CAD system can work on a laptop computer without an internet connection, and an ultra-portable CXR system, including a digital panel for X-ray detection can be operated by battery power in the field.

One of the strengths of the study is the use of real data obtained from community-based ACF for general people in Cambodia with a high burden of TB. The study subjects were more likely to be asymptomatic or to have milder symptoms and more normal CXRs than those in clinical settings [37]. Most studies conducted on AI–CAD evaluation [17,18,19,20,21] used medical data from hospital patients with severe symptoms and high TB prevalence, and there are only a few studies for general populations in the community [22,23,24]. In addition, the AUROCs of F-CAD with the bacteriological reference were comparable to other CAD algorithms, and therefore, the conclusion from the study on the potentiality of AI–CAD use for community-based ACF is plausible, although further comparative studies are needed.

There are several limitations in the study. First, the quality of CXR images was challenging, because the shooting conditions might not have always been properly set. Some images had artefacts with belt-shaped patterns of stripes with light and shade, which might have affected the TB scores and human readings of the results. Second, because we used data obtained from the actual ACF for TB in the community, their bacteriological examinations were limited to 16% of the participants who had been screened by CXR, and a few persons with positive Xpert might have been missed. However, we believe that the performance of AI–CAD should be evaluated using both radiological and bacteriological references, because CXR diagnosis or screening is to be performed based on the abnormality of CXR images. In fact, two national TB prevalence surveys in Cambodia [7, 38] showed that there were more TB cases with bacteriologically negative, but CXR suggestive of active TB, so called “minimal disease” [12] or “TB pathology” [39] in the community, than those with bacteriologically positive TB. Therefore, if we use a bacteriological reference only, the specificity becomes falsely low, and we cannot properly evaluate the CAD performance. In addition, we should consider the fact that there are falsely positive Xpert results among persons with past TB treatment history as well as falsely negative results below the lowest level of detection by Xpert because of the nature of polymerase chain reaction. Third, we compared F-CAD performance with only one fully experienced human reader in the study. However, the accuracy of the reader in this study was comparable to that of other readers in a study [20] with the bacteriological reference; a sensitivity/specificity with “abnormality suggestive of TB” was 84/78% (95%CI 78–90/75–80%) in this study and 89/63% (95%CI 87–90/62–63%) in that study, and a sensitivity/specificity with “any abnormality in the lung field” was 99/46% (95%CI 97–100/43–48%) and 95/46% (95%CI 94–96/45–46%), respectively.

In conclusion, AI–CAD is applicable to community-based ACF in high TB burden countries, where experienced human readers for CXR images are scarce. The study suggested that the use of AI–CAD in developing countries could expand CXR screening for TB for community-based ACFs with a substantial decrease in the workload on human readers and laboratory labour. Further studies are needed to generalize these results to other countries by increasing the participants being tested for bacteriological examination and comparing AI–CAD performance with that of more human readers.

Availability of data and materials

The data sets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Abbreviations

AI–CAD:

Artificial intelligence-based computer aided detection

ACF:

Active case-finding

AUPRC:

Area under the precision–recall curves (PRC)

AUROC:

Area under the receiver operating characteristic (ROC) curves

95% CI:

95% Confidence interval

CXR:

Chest radiography

HIV:

Human immunodeficiency virus

IQR:

Interquartile range

PCF:

Passive case-finding

PPV:

Positive predictive value

PRC:

Precision–recall curve

ROC:

Receiver operating characteristics

TB:

Tuberculosis

TPP:

Target product profile

References

  1. World Health Organization. Global TB Report 2022. https://www.who.int/publications/i/item/9789240061729

  2. World Health Organization. Implementing the end TB strategy: the essentials. Geneva: WHO; 2015.

    Google Scholar 

  3. General Assembly of the United Nations. Political declaration of the High-Level Meeting of the General Assembly on the Fight Against Tuberculosis: resolution / adopted by the General Assembly. United Nations Digital Library 2018. https://digitallibrary.un.org/record/1649568?ln=en.

  4. Pinto LM, Pai M, Dheda K, Schwartzman K, Menzies D, Steingart KR. Scoring systems using chest radiographic features for the diagnosis of pulmonary tuberculosis in adults: a systematic review. Eur Respir J. 2013;42:480–94.

    Article  PubMed  Google Scholar 

  5. World Health Organization. Chest radiography in tuberculosis detection—summary of current WHO recommendations and guidance on programmatic approaches. Geneva: World Health Organization; 2016.

    Google Scholar 

  6. Dye C, Garnett GP, Sleeman K, Williams BG. Prospects for worldwide tuberculosis control under the WHO DOTS strategy. Lancet. 1998;352:1886–91.

    Article  CAS  PubMed  Google Scholar 

  7. National Center for Tuberculosis and Leprosy Control. National TB Prevalence Survey, 2002. Cambodia: Ministry of Health, Cambodia; 2005.

    Google Scholar 

  8. Mao TE, Okada K, Yamada N, Peou S, Ota M, Saint S, et al. Cross-sectional studies of tuberculosis prevalence in Cambodia between 2002 and 2011. Bull World Health Organ. 2014;92:573–81. https://doi.org/10.2471/BLT.13.131581.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Onozaki I, Law I, Sismanidis C, Zignol M, Glaziou P, Floyd K. National tuberculosis prevalence surveys in Asia, 1990–2012: an overview of results and lessons learned. Trop Med Int Health. 2015;20:1128–45.

    Article  PubMed  Google Scholar 

  10. Law I, Floyd K, the African TB Prevalence Survey Group. National tuberculosis prevalence surveys in Africa, 2008–2016:an overview of results and lessons learned. Trop Med Int Health. 2020;25:1308–27.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Drain PK, Bajema KL, Dowdy D, Dheda K, Naidoo K, Schumacher SG, et al. Incipient and subclinical tuberculosis: a clinical review of early stages and progression of infection. Clin Microbiol Rev. 2018;31:e00021-e118.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Frascella B, Rechards AS, Sossen B, Emery JC, Odone A, Law I, et al. Subclinical tuberculosis disease-a review and analysis of prevalence surveys to inform definitions, burden, associations, and screening methodology. Clin Infect Dis. 2021;73:e830–41.

    Article  PubMed  Google Scholar 

  13. Burke RM, Nliwasa M, Feasey HRA, Chaisson LH, Chaisson JE, Chaisson F, et al. Community-based active case-finding interventions for tuberculosis: a systematic review. Lancet Public Health. 2021;6:e283–99.

    Article  PubMed  PubMed Central  Google Scholar 

  14. World Health Organization. Systematic screening for active tuberculosis: principles and recommendations. Geneva: World Health Organization; 2013.

    Google Scholar 

  15. World Health Organization. WHO consolidated guidelines on tuberculosis: module 2: screening: systematic screening for tuberculosis disease. Geneva: WHO, 2021. https://www.who.int/publications/i/item/9789240022676

  16. FIND. Digital Chest radiography and computer-aided detection (AI-CAD) solutions for technology landscape analysis. Foundation for Innovative New Diagnostics, 2021.

  17. Rahman MT, Codlin AJ, Rahman MM, Nahar A, Reja M, Islam T, et al. An evaluation of automated chest radiography reading software for tuberculosis screening among public- and private-sector patients. Eur Respir J. 2017;49:1602159.

    Article  PubMed  PubMed Central  Google Scholar 

  18. Hwang EJ, Park S, Jin KN, Kim JI, Choi SY, Lee JH, et al. Development and validation of a deep learning–based automatic detection algorithm for active pulmonary tuberculosis on chest radiographs. Clin Infect Dis. 2019;69:739–47.

    Article  PubMed  Google Scholar 

  19. Qin ZZ, Sander MS, Rai B, Titahong CN, Sudrungrot S, Laah SN, et al. Using artificial intelligence to read chest radiographs for tuberculosis detection: a multi-site evaluation of the diagnostic accuracy of three deep learning systems. Sci Rep. 2019;9:1–10.

    Article  Google Scholar 

  20. Qin ZZ, Ahmed S, Sarker MS, Paul K, Adel ASS, Naheyan T, et al. Tuberculosis detection from chest x-rays for triaging in a high tuberculosis-burden setting: an evaluation of five artificial intelligence algorithms. Lancet Digital Health. 2021;3:e543–54.

    Article  CAS  PubMed  Google Scholar 

  21. Codlin AJ, Dao TP, Vo LNQ, Forse RJ, Truong VV, Dang HM, et al. Independent evaluation of 12 artificial intelligence solutions for the detection of tuberculosis. Sci Rep. 2021;11:1–11.

    Article  Google Scholar 

  22. Melendez J, Philipsen RHHM, Chanda-Kapata P, Sunkutu V, Kapata N, van Ginneken B. Automatic versus human reading of chest X-rays in the Zambia National Tuberculosis Prevalence Survey. Int J Tuberc Lung Dis. 2017;21:880–6. https://doi.org/10.5588/ijtld.16.0851.

    Article  CAS  PubMed  Google Scholar 

  23. Fehr J, Konigorski S, Oliver S, Gunda R, Surujdeen A, Gareta D, et al. Computer-aided interpretation of chest radiography reveals the spectrum of tuberculosis in rural South Africa. NPJ Dig Med. 2021;4:106.

    Article  Google Scholar 

  24. Mahler B, de Vries G, van Hest R, Gainaru R, Menezes D, Popescu G, et al. Use of targeted mobile X-ray screening and computer-aided detection software to identify tuberculosis among high-risk groups in Romania: descriptive results of the E-DETECT TB active case-finding project. BMJ Open. 2021;11: e045289. https://doi.org/10.1136/bmjopen-2020-045289.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Bustos A, Pertusa A, Salinas JM, de la Iglesia-Vayá M. Padchest: a large chest x-ray image dataset with multi-label annotated reports. Med Image Anal. 2020;66: 101797. https://doi.org/10.1016/j.media.2020.101797.

    Article  PubMed  Google Scholar 

  26. Ronneberger O, Fischer P, Brox T. U-net: convolutional networks for biomedical image segmentation. Int Conf Med Image Comput Comp assist Intervent. 2015;9351:234–41.

    Google Scholar 

  27. Huang G, Liu Z, van der Maarten L, Weinberger KQ. Densely connected convolutional networks. Proceedings of the IEEE conference on computer vision and pattern recognition. 2017; 2261–2269.

  28. Wang G, Li W, Aertsen L, Deprest J, Ourselin S, Vercauteren T. Aleatoric uncertainty estimation with test-time augmentation for medical image segmentation with convolutional neural networks. Neurocomputing. 2019;338:34–45.

    Article  Google Scholar 

  29. Jaeger S, Candemir S, Antani S, Wáng J, Lu PX, Thoma G. Two public chest X-ray datasets for computer-aided screening of pulmonary diseases. Quant Imaging Med Surg. 2014;4:475–82.

    PubMed  PubMed Central  Google Scholar 

  30. Codlin AJ, Chry M, Mom K, Gerstel L, Creswell J, Mao TE. Results from a roving, active case finding initiative to improve tuberculosis detection among older people in rural Cambodia using the Xpert MTB/RIF assay and chest X-ray. J Clin Tuberc Other Mycobact Dis. 2018;13:22–7.

    Article  PubMed  PubMed Central  Google Scholar 

  31. Hajian-Tilaki K. Sample size estimation in diagnostic test studies of biomedical informatics. J Biomed Inform. 2014;48:193–204. https://doi.org/10.1016/j.jbi.2014.02.013.

    Article  PubMed  Google Scholar 

  32. Robin X, Turck N, Hainard A, Tiberti N, Lisacek F, Sanchez JC, et al. pROC: an open-source package for R and S+ to analyze and compare ROC curves. BMC Bioinformatics. 2011;12:77.

    Article  PubMed  PubMed Central  Google Scholar 

  33. Saito T, Rehmsmeier M, The precision-recall plot is more informative than the ROC plot when evaluating binary classifiers on imbalanced datasets. PLoS ONE 10(3): e0118432. https://doi.org/10.1371/journal.pone.0118432

  34. World Health Organization. High-priority target product profiles for new tuberculosis diagnostics: report of a consensus meeting. Geneva: World Health Organization; 2014.

    Google Scholar 

  35. World Health Organization. Global TB Report 2020. https://www.who.int/publications/i/item/9789240013131

  36. Klinkenberg E, Floid S, Shanaube K, Mureithi L, Gachie T, de Haas P, et al. Tuberculosis prevalence after 4 years of population-wide systematic TB symptom screening and universal testing and treatment for HIV in the HPTN 071 (PopART) community randomized trial in Zambia and South Africa: a cross-sectional survey (TREATS). PLoS Med 2023; 20(9). e1004278. https://doi.org/10.1371/journal.pmed.1004278

  37. Mao TA, Peou S, Yadav RP, Morishita F, Nishikiori N, van-Maaren P, et al. Early detection of tuberculosis through community-based active case finding in Cambodia. BMC Public Health 2012. https://doi.org/10.1186/1471-2458-12-469

  38. National Center for Tuberculosis and Leprosy Control. Second National Tuberculosis Prevalence Survey, Cambodia 2011. Phnom Penh: Ministry of Health, Cambodia; 2012.

  39. Houben RMGJ, Esmail H, Cobelens F, Williams CML, Coussens AK. Tuberculosis prevalence: beyond the tip of the iceberg. The Lancet Respir Med. 2022;10(6):537–9. https://doi.org/10.1016/S2213-2600(22)00184-9.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

The authors would like to acknowledge Cambodia Anti-Tuberculosis Association (CATA) for making this study a success.

Funding

The study was conducted as commissioned research from FUJIFILM Corporation.

Author information

Authors and Affiliations

Authors

Contributions

KO, TY, IO, SK conceived the idea on this study. KO was the principal investigator and was involved in the designing of the protocol, data collection, data analysis, and preparation of the first draft of the article. KO and NY conducted statistical data analysis. KT, HS and YH managed and interpreted CXR image, YK and YH developed F-CAD and performed the CAD analysis, TY, IO, and SK interpreted the study results and finalised the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Kosuke Okada.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the National Ethics Committee for Health Research, Cambodia. As this study used only the secondary data, the requirement of consent was waived by the Ethics Committee.

Consent for publication

Not applicable.

Competing interests

YK and YH are employees of FUJIFILM Corporation, and were not involved in data interpretation and performance evaluation of F-CAD. Other authors have no conflict of interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Okada, K., Yamada, N., Takayanagi, K. et al. Applicability of artificial intelligence-based computer-aided detection (AI–CAD) for pulmonary tuberculosis to community-based active case finding. Trop Med Health 52, 2 (2024). https://doi.org/10.1186/s41182-023-00560-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s41182-023-00560-6

Keywords