| Literature DB >> 35899142 |
Pranav Ajmera1, Amit Kharat1, Tanveer Gupte2, Richa Pant2, Viraj Kulkarni2, Vinay Duddalwar3, Purnachandra Lamghare1.
Abstract
Background: Cardiothoracic ratio (CTR) is the ratio of the diameter of the heart to the diameter of the thorax. An abnormal CTR (>0.55) is often an indicator of an underlying pathological condition. The accurate prediction of an abnormal CTR chest X-rays (CXRs) aids in the early diagnosis of clinical conditions. Purpose: We propose a deep learning (DL)-based model for automatic CTR calculation to assist radiologists with rapid diagnosis of cardiomegaly and thus optimise the radiology flow. Material andEntities:
Keywords: artificial learning; cardiomegaly; chest radiograph; deep learning; segmentation
Year: 2022 PMID: 35899142 PMCID: PMC9309780 DOI: 10.1177/20584601221107345
Source DB: PubMed Journal: Acta Radiol Open
Figure 1.The flowchart depicting the process involved in the processing and post-processing of the raw data (chest radiograph) to quantify the CTR and categorise the result as positive or negative for cardiomegaly.
Classification and regression metrics to evaluate the performance of the AI model-1.
| Metrics | Value | |
|---|---|---|
| Classification metrics [95% CI] | Sensitivity | 0.80 [0.75, 0.85] |
| Specificity | 1.00 [0.99, 1.0] | |
| Precision | 0.99 [0.98, 1.0] | |
| F-1 score | 0.88 [0.85, 0.91] | |
| Regression metrics (± SD.) | Mean absolute error (MAE) | 0.0254 ± 0.06 |
| Mean squared error (MSE) | 0.0016 ± 0.014 |
Confusion Matrix of Attention U- Net model for CXR image dataset.
| Predicted (CTR <0.55) | Predicted (CTR ≥0.55) | |
|---|---|---|
| Annotated (CTR <0.55) | 768 | 2 |
| Annotated (CTR ≥0.55) | 49 | 193 |
Figure 2.The scatter plot between calculated (radiologist’s annotated/ground truth) CTR (X-axis) versus predicted (model-calculated) CTR (Y-axis) indicates a close agreement between the two variables. A closer analysis of the plot reveals 51 misclassifications with agreement on all of the remaining 961 cases.
Figure 3.Bland–Altman plot to assess the mean difference in calculation of CTR by the ground truth (radiologist annotated) and the DL model.
Figure 4.CXRs representing the Cardiothoracic ratio annotated by the radiologist-A (ground truth) and predicted by the model. Bounding boxes correspond to the segmentation of the heart and thorax by the model. The predicted and the annotated values for CTR (A) less than 0.55 (Normal) and (B) greater than 0.55 (cardiomegaly) were in complete agreement with each other.
Figure 5.An example of misclassification. Bounding boxes represent the segmentation of the heart and thorax by the model. In this case, the radiologist annotated the CTR as 0.56, while the model predicted the CTR as 0.53.
Comparison between the diagnostic performance of the AI model, unaided and aided radiologist.
| Parameter | True negative i.e calculated CTR (ground truth) cutoff 0.55: No cardiomegaly (<0.55) & test: Negative | True positive i.e calculated CTR (ground truth) cutoff 0.55: Cardiomegaly (≥0.55) & test: Positive | False negative i.e calculated CTR (ground truth) cutoff 0.55: Cardiomegaly (≥0.55) & test: Negative | False positive i.e calculated CTR (ground truth) cutoff 0.55: No cardiomegaly (<0.55) & test: Positive | Sensitivity, % | Specificity, % | PPV, % | NPV, % | Diagnostic accuracy, % | Gold standard |
|---|---|---|---|---|---|---|---|---|---|---|
| Model-1 | 768 | 193 | 49 | 2 | 79.80 | 99.70 | 99.00 | 94.00 | 94.96 | Ground truth |
| RadiologistUnaided | 769 | 98 | 144 | 1 | 40.50 | 99.90 | 99.00 | 84.20 | 85.67 | Ground truth |
| RadiologistAided | 692 | 214 | 28 | 78 | 88.40 | 89.90 | 73.30 | 96.10 | 89.53 | Ground truth |