An innovative bimodal computed tomography data-driven deep learning model for predicting aortic dissection: a multi-center study
Introduction
Aortic dissection (AD) is a life-threatening condition, representing the most common manifestation of acute aortic syndromes (1). The incidence of AD has steadily increased over the last 20 years, with an overall mortality rate reaching 27.4% (2,3). Prompt and accurate detection and timely surgical intervention remain critical in addressing the ongoing clinical challenge of diagnosing and treating AD (4).
The current consensus emphasizes the essential role of medical imaging in diagnosing AD (5). Chest radiography reveals essential clues for diagnosing AD, including mediastinal and aortic widening (6). Computed tomography angiography (CTA) facilitates accurate AD diagnosis by recognizing specific characteristics such as intimal tears and variable morphologies of false and true lumina (6). In addition, a detailed evaluation of AD can help to classify AD, guide the selection of therapeutic schemes, and predict patient prognosis. However, performing CTA for patients with specific conditions such as renal insufficiency, hyperthyroidism, or contrast allergy carries significant risks. Thus, the development of non-contrast computed tomography (CT)-based diagnostic methods for AD addresses an urgent clinical need to improve diagnostic accuracy in specific medical scenarios.
In recent years, artificial intelligence (AI) algorithms and deep learning (DL) models have been utilized to analyze medical imaging data. The quantitative features are deeply extracted and used to build predictive models for diagnosis, disease severity, and therapeutic assessment (7-11). This approach has been recognized as valuable, with DL models based on contrast-enhanced CT data enabling rapid AD identification (12,13). Several studies have also explored diagnostic models based on non-contrast CT data (14-16). However, current AI systems for AD diagnosis exhibit two fundamental limitations: (I) existing models fail to incorporate both CTA and non-contrast CT data; and (II) the inherent opacity of DL algorithms obscures decision-making processes, undermining clinical confidence. Our current study simultaneously addresses these challenges by developing a bimodal analytical framework augmented with explainable heatmap visualizations, thereby bridging the gap between technical performance and clinical applicability. Our AI system also helps to reduce the emergency interpretation workload for radiologists and supports faster AD diagnosis.
In this study, we developed a bimodal CT-based deep learning model (BCT-DLM) comprising two components: the aorta detection network (AoDN) and the aortic dissection diagnosis network (ADDiN). The system integrates two dedicated modules: a non-contrast CT DL model (NCCT-DLM) for initial AD assessment in emergency or contrast-contraindicated cases, and a CTA DL model (CTA-DLM) for definitive diagnosis. The code and model implementation details for this study are publicly accessible via a GitHub repository (https://github.com/zsxm1998/AorticDissection). This dual-modality approach addresses critical limitations in current AD diagnostic pathways by improving screening efficacy, demonstrating significant clinical potential. We present this article in accordance with the TRIPOD+AI reporting checklist (available at https://qims.amegroups.com/article/view/10.21037/qims-2024-2807/rc).
Methods
Study sample
This retrospective multicenter study enrolled patients from three participating institutions, including the First Affiliated Hospital, Zhejiang University School of Medicine (Center I); Zhejiang Hospital (Center II); and Yiwu Central Hospital (Center III), between February 2016 and September 2021. Detailed scanning parameters and institutional information are provided in Appendix 1. Case participants were defined as patients with a definitive diagnosis of AD confirmed by both clinical evaluation and CTA findings. Control participants consisted of individuals without AD who underwent non-contrast CT or CTA examinations for aortic evaluation during the same period (February 2016 to September 2021), with complete imaging data available for analysis. This study was conducted in accordance with the Declaration of Helsinki and its subsequent amendments. The study was approved by Clinical Research Ethical Committee of the First Affiliated Hospital, Zhejiang University School of Medicine (reference number: 2022 No. 892). All participating hospitals were informed of and agreed with the study. The requirement for written informed consent was waived because of the retrospective nature of the study.
The inclusion criteria were as follows: for the AD cohort: (I) confirmed AD diagnosis through CTA and clinical assessment. (II) Availability of preoperative non-contrast CT and/or CTA imaging data. For the non-AD cohort: (I) absence of AD, aortic aneurysm, aortitis, or intramural hematoma. (II) Availability of non-contrast CT and/or CTA imaging data. The exclusion criteria (applied to both cohorts) were as follows: (I) suboptimal image quality (e.g., significant motion artifacts). (II) Incomplete aortic coverage (defined as missing any segment between the supra-aortic arch region and iliac bifurcation). (III) Presence of intravascular aortic devices (e.g., stents). (IV) History of aortic surgical procedures prior to imaging acquisition.
For the AoDN cohort, we retrospectively collected 102 AD patients with non-contrast CT or CTA images in two institutions (Center I, III) from October 2016 to July 2021. As some patients had undergone only non-contrast CT or CTA images, we manually selected 88 patients for non-contrast CT network training and 90 for CTA network training. A flowchart of this study is depicted in Figure 1A. In addition, for the ADDiN cohort, we enrolled 900 cases in three institutions (Center I, II, III) from February 2016 to September 2021. Finally, we selected 861 cases and divided them into the training, validation, and test sets, as shown in Figure 1B. The technical roadmap of this study is as shown in Figure 2.
Construction of the AoDN
For the aorta detection module, manual annotations were performed on an initial cohort of 88 patients. These cases were selected based on their early availability and sufficient thoracic aorta coverage, which ensured consistent labeling. Due to the intensive nature of manual annotation, this subset was used to train and validate the AoDN. Additional detection annotations were not required for the classification task.
The initial step to facilitate automatic AD diagnosis involves locating the aorta on non-contrast CT/CTA images. Consequently, we developed the AoDN using DL techniques. Initially, we converted the Digital Imaging and Communications in Medicine (DICOM) images into 8-bit depth PNG grayscale format to facilitate AoDN training. Using bounding boxes, we utilized the RadiAnt DICOM viewer software to label the aortic positions from the top of the aortic arch to the bifurcation. This labeled data was then utilized for training the aortic detection model. Two radiologists (Yubizhuo Wang and Hongbin Zhang, with more than 5 years of experience in emergency radiology) performed the annotation, and a senior radiologist (W.L.) reviewed and confirmed the annotations. Only specific keyframes were selected for labeling, and to complete the labeling of other unlabeled frames, we applied linear interpolation to determine the bounding box positions and sizes.
We selected YOLOv5 (17) as the aorta detection neural network. This architecture divides images into a grid system where each grid detects objects within its boundaries. Given that each image contained at most two aortas (ascending and descending), we optimized computation by reducing the number of anchors per grid from 3 to 1. We utilized pre-trained weights from the Common Objects in Context (COCO) dataset (18) to provide the model with essential image understanding capabilities.
Specifically, the AoDN employs the YOLOv5 architecture, trained with a batch size of 32, an initial learning rate of 0.01, and the stochastic gradient descent (SGD) optimizer (momentum =0.937). Training proceeded for 100 epochs using a cosine annealing learning rate scheduler, with model initialization from COCO dataset-pretrained weights. These parameters have been added to Table S1.
Construction of AD diagnostic network
We began by processing the non-contrast CT and CTA images of the ADDiN cohort. The slices corresponding to AD in the CTA sequence were labeled for each AD patient. These labeled slices were then aligned with the corresponding slices from the non-contrast CT scans to obtain labels for the non-contrast CT. Considering that AD typically manifests through specific imaging features across contiguous slices, including intimal tears and true/false lumina, the model for AD patients was trained and tested using only the labeled slices, whereas all aortic slices were utilized to train and test the model for negative participants.
The trained AoDN was utilized to identify the aortic regions in the dataset used for ADDiN training. The detected aortas were then segmented into image patches. Specific methods are provided in the Appendices. A three-dimensional (3D) convolutional neural network (CNN) was used to process the sequential aortic patches. A patch sequence consisting of seven consecutive patches, including three patches preceding and three patches following the center patch, was employed as input for the 3D CNN to determine the category of the center patch. Each patch underwent the Sobel operator, and the resulting outputs were concatenated with the original patches to create an additional channel in the input image. In particular, the aortic patches were classified into two categories, negative and AD, using a 3D ResNet-34 architecture (19).
The model was trained using the Adam optimizer with a learning rate of 1×10−4 and a batch size of 16, applying early stopping based on validation of the area under the receiver operating characteristic (ROC) curve (AUC). Training proceeded for a maximum of 60 epochs with a step-decay learning rate schedule (γ =0.1 every 20 epochs). The model was initialized without pretrained weights. These parameters have been added to Table S1.
The presence of AD in an individual was determined by considering a sufficient number of continuous aortic image patches classified as positive for AD by our classification model, taking advantage of the spatial continuity property of AD. The precise number of continuous aortic patches was determined through experimental analysis.
Visualization of BCT-DLM prediction
We used integrated gradients (IG) to visualize the critical regions in the input aortic image patches that the classification network relied on for predicting AD (20). For each input CT slice, we used a zero-valued baseline of the same shape as the input image. The attributions were computed by accumulating the gradients along a straight-line path between the baseline with the input through 100 integration steps. Each slice was processed independently to generate two-dimensional (2D) attribution maps, which were then reconstructed for 3D volumetric interpretation. To aid visualization, we normalized the attribution maps and overlaid them on the original CT images using heatmaps.
Statistical analysis
To define an individual as having AD, we used a certain threshold (T) of contiguous aortic patches predicted as AD by our classification model. The person-level classification performance of the model on non-contrast CT images was evaluated using different T values ranging from 1 to 20. Statistical significance was defined as P<0.05. After training the AoDN, we assessed its performance on the test dataset using precision, recall, average precision at the intersection over union threshold 0.5 (AP@0.5), and AP@0.5:0.95 [average precision across intersection over union (IoU) thresholds 0.5 to 0.95]. The specific method for AP@0.5 calculation is provided in Appendix 1. We evaluated AoDN’s performance on the test datasets using the ROC curve and computed the AUC as the primary metric. Accuracy, sensitivity, and specificity were also determined for the test datasets.
Results
Characteristics of the study sample
A total of 102 patients (mean age: 53±15 years, 80 men, 22 women) were included in the AoDN cohort (Figure 1A). In the ADDiN cohort, out of the 900 cases, 10 cases were excluded due to limited availability of non-contrast CT scans, five cases due to poor imaging quality, and 24 cases due to incomplete scan coverage. A total of 861 cases (mean age: 55±15 years, 623 men, 238 women) were included in the ADDiN cohort (Figure 1B). All relevant details can be found in Table 1 and Table S2.
Table 1
| Network | Dataset | Images | Patients | Men | Age (years) |
|---|---|---|---|---|---|
| AoDN | Non-contrast CT training set | 13,344 | 74 | 61 (82.43) | 54±14 |
| Non-contrast CT validation set | 1,416 | 7 | 6 (85.71) | 53±9 | |
| Non-contrast CT test set | 1,226 | 7 | 7 (100.00) | 66±15 | |
| CTA training set | 40,171 | 75 | 59 (78.67) | 51±14 | |
| CTA validation set | 5,680 | 8 | 6 (75.00) | 54±10 | |
| CTA test set | 2,391 | 7 | 7 (100.00) | 66±15 | |
| ADDiN | Non-contrast CT training set | 46,540 | 609 | 436 (71.59) | 55±16 |
| Non-contrast CT validation set | 11,961 | 168 | 121 (72.02) | 56±14 | |
| Non-contrast CT test set | 6,476 | 84 | 66 (78.57) | 55±17 | |
| CTA training set | 98,787 | 556 | 402 (72.30) | 55±16 | |
| CTA validation set | 30,665 | 158 | 117 (74.05) | 56±14 | |
| CTA test set | 15,160 | 79 | 62 (78.48) | 55±17 |
Data are presented as n, n (%) or mean ± standard deviation. ADDiN, aortic dissection diagnosis network; AoDN, aorta detection network; CT, computed tomography; CTA, computed tomography angiography.
Evaluation of the AoDN
We conducted five training iterations of our model to determine the mean and standard deviation of each discrimination index. The performance of the AoDN is presented in Table 2, and the precision-recall curves for non-contrast CT and CTA are shown in Figure 3. In non-contrast CT aorta detection, the model achieved excellent precision, recall, AP@0.5, and AP@0.5:0.95 scores of 97.98%, 97.88%, 99.14%, and 78.24%, respectively, on the test dataset. For CTA aorta detection, the precision, recall, AP@0.5, and AP@0.5:0.95 were 98.88%, 98.76%, 99.34%, and 73.88%, respectively, on the test dataset. The evaluation indicators of the CTA detection model did not demonstrate significant superiority over the non-contrast CT detection model.
Table 2
| Set | Precision (%) | Recall (%) | AP@0.5 (%) | AP@0.5:0.95 (%) |
|---|---|---|---|---|
| Non-contrast CT test set | 97.98±0.41 | 97.88±0.52 | 99.14±0.10 | 78.24±1.52 |
| CTA test set | 98.88±0.15 | 98.76±0.19 | 99.34±0.05 | 73.88±0.63 |
Data are presented as mean ± standard deviation. AP@0.5: average precision at the intersection over union threshold 0.5. AP@0.5:0.95: average precision across IoU thresholds 0.5 to 0.95. CT, computed tomography; CTA, computed tomography angiography.
Predictive performance of AD diagnostic network
We compared the performance of the 2D ResNet-34 and 3D ResNet-34 networks that were utilized on the test set. The ROC curves are depicted in Figure 4, and the metrics are presented in Table 3. The 2D ResNet-34 network achieved an AUC of 0.9637, accuracy of 89.83%, sensitivity of 90.76%, and specificity of 89.19% on non-contrast CT. In contrast, the 3D ResNet-34 network achieved an AUC of 0.9767, accuracy of 92.75%, sensitivity of 94.47%, and specificity of 91.74%. All of these metrics of the 3D network significantly outperformed those of the 2D network (t-test, P<0.001), indicating the superiority of the 3D classification network using continuous aortic image patches in AD classification on non-contrast CT images. However, both the 2D and 3D networks demonstrated excellent performance on the CTA test set with AUC, accuracy, sensitivity, and specificity close to 1, and no significant differences in partial metrics (AUC, accuracy) (t-test, P>0.05), as shown in Figure 4 and Table 3.
Table 3
| Metric | Non-contrast CT test set | CTA test set | |||||
|---|---|---|---|---|---|---|---|
| 2D network | 3D network | P value | 2D network | 3D network | P value | ||
| AUC | 0.9637±0.0015 | 0.9767±0.0008 | <0.001 | 0.9998±0.0000 | 0.9994±0.0003 | 0.07 | |
| Accuracy (%) | 89.83±0.25 | 92.75±0.15 | <0.001 | 99.34±0.08 | 99.24±0.11 | 0.16 | |
| Sensitivity (%) | 90.76±1.34 | 94.47±0.27 | <0.001 | 98.84±0.20 | 98.11±0.32 | 0.005 | |
| Specificity (%) | 89.19±0.53 | 91.74±0.32 | <0.001 | 99.65±0.09 | 99.83±0.05 | 0.01 | |
Data are presented as mean ± standard deviation. 2D, two-dimensional; 3D, three-dimensional; AUC, area under the receiver operating characteristic curve; CT, computed tomography; CTA, computed tomography angiography.
The highest AUC of 0.9501 was achieved when T was 10, with corresponding accuracy, sensitivity, and specificity of 90.71%, 95.26%, and 86.96%, respectively. As T increased from 1 to 20, sensitivity increased while specificity decreased. AUC and accuracy initially increased but eventually reached a plateau or decreased with further increase in T. The relevant results are presented in Table 4.
Table 4
| T | AUC | Accuracy (%) | Sensitivity (%) | Specificity (%) |
|---|---|---|---|---|
| 1 | 0.7848±0.0340 | 61.19±2.78 | 100.00±0.00 | 29.13±5.07 |
| 2 | 0.8274±0.0315 | 68.10±3.05 | 100.00±0.00 | 41.74±5.57 |
| 3 | 0.8590±0.0270 | 73.10±3.81 | 99.47±1.05 | 51.30±7.09 |
| 4 | 0.8781±0.0093 | 78.33±1.90 | 98.42±1.29 | 61.74±2.95 |
| 5 | 0.8987±0.0186 | 81.43±1.21 | 97.89±1.05 | 67.83±2.13 |
| 6 | 0.9204±0.0116 | 85.71±1.30 | 97.89±1.05 | 75.65±2.54 |
| 7 | 0.9306±0.0164 | 88.33±1.39 | 97.37±0.00 | 80.87±2.54 |
| 8 | 0.9466±0.0074 | 90.00±1.21 | 96.84±1.05 | 84.35±1.63 |
| 9 | 0.9480±0.0094 | 89.76±1.61 | 95.79±1.29 | 84.78±1.94 |
| 10 | 0.9501±0.0065 | 90.71±1.75 | 95.26±1.05 | 86.96±2.38 |
| 11 | 0.9465±0.0087 | 90.48±1.68 | 93.68±1.29 | 87.83±2.22 |
| 12 | 0.9445±0.0125 | 89.52±2.76 | 91.05±3.94 | 88.26±2.61 |
| 13 | 0.9459±0.0092 | 90.00±2.45 | 90.53±3.57 | 89.57±2.13 |
| 14 | 0.9459±0.0083 | 90.71±1.90 | 90.00±3.87 | 91.30±2.38 |
| 15 | 0.9435±0.0077 | 90.71±1.58 | 88.42±2.68 | 92.61±1.06 |
| 16 | 0.9379±0.0121 | 89.76±1.21 | 86.32±1.97 | 92.61±1.06 |
| 17 | 0.9404±0.0087 | 89.05±0.89 | 84.74±1.05 | 92.61±1.06 |
| 18 | 0.9409±0.0066 | 89.05±0.89 | 84.21±0.00 | 93.04±1.63 |
| 19 | 0.9323±0.0182 | 89.29±0.75 | 84.21±0.00 | 93.48±1.37 |
| 20 | 0.9271±0.0120 | 89.29±0.75 | 84.21±0.00 | 93.48±1.37 |
Data are presented as mean ± standard deviation. AUC, area under the receiver operating characteristic curve; CT, computed tomography; T, threshold.
Time-consuming evaluation of the BCT-DLM
We assessed the computational time of our proposed framework on the test dataset. The evaluation involved various steps, including DICOM to PNG conversion, aortic detection, patch cutting and concatenation, and aortic sequence classification. The average processing time per CT image was 0.1028 seconds, enabling the framework to handle 9.73 CT images per second. A CT sequence with 300 slices could be processed automatically in approximately 30.83 seconds, significantly reducing the workload of radiologists and accelerating the diagnostic process. The workstation configuration we used in the experiment is provided in Appendix 1.
Visualization of BCT-DLM prediction results
DL techniques often lack interpretability, which is crucial in medical image analysis for reliable and interpretable predictions. To address this challenge, we employed IG to visualize the critical areas of input aortic image patches that the neural network relies on for AD prediction.
Figure 5 showcases specific visualized results, consisting of four images per sample. The first image displays the CT patch of the aorta, the second presents a heatmap indicating the importance scores of the CT patch, the third shows a blended heatmap with the CT patch, and the last image exhibits the corresponding CTA patch of the aorta. The importance scores range from 0 to 1, with higher scores indicating greater significance of the corresponding pixels in the model’s AD diagnosis. The diagnostic model primarily focuses on intimal tears for AD classification.
A detailed description of the implementation is provided in Appendix 1, and additional visualization examples are presented in Figure S1 to further demonstrate the reliability of the explanation results.
Discussion
We developed a novel two-stage DL model utilizing bimodal CT data (CTA or CT images) to predict AD. The first network locates the aorta in CT images, whereas the second network classifies the detected aorta as negative or AD. Our AI model for AD diagnosis offers three key advantages: firstly, it demonstrates the diagnostic capability of the AI model using non-contrast CT data. Secondly, it enables quick and accurate diagnosis, expediting the in-hospital diagnostic process and potentially reducing in-hospital mortality from AD. Thirdly, the results of our AI model are presented visually for enhanced comprehension by clinicians.
Our study demonstrates unique advantages across multiple dimensions. Unlike single-center studies (15,21), we integrated bulk CT data from three independent institutions with varying scanner models and acquisition parameters, significantly enhancing the model’s robustness and generalizability across clinical environments. Previous studies had developed AD prediction models exclusively for either non-contrast CT (14,15,22,23) or contrast-enhanced CT (12,13,21,24) data; our bimodal framework enables independent analysis using either imaging modality, substantially improving clinical utility. By employing a 3D ResNet-34 network to analyze aortic patch sequences and leverage spatial continuity, we achieved superior accuracy, whereas their 2D Xception-based approach processing individual slices may miss longitudinal pathological features (15). Notably, although previous studies reported stronger predictive efficacy in contrast-enhanced CT (23,24), our model using non-contrast CT demonstrated similarly high accuracy (92.75%), sensitivity (94.47%), and specificity (91.74%). More detailed comparisons of parameters between previous studies and the present study are provided in Table S3.
To define an individual as having AD, we used a specific T of contiguous aortic patches predicted as AD by our classification model. The selection of T =10 for person-level AD diagnosis reflects a balance between sensitivity and specificity in our cohort, leveraging spatial continuity to mitigate single-slice false positives. Although this value achieved the highest AUC (0.9501) on our test set, its generalizability may be influenced by dataset-specific factors such as slice thickness or AD distribution patterns. Clinically, T is not fixed but serves as an adjustable parameter. Lowering T prioritizes sensitivity in high-risk settings, whereas increasing T reduces false alarms in stable populations. Future multicenter studies are warranted to validate this threshold across diverse imaging protocols and patient demographics. Importantly, our framework’s flexibility ensures adaptability to real-world clinical needs, where rapid triage and diagnostic accuracy must coexist.
The aorta detection model achieved strong AP@0.5 performance for both non-contrast CT and CTA, but showed decreased AP@0.75 precision for CTA. This difference primarily results from CTA’s unique challenges: contrast-enhanced vessels display complex overlapping structures and dynamic artifacts that hinder precise localization, whereas abrupt intensity changes create boundary ambiguity where even correct detections may slightly deviate from annotations. Such factors disproportionately affect strict IoU =0.75 evaluation since small spatial mismatches substantially lower scores. Additional variability from inter-observer labeling differences and typically conservative CTA annotations further exacerbates the precision challenge. Although the model performs comparably across modalities at moderate IoU thresholds, its reduced CTA precision at higher thresholds reflects the modality’s greater anatomical complexity compared to non-contrast CT. Future enhancements should focus on adaptive localization algorithms to improve high-precision detection in complex contrast-enhanced imaging.
DL techniques often lack interpretability, a critical requirement in medical image analysis for reliable clinical predictions. To address this limitation, we implemented IG to identify diagnostically significant regions within aortic image patches that contribute to AD predictions (20). Unlike gradient-based methods such as gradient-weighted class activation mapping (Grad-CAM) that depend on intermediate feature maps and demonstrate limited architectural generalizability, IG operates directly on input data without structural modifications. This approach enhances robustness, particularly for deep networks containing non-standard layers. Moreover, IG’s suitability for medical 3D volumetric analysis stems from its generation of spatially consistent attribution maps, enabling reliable tracking of clinically relevant features across sequential CT slices. Comparative analysis of CTA versus non-contrast CT heatmaps demonstrated the model’s focus on intimal tears—the key diagnostic feature used by radiologists in CTA-based AD assessment. This interpretable framework effectively bridges the gap between AI’s inherent opacity and clinically actionable insights, overcoming the limitations of conventional diagnostic approaches.
Our study has several limitations that need to be acknowledged. First, the limited sample size may have restricted thorough analysis of subgroups (e.g., atypical AD cases), and although cross-institutional validation was partially addressed, strict segregation by institution was not implemented, potentially affecting external validity. Second, although our model can localize the aorta for patch extraction and classification, it does not provide specific anatomical region localization (e.g., aortic arch) or segment-specific anatomical characterization for clinical AD typing. Third, reliance on annotated slices for training may reduce sensitivity to atypical presentations in unannotated slices, which could be addressed through weakly supervised learning approaches. Fourth, the model processes CT data in isolation without incorporating clinically relevant variables (e.g., biomarkers, medical history), and requires real-world validation against radiologist performance. Lastly, our model currently lacks real-world comparative studies. In future prospective research, we will compare the diagnostic performance between radiologists and the AI model based on non-contrast CT data to further validate its clinical utility.
Conclusions
Our study utilized CT data and DL algorithms to develop an effective bimodal data-driven AoDN and ADDiN for AD prediction. The visualization results demonstrate that the ADDiN accurately predicts AD in non-enhanced CT by specifically targeting the intimal tear region. To enhance the robustness of our model for clinical use, further optimization is required by acquiring more CT data and implementing a prospective design.
Acknowledgments
None.
Footnote
Reporting Checklist: The authors have completed the TRIPOD+AI reporting checklist. Available at https://qims.amegroups.com/article/view/10.21037/qims-2024-2807/rc
Data Sharing Statement: Available at https://qims.amegroups.com/article/view/10.21037/qims-2024-2807/dss
Funding: This work was supported by
Conflicts of Interest: All authors have completed the ICMJE uniform disclosure form (available at https://qims.amegroups.com/article/view/10.21037/qims-2024-2807/coif). The authors have no conflicts of interest to declare.
Ethical Statement: The authors are accountable for all aspects of the work in ensuring that questions related to the accuracy or integrity of any part of the work are appropriately investigated and resolved. This study was conducted in accordance with the Declaration of Helsinki and its subsequent amendments. The study was approved by Clinical Research Ethical Committee of the First Affiliated Hospital, Zhejiang University School of Medicine (reference number: 2022 No. 892). All participating hospitals were informed of and agreed with the study. The requirement for written informed consent was waived because of the retrospective nature of the study.
Open Access Statement: This is an Open Access article distributed in accordance with the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0), which permits the non-commercial replication and distribution of the article with the strict proviso that no changes or edits are made and the original work is properly cited (including links to both the formal publication through the relevant DOI and the license). See: https://creativecommons.org/licenses/by-nc-nd/4.0/.
References
- LeMaire SA, Russell L. Epidemiology of thoracic aortic dissection. Nat Rev Cardiol 2011;8:103-13. [Crossref] [PubMed]
- Golledge J, Eagle KA. Acute aortic dissection. Lancet 2008;372:55-66. [Crossref] [PubMed]
- Evangelista A, Isselbacher EM, Bossone E, Gleason TG, Eusanio MD, Sechtem U, Ehrlich MP, Trimarchi S, Braverman AC, Myrmel T, Harris KM, Hutchinson S, O'Gara P, Suzuki T, Nienaber CA, Eagle KA. IRAD Investigators. Insights From the International Registry of Acute Aortic Dissection: A 20-Year Experience of Collaborative Clinical Research. Circulation 2018;137:1846-60. [Crossref] [PubMed]
- Harris KM, Nienaber CA, Peterson MD, Woznicki EM, Braverman AC, Trimarchi S, Myrmel T, Pyeritz R, Hutchison S, Strauss C, Ehrlich MP, Gleason TG, Korach A, Montgomery DG, Isselbacher EM, Eagle KA. Early Mortality in Type A Acute Aortic Dissection: Insights From the International Registry of Acute Aortic Dissection. JAMA Cardiol 2022;7:1009-15. [Crossref] [PubMed]
- Erbel R, Aboyans V, Boileau C, Bossone E, Bartolomeo RD, Eggebrecht H, et al. 2014 ESC Guidelines on the diagnosis and treatment of aortic diseases: Document covering acute and chronic aortic diseases of the thoracic and abdominal aorta of the adult. The Task Force for the Diagnosis and Treatment of Aortic Diseases of the European Society of Cardiology (ESC). Eur Heart J 2014;35:2873-926. Erratum in: Eur Heart J 2015;36:2779. [Crossref] [PubMed]
- Murillo H, Molvin L, Chin AS, Fleischmann D. Aortic Dissection and Other Acute Aortic Syndromes: Diagnostic Imaging Findings from Acute to Chronic Longitudinal Progression. Radiographics 2021;41:425-46. [Crossref] [PubMed]
- Kermany DS, Goldbaum M, Cai W, Valentim CCS, Liang H, Baxter SL, et al. Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning. Cell 2018;172:1122-1131.e9. [Crossref] [PubMed]
- Zhang K, Liu X, Shen J, Li Z, Sang Y, Wu X, et al. Clinically Applicable AI System for Accurate Diagnosis, Quantitative Measurements, and Prognosis of COVID-19 Pneumonia Using Computed Tomography. Cell 2020;181:1423-1433.e11. [Crossref] [PubMed]
- Bulten W, Kartasalo K, Chen PC, Ström P, Pinckaers H, Nagpal K, et al. Artificial intelligence for diagnosis and Gleason grading of prostate cancer: the PANDA challenge. Nat Med 2022;28:154-63. [Crossref] [PubMed]
- Wang S, Yu H, Gan Y, Wu Z, Li E, Li X, et al. Mining whole-lung information by artificial intelligence for predicting EGFR genotype and targeted therapy response in lung cancer: a multicohort study. Lancet Digit Health 2022;4:e309-19. [Crossref] [PubMed]
- Cao K, Xia Y, Yao J, Han X, Lambert L, Zhang T, et al. Large-scale pancreatic cancer detection via non-contrast CT and deep learning. Nat Med 2023;29:3033-43. [Crossref] [PubMed]
- Harris RJ, Kim S, Lohr J, Towey S, Velichkovich Z, Kabachenko T, Driscoll I, Baker B. Classification of Aortic Dissection and Rupture on Post-contrast CT Images Using a Convolutional Neural Network. J Digit Imaging 2019;32:939-46. [Crossref] [PubMed]
- Tan Y, Tan L, Xiang X, Tang H, Qin J, Pan W. Automatic Detection of Aortic Dissection Based on Morphology and Deep Learning. Comput Mater Contin 2020;62:1201-15.
- Xiong X, Ding Y, Sun C, Zhang Z, Guan X, Zhang T, Chen H, Liu H, Cheng Z, Zhao L, Ma X, Xie G. A Cascaded Multi-Task Generative Framework for Detecting Aortic Dissection on 3-D Non-Contrast-Enhanced Computed Tomography. IEEE J Biomed Health Inform 2022;26:5177-88. [Crossref] [PubMed]
- Hata A, Yanagawa M, Yamagata K, Suzuki Y, Kido S, Kawata A, Doi S, Yoshida Y, Miyata T, Tsubamoto M, Kikuchi N, Tomiyama N. Deep learning algorithm for detection of aortic dissection on non-contrast-enhanced CT. Eur Radiol 2021;31:1151-9. [Crossref] [PubMed]
- Lyu J, Fu Y, Yang M, Xiong Y, Duan Q, Duan C, Wang X, Xing X, Zhang D, Lin J, Luo C, Ma X, Bian X, Hu J, Li C, Huang J, Zhang W, Zhang Y, Su S, Lou X. Generative Adversarial Network-based Noncontrast CT Angiography for Aorta and Carotid Arteries. Radiology 2023;309:e230681. [Crossref] [PubMed]
- ultralytics. Ultralytics/yolov5: YOLOv5 in PyTorch. GitHub 2022. Accessed August 6, 2022. Available online: https://github.com/ultralytics/yolov5
.Lin TY Maire M Belongie S Hays J Perona P Ramanan D Dollár P Zitnick CL Microsoft COCO: Common Objects in Context. COCO Dataset Repository. Version 2017 . doi: . Available online: https://cocodataset.org- Hara K, Kataoka H, Satoh Y. Can Spatiotemporal 3D CNNs Retrace the History of 2D CNNs and ImageNet? 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Salt Lake City, UT, USA: IEEE; 2018:6546-55.
- Sundararajan M, Taly A, Yan Q. Axiomatic Attribution for Deep Networks. Proceedings of Machine Learning Research 2017;70:3319-28.
- Huang LT, Tsai YS, Liou CF, Lee TH, Kuo PP, Huang HS, Wang CK. Automated Stanford classification of aortic dissection using a 2-step hierarchical neural network at computed tomography angiography. Eur Radiol 2022;32:2277-85. [Crossref] [PubMed]
- Yi Y, Mao L, Wang C, Guo Y, Luo X, Jia D, Lei Y, Pan J, Li J, Li S, Li XL, Jin Z, Wang Y. Advanced Warning of Aortic Dissection on Non-Contrast CT: The Combination of Deep Learning and Morphological Characteristics. Front Cardiovasc Med 2021;8:762958. [Crossref] [PubMed]
- Cheng Z, Zhao L, Yan J, Zhang H, Lin S, Yin L, Peng C, Ma X, Xie G, Sun L. A deep learning algorithm for the detection of aortic dissection on non-contrast-enhanced computed tomography via the identification and segmentation of the true and false lumens of the aorta. Quant Imaging Med Surg 2024;14:7365-78. [Crossref] [PubMed]
- Laletin V, Ayobi A, Chang PD, Chow DS, Soun JE, Junn JC, Scudeler M, Quenet S, Tassy M, Avare C, Roca-Sogorb M, Chaibi Y. Diagnostic Performance of a Deep Learning-Powered Application for Aortic Dissection Triage Prioritization and Classification. Diagnostics (Basel) 2024;14:1877. [Crossref] [PubMed]

