Abstract
Coronary artery calcification (CAC) is a strong and independent predictor of cardiovascular disease (CVD). However, manual assessment of CAC often requires radiological expertise, time, and invasive imaging techniques. The purpose of this multicenter study is to validate an automated cardiac plaque detection model using a 3D multiclass nnU-Net for gated and non-gated non-contrast chest CT volumes. CT scans were performed at three tertiary care hospitals and collected as three datasets, respectively. Heart, aorta, and lung segmentations were determined using TotalSegmentator, while plaques in the coronary arteries and heart valves were manually labeled for 801 volumes. In this work we demonstrate how the nnU-Net semantic segmentation pipeline may be adapted to detect plaques in the coronary arteries and valves. With a linear correction, nnU-Net deep learning methods may also accurately estimate Agatston scores on chest non-contrast CT scans. Compared to manual Agatson scoring, automated Agatston scoring indicated a slope of the linear regression of 0.841 with an intercept of +16 HU (R2 = 0.97). These results are an improvement over previous work assessing automated Agatston score computation in non-gated CT scans.
Keywords: CT, non-gated, coronary artery calcification, deep learning, detection
1. PURPOSE
Coronary artery calcification (CAC) is a strong and independent predictor of cardiovascular disease (CVD).1 Inflammation, necrosis, fibrosis, or calcification can lead to atherosclerosis, the build-up of plaque, which may obstruct blood flow from the heart and manifest in CAC and eventually cardiovascular disease (CVD).2,3 Plaques that rupture or erode over time may induce life-threatening coronary thrombosis, acute coronary syndrome (ACS), and myocardial infarction (MI).
Manual assessment of CAC often requires radiological expertise, time, and invasive imaging techniques.4 The CAC burden is typically quantitatively assessed using the Agatston score. This score is determined by summing the product of each plaque’s calcium area and its attenuation above 130 Hounsfield Units (HU), thereby providing a measure of plaque burden.5 The Agatston score can then be used to stratify risk in clinical settings, such as for diabetes and severe hypercholesterolemia management.6,7
Beyond CAC, heart valve calcification (VC) in the aortic, mitral, tricuspid, or pulmonary valves is also a predictor of CVD. VC is associated with atherosclerosis, its risk factors, and its histopathologic profiles.8 Two types of extracoronary VC are calcified aortic valve stenosis (CAVS) and mitral annular calcification (MAC).9 Although CT-based MAC severity scores exist, most are used to measure outcomes in valve embolization during transcatheter mitral valve replacement and mitral valve dysfunction rather than plaque burden.10,11
Imaging modalities for cardiac plaque assessment include CT, MRI, and ultrasound.1
While the majority of automated plaque detection models are typically trained using CT angiography scans, non-contrast CT scans are more prevalent because it is often easier to find plaques using these scans. One can readily identify calcification within coronary arteries by exploiting tissue density variations.12 The lack of insurance reimbursement for CAC screenings makes automated opportunistic testing critical for potentially reducing cardiovascular disease.13 The purpose of this study is to validate an automated cardiac plaque detection model for non-contrast chest CT volumes.
2. METHODS
2.1. Patient Population and Study Protocols
CT scans were performed at three tertiary care hospitals and collected as three datasets, respectively. Cohort 1 is a consecutive series of 120 chest PET-CT scans of patients with vasculitis in a clinical trial at Institution 1.1 6 volumes were excluded due to poor image quality, artifacts, or errors in conversion. Cohort 2 is a consecutive series of 120 non-contrast chest CT scans of patients diagnosed with CAD at Institution 2.14 Cohort 3 is a consecutive series of 605 non-contrast chest CT scans (392 gated and 213 non-gated) at Institution 3.15 38 volumes were excluded due to errors in file conversion and artifacts. In total, 801 total volumes were included and randomly split into a training set of 641 and a testing set of 160. A STARD chart showing exclusions and image assignment to training and testing sets is shown in Figure 2.
Figure 2.
STARD Chart showing patient flow. In this graph, n represents the number of scans.
2.2. Data Preparation
CT scans were converted from DICOM format into NIFTI volumes. Scans were reformatted to 3 mm slices and information on DICOM headers were extracted. NIFTI ground truth labels were available for datasets 1 and 2. XML files with ground truth plaque coordinates from dataset 3 were converted into NIFTI segmentations. All scans were reviewed and manually revised for missing plaque segmentations. Only axial CT volumes were assessed. Heart, aorta, and lung segmentations were determined using TotalSegmentator.16 Segmentations were combined using add, dilation, and negation SimpleITK filter packages as well as convex hull operations.17 For all datasets, A.N. manually reviewed and labeled plaques in the coronary arteries and cardiac valves using ITK-Snap18 under the mentorship of a board-certified radiologist (R.S., a radiologist with 30 years of post-residency experience reading chest CT).
2.3. Cardiac Plaque Detection Algorithm
We employed the 3D full resolution nnU-Net semantic segmentation pipeline to train the segmentation of plaque, heart, aorta, and lung classes.19 Data preprocessing included cropping and image normalization. We used the default architecture of nnU-Net with Leaky ReLU nonlinearity. For the training process, we followed a 5-fold validation process with each fold running for 1000 epochs, where each epoch consisted of 250 iterations. The batch size was set to 2, optimizer was Adam, and the learning rate was set to 0.01. The loss function was a combination of cross-entropy and Dice loss.
2.4. Statistical Analysis
Precision and recall were calculated based on true positives (predicted plaques overlapping with ground truth), false positives (predicted plaques without ground truth overlap), and false negatives (ground truth plaques without predicted overlap). We performed linear regression to compare manual and automated Agatston scores across all datasets. The predicted Agatston score was computed using methods from Summers et al., considering plaque area, density, and associated weighting factors.1
3. RESULTS
Plaque detection was successful in 801 out of 845 (94.5%) scans. The threshold for the detection was set at greater than two voxels. Detection precision was 0.893 and recall was 0.891. The total number of plaques in all datasets was 935, of which 839 were detected. The average Dice coefficient for the detected plaques was 0.75±0.16.
The most common cause of false positive detections in the test set was the misidentification of artifacts in the left anterior descending arteries and diagonal coronary arteries. These artifacts, often small, faint, and non-plaque in nature, were particularly prevalent in non-gated volumes with associated cardiac motion. The most common cause of false negative detections in the test set was the failure to detect smaller plaques in the right coronary artery and mitral valve.
A scatterplot comparing manual and automated Agatston scores is shown in Figure 3. The slope of the linear regression was 0.841 and the intercept was +16 HU (R2 = 0.97). A Bland-Altman plot of the corresponding data is shown in Figure 3.
Figure 3.
Agatston scores for the testing datasets. For the testing set, comparison of Agatston scores for automated and manual assessment showing (a) linear regression and (b) Bland-Altman plots.
4. DISCUSSION
In this multicenter study, we adapt a multi-class 3D nnU-Net semantic segmentation pipeline to detect plaques in the coronary arteries and valves on non-contrast chest CT scans. By implementing a linear correction, the nnU-Net deep learning method provides precise estimation of Agatston scores on gated and non-gated scans. Notably, the correlation between manual and automated Agatston scores in this study demonstrates improvement over previous work assessing automated Agatston score computation in non-contrast non-gated CT scans (R2 = 0.86).20
Volumes with higher plaque burdens yielded greater disparities between predicted and manual Agatston scores, despite high precision and recall. This underestimation may be attributed to the presence of smaller plaques with more ambiguous areas compared to their larger counterparts. Numerous small plaques can amplify this underestimation, resulting in a divergence between predicted and manual Agatston scores.
False negatives were more commonly associated with the right coronary artery, likely owing to the relatively fewer volumes with plaques in that particular region in the training dataset. The disparity between left and right sides of the heart may also explain the underestimation in automated Agatston scoring. The detection of plaques in the valves emerged as a particularly challenging task. The complexity of plaque composition and distribution may impact the performance of the automated scoring system. This underscores the need for further research and validation, especially concerning the identification of smaller plaques within the right coronary artery and heart valves.
5. CONCLUSION
In this work we demonstrate how a multi-class 3D nnU-Net semantic segmentation pipeline and TotalSegmentator may be used in tandem to detect plaques in the coronary arteries and valves for non-contrast chest CT scans. We validated the performance of this plaque detector using three multicenter datasets and showed that it can accurately estimate Agatston scores on gated and non-gated scans.
Figure 1.
Overall framework of the cardiac plaque detection algorithm. Given non-contrast CT scans, manual labelling segments plaques, while TotalSegmentator segments heart, aorta, and lung classes. Then, nnUNet generates 3D predictions from testing volumes.
6. ACKNOWLEDGEMENTS
This work was supported by the Intramural Research Program of the National Institutes of Health, Clinical Center and the NIH HPC Biowulf cluster.
7. APPENDIX
Figure 4.
Examples of plaques (yellow arrows) in the coronary arteries and mitral valve in axial CT images.
Figure 5.
Examples of ground truth (top row) and corresponding predicted (bottom row) plaque burden measurements in axial CT images. For each example, the images are shown with labels and detections (red).
REFERENCES
- [1].Summers R. M., Elton D. C., Lee S., Zhu Y., Liu J., Bagheri M., Sandfort V., Grayson P. C., Mehta N. N., Pinto P. A., Linehan W. M., Perez A. A., Graffy P. M., O’Connor S. D., and Pickhardt P. J.. Atherosclerotic plaque burden on abdominal CT: Automated assessment with deep learning on noncontrast and contrast-enhanced scans. Academic radiology, 28(11):1491–1499, 2021. doi: 10.1016/j.acra.2020.08.022. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [2].Severino P., D’Amato A., Pucci M., Infusino F., Adamo F., Birtolo L. I., Netti L., Montefusco G., Chi-menti C., Lavalle C., Maestrini V., Mancone M., Chilian W. M., and Fedele F.. Ischemic heart disease pathophysiology paradigms overview: From plaque activation to microvascular dysfunction. International Journal of Molecular Sciences, 21(21):8118, 2020. doi: 10.3390/ijms21218118. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [3].Bentzon J. F., Otsuka F., Virmani R., and Falk E.. Mechanisms of plaque formation and rupture. Circulation Research, 114(12):1852–1866, 2014. doi: 10.1161/circresaha.114.302721. [DOI] [PubMed] [Google Scholar]
- [4].Jiang B., Guo N., Ge Y., Zhang L., Oudkerk M., and Xie X.. Development and application of artificial intelligence in cardiac imaging. British Journal of Radiology, 93(1113):20190812, 2020. doi: 10.1259/bjr.20190812. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [5].Greenland P., Blaha M. J., Budoff M. J., Erbel R., and Watson K. E.. Coronary calcium score and cardiovascular risk. Journal of the American College of Cardiology, 72(4):434–447, 2018. doi: 10.1016/j.jacc.2018.05.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [6].Noguchi T., Nakao K., Asaumi Y., Morita Y., Otsuka F., Kataoka Y., Hosoda H., Miura H., Fukuda T., and Yasuda S.. Noninvasive coronary plaque imaging. Journal of atherosclerosis and thrombosis, 25(4):281–293, 2018. doi: 10.5551/jat.RV17019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [7].Nasir K. and Cainzos-Achirica M.. Role of coronary artery calcium score in the primary prevention of cardiovascular disease. BMJ, page n776, 2021. doi: 10.1136/bmj.n776. [DOI] [PubMed] [Google Scholar]
- [8].Rossi A., Barbieri A., Benfari G., Gaibazzi N., Erlicher A., Mureddu G., Frattini S., Faden G., Manicardi M., Beraldi M., Agostini F., Lazzarini V., Moreo A., Temporelli P. L., Magni G., Pressman G. S., and Faggiano P.. Heart valve calcification and cardiac hemodynamics. Echocardiography-a Journal of Cardiovascular Ultrasound and Allied Techniques, 38(4):525–530, 2021. doi: 10.1111/echo.14994. [DOI] [PubMed] [Google Scholar]
- [9].Shekar C. and Budoff M.. Calcification of the heart: mechanisms and therapeutic avenues. Expert Rev Cardiovasc Ther, 16(7):527–536, 2018. doi: 10.1080/14779072.2018.1484282. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [10].Guerrero M., Wang D. D., Pursnani A., Eleid M. F., Khalique O., Urena M., Salinger M. H., Ko-dali S., Kaptzan T., Lewis B. R., Kato N., Cajigas H. M., Wendler O., Holzhey D., Pershad A., Witzke C., Alnasser S., Tang G. H., Grubb K. J., and Rihal C. S.. A cardiac computed tomography-based score to categorize mitral annular calcification severity and predict valve embolization. JACC: Cardiovascular Imaging, 13(9):1945–1957, 2020. doi: 10.1016/j.jcmg.2020.03.013. [DOI] [PubMed] [Google Scholar]
- [11].Xu B., Saijo Y., Reyaldeen R., Brizneda M. V., Chan N., Gillinov A. M., Pettersson G., Unai S., Flamm S. D., Schoenhagen P., Grimm R. A., Obuchowski N. A., and Griffin B. P.. Novel multi-parametric mitral annular calcification score predicts outcomes in mitral valve dysfunction. Current Problems in Cardiology, 48(2):101456, 2023. doi: 10.1016/j.cpcardiol.2022.101456. [DOI] [PubMed] [Google Scholar]
- [12].Chen C., Chen Q., Qiu H., Tarroni G., Duan J., Bai W., and Rueckert D.. Deep learning for cardiac image segmentation: A review. Frontiers in Cardiovascular Medicine, 7, 2020. doi: 10.3389/fcvm.2020.00025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [13].Sandhu A. T., Rodriguez F., and Maron D. J.. Response by sandhu et al to letter regarding article, “incidental coronary artery calcium: Opportunistic screening of previous nongated chest computed tomography scans to improve statin rates (notify-1 project)”. Circulation, 148(5):441, 2023. doi: 10.1161/circulationaha.123.065360. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [14].Kazemi A., Keshtkar A., Rashidi S., Aslanabadi N., Khodadad B., and Esmaeili M.. Segmentation of cardiac epicardial and pericardial fats by using gabor filter bank based glcm. In 2019 IEEE International Conference on Biomedical Engineering (ICBME), 2019. doi: 10.1109/icbme49163.2019.9030380. [DOI] [Google Scholar]
- [15].Stanford University Stanford AIMI. Coca - coronary calcium and chest CTs, 2021. URL: https://stanfordaimi.azurewebsites.net/datasets/e8ca74dc-8dd4-4340-815a-60b41f6cb2aa.
- [16].Wasserthal J., Breit H.-C., Meyer M. T., Pradella M., Hinck D., Sauter A. W., Heye T., Boll D. T., Cyriac J., Yang S., Bach M., and Segeroth M.. Totalsegmentator: Robust segmentation of 104 anatomic structures in CT images. Radiology: Artificial Intelligence, 5, 2023. URL: 10.1148/ryai.230024. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [17].Beare R., Lowekamp B. C., and Yaniv Z.. Image segmentation, registration and characterization in r with simpleitk. J Stat Softw, 86(8), 2018. doi: 10.18637/jss.v086.i08. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [18].Yushkevich P. A., Yang Gao, and Gerig G.. Itk-snap: An interactive tool for semi-automatic segmentation of multi-modality biomedical images. In Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), pages 3342–3345, 2016. doi: 10.1109/EMBC.2016.759. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [19].Isensee F., Jaeger P. F., Kohl S. A., Petersen J., and Maier-Hein K. H.. nnu-net: a self-configuring method for deep learning-based biomedical image segmentation. Nature Methods, 18(2):203–211, 2021. [DOI] [PubMed] [Google Scholar]
- [20].Cano-Espinosa C., Gonzalez G., Washko G. R., Cazorla M., and Estepar R. S. J.. Automated agatston score computation in non-ecg gated CT scans using deep learning. Proc. SPIE, 10574, 2018. doi: 10.1117/12.2293681. [DOI] [PMC free article] [PubMed] [Google Scholar]