8 models found
·
6 public code
·
2 public weights
Fully automatic four-module deep learning pipeline for identifying, segmenting, and Stanford-subtyping aortic dissection (AD) from CT angiography (CTA). A 3D full-resolution nnU-Net first segments the aorta; the segmented boundary is then multi-view projected for AD identification; for AD-positive cases, a second 3D nnU-Net segments the true lumen (TL) and false lumen (FL); finally, a classifier performs Stanford subtyping from multi-view maximum-density projections of the TL/FL. On 386 CTA scans, the pipeline achieved 0.979 accuracy for AD identification, Dice of 0.968 (TL) and 0.971 (FL) for lumen segmentation, and 0.990 accuracy for Stanford subtyping.
Model ID: 0144
·
Subject Count: 386
Open-source, fully automated framework for end-to-end aortic analysis from CT angiography (CTA), built on top of TotalSegmentator baseline segmentations with additional refinement. AortaExplorer extracts established biomarkers such as diameters across anatomical segments defined by the European Society of Cardiology, and introduces new metrics including aortic tortuosity. Diameter measurements were validated against expert manual readings in more than 10,000 CTA scans from Danish population cohorts, and the tortuosity index's increase with age is consistent with prior literature; the tool reduces per-case analysis time from about 15 minutes to under 5 minutes.
Model ID: 0151
Self-supervised contrastive learning technique for classifying carotid plaques from ultrasound images under label scarcity. In a pretext task, a triplet network takes three augmented views (strong- and weak-augmentation) of each image and promotes their similarity from both feature- and instance-level perspectives to learn effective plaque representations; the resulting encoder is then fine-tuned on labeled ultrasound images for the downstream classification task. FeaCL achieved 83.4% classification accuracy using only 30% of the training data -- a 16.3% improvement over the same network trained without the self-supervised pretext task.
Model ID: 0156
Deep learning model for multi-class 3D segmentation of the aorta and its thirteen branches from CT angiography, intended to support planning of endovascular aortic interventions. CIS-UNet combines a CNN encoder with a symmetric decoder and a novel Context-aware Shifted Window Self-Attention (CSW-SA) bottleneck block that adapts the Swin transformer's patch-merging mechanism to more efficiently capture global spatial context. Trained and evaluated via 4-fold cross-validation on the first public multi-branch aorta CTA dataset (59 patients), CIS-UNet outperformed the state-of-the-art SwinUNETR baseline, achieving a mean Dice of 0.713 vs. 0.697 and mean surface distance of 2.78mm vs. 3.39mm, while being more computationally efficient.
Model ID: 0130
·
Subject Count: 59
nnU-Net-based pipeline for automated detection and sub-classification of acute thoracic aortic dissection (AD) on heterogeneous CT imaging, formulated as a semantic segmentation task rather than direct image classification. The model segments the false lumen (ascending and descending) and the dissection membrane -- along with optional indirect signs such as hemopericardium, aortic wall hematoma, and supra-aortic branch dissection -- and a patient is classified as AD-positive if at least two of the three primary segmented regions exceed a volume threshold tuned via Youden's index; the same pipeline additionally flags Stanford type A dissections. Trained on 157 heterogeneous internal CT studies (not restricted to a single contrast protocol) from Mannheim University Medical Centre and evaluated on an internal held-out test set as well as public external datasets (ImageTBAD and AVT), the model reached an AUROC of 98.7% internally and 97.0% externally, and correctly flagged 93.3% of dissection cases that had not been clinically suspected before imaging. The authors state the trained network will be made publicly available as a non-medical device for further scientific research.
Model ID: 0113
·
Subject Count: 263
Deep learning pipeline for detection and quantification of abdominal aortic aneurysm (AAA) -- a typically asymptomatic condition often missed incidentally by radiologists -- from abdominal-pelvic CT. A modified 3D U-Net segments the aorta on both contrast and non-contrast CT volumes with a variable number of images, after which an ellipse-fitting post-processing step measures the aortic cross-sectional diameter along the vessel to detect aneurysmal dilation. Trained and validated on 321 abdominal-pelvic CT examinations from Massachusetts General Hospital, the model reached a sensitivity/specificity of 0.91/0.95 on the primary validation set, and 0.85/1.0 on a separate 57-exam generalization test set with different patient demographics and acquisition characteristics; the authors report that DeepAAA exceeded literature-reported radiologist performance for incidental AAA detection.
Model ID: 0114
·
Subject Count: 321
Self-supervised learning method for carotid plaque segmentation from B-mode ultrasound images, designed to reduce the amount of expert-labeled data needed to train a segmentation network. A level-set-and-least-squares-based deformation procedure synthesizes registration image pairs from unlabeled carotid ultrasound images, and a spatial-transformer-based registration pretext task pretrains a Stacked U-Net (Su-Net) to focus on plaque-contour features before fine-tuning on a small labeled dataset for total plaque area (TPA) segmentation. Evaluated on carotid ultrasound datasets from two different institutions and countries, the method showed robust generalization when trained with only a small number of labeled images.
Model ID: 0111
Dilated U-Net model for fully automatic segmentation of the intima-media complex (IMC) of the common carotid artery on longitudinal B-mode ultrasound images, used to measure carotid intima-media thickness (cIMT) -- a standard imaging biomarker of subclinical atherosclerosis. A far-wall detection step first localizes the region of interest, and the dilated U-Net then segments the near- and far-wall IMC boundaries within it. Trained and evaluated with 5-fold cross-validation on a multicenter database of 2,176 images annotated by two experts, the method reached a mean absolute thickness difference of under 120 micrometres versus the reference annotations -- smaller than the approximately 180-micrometre inter-observer variability -- with a 98.7% fully-automatic success rate (only 1.3% of cases required manual correction).
Model ID: 0110