REVIEW 4 major objections 5 minor 4 cited by
Multi-Class Segmentation of Aortic Branches and Zones in Computed Tomography Angiography: The AortaSeg24 Challenge
T0 review · 4 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read The AortaSeg24 challenge releases the first open dataset of 100 CTA volumes with 23 expert-annotated aortic branches and zones, and shows top algorithms reach about 0.78 average Dice.
desk verdict AortaSeg24 delivers the first open multi-class aortic dataset and a solid challenge benchmark; the annotation-consistency gap and unquantified CIS-UNet comparison are the two things to fix in review. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument runs on three coupled objects. The first is the annotation protocol: annotators first traced the aorta and its thirteen branches, then applied a logical-operator division of the aorta into ten SVS/STS zones defined by branch landmarks, producing a single coherent 23-label map in which zones and branches are geometrically coupled. The second is the evaluation metric pair, DSC for volumetric overlap and NSD with a 2 mm tolerance for boundary alignment, which together penalize both missing volume and surface drift. The third is the rank-then-aggregate ranking procedure, which ranks every team on every test case before averaging, making the leaderboard robust to a few extreme outlier cases. These pieces convert an anatomical vocabulary into a reproducible measurement task.
What would settle it
Independent re-annotation of a random subset of the 100 volumes by two vascular surgeons, followed by measuring inter-observer DSC on the 23 labels, would settle the benchmark's validity; if the inter-observer agreement is comparable to the 0.01–0.03 DSC gaps that separate the top algorithms, the leaderboard could be annotation noise rather than algorithmic skill.
Extended reading notes
Core claim
The paper's central claim is that a 23-class labeling of the aorta—thirteen branches plus the ten SVS/STS zones whose boundaries are defined by branch origins—can be established as an open benchmark for computed tomography angiography. On 40 hidden test volumes, the best of 16 submitted algorithms achieved an average Dice Similarity Coefficient of 0.782 and Normalized Surface Distance of 0.817, with the top five methods statistically indistinguishable from each other but clearly ahead of the rest. The authors present this as evidence that multi-class aortic segmentation is clinically and technically feasible, and they release the 100 annotated volumes, evaluation code, and winning implementations so that future work can be measured against the same yardstick.
Load-bearing premise
The load-bearing premise is that the ground-truth labels are accurate enough to rank algorithms; the paper reports a single expert's final edit as truth and gives no quantitative inter-observer variability analysis, while later acknowledging that inter-observer variability may have introduced inconsistencies.
Editorial extensions
If this is right
- Future multi-class aortic segmentation papers can be compared directly on the same 40 test volumes instead of on private datasets.
- Because zone boundaries are defined by branch origins, predicted 23-class masks directly enable automated per-zone diameter and volume measurement, the quantities used for stent-graft sizing and rupture-risk assessment.
- The public release lets clinical centers retrain or fine-tune the top models on their own CTA protocols and test generalization.
- The evaluation code and rank-then-aggregate procedure give other anatomical segmentation challenges a ready-made template for stable leaderboards.
Reading between the lines
- What the paper does not do is validate the predicted masks against direct clinical measurements, so an immediate next step is to compute zone-wise diameters from the top models' outputs and compare them with manual vascular measurements on the same 40 test cases; that would test the clinical usability claim directly.
- Because the dataset is limited to uncomplicated type B dissections, the reported scores are disease-specific; extrapolating to type A dissections, aneurysms, or intramural hematoma requires a new benchmark built on those pathologies.
- The branch-first-then-zones annotation order means any systematic error in branch termination propagates into zone labels; a sensitivity analysis that perturbs branch endpoints and re-derives zones would show how much of the ranking depends on this geometric coupling.
- The small performance gaps among the top five algorithms suggest that a clinically weighted metric, weighting small branches such as renal arteries more heavily, might produce a more decision-relevant leaderboard than global DSC.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper describes AortaSeg24, a MICCAI 2024 challenge for multi-class segmentation of the aorta into 23 branches and SVS/STS zones. The authors introduce a dataset of 100 CTA volumes from patients with uncomplicated type B aortic dissections, annotated via a multi-stage process culminating in expert surgeon review. Sixteen teams submitted Docker containers evaluated on a hidden 40-case test set with Dice Similarity Coefficient (DSC) and Normalized Surface Distance (NSD, tau=2), using a rank-then-aggregate ranking method. The paper presents the top five algorithms' technical approaches, final rankings, qualitative results, and statistical analyses of ranking stability (significance maps and bootstrap). The dataset, evaluation code, and leading methods are made publicly available.
Significance. If the dataset's annotations are of sufficient quality, AortaSeg24 addresses a genuine gap: no publicly available dataset currently offers multi-class labeling of the entire aorta with branches and zones. The challenge design is rigorous: a hidden test set, metric selection (DSC and NSD), rank-then-aggregate ranking, and stability analyses (Wilcoxon/Holm and bootstrap) are appropriate and largely transparent. The public release of evaluation code and top team implementations further supports reproducibility. The main risks are that ground-truth annotation consistency is unmeasured, and the paper's more ambitious claims (state-of-the-art surpassing) are not backed by quantitative comparisons. With additional validation, this could become a standard benchmark for aortic segmentation.
major comments (4)
- [§3.2.3, §5.4] The ground-truth annotations are the yardstick for all reported DSC/NSD scores, yet the paper provides no inter-observer variability or annotation-consistency analysis. Section 3.2.3 describes a pipeline in which four trainees split the 100 volumes and a single expert vascular surgeon performed final edits, but no quantitative agreement statistics are reported. The paper itself concedes in §5.4 that 'inter-observer variability and difficulties in segmenting smaller aortic branches may have introduced inconsistencies.' This is load-bearing because systematic label noise, especially in small branches such as the renal arteries, could alter the algorithm ranking and the dataset's clinical utility. The authors should add a reproducibility sub-study (e.g., re-annotation of a subset by an independent expert with per-label DSC/NSD between annotators) or explicitly qualify the dataset as single-annotator with unmeasured variability.
- [§4.3, §5.3] The text in §4.3 states that A1 'consistently outperformed all others,' but the significance maps in §5.3 (Figure 7) show 'no significant differences were observed among the top five algorithms.' These statements should be reconciled. The rank-then-aggregate method can legitimately produce an ordering even when pairwise differences are not statistically significant, but the paper should state that the within-top-five order is not statistically supported and avoid language suggesting consistent superiority. This is important because Figure 8 and the narrative present the final rankings as robust.
- [Table 4, §4.3] Only label-averaged DSC and NSD are reported. Given the clinical motivation—diameter measurement in specific branches and zones—and the acknowledged difficulty with smaller branches, the benchmark's utility cannot be assessed without per-label performance. This is especially relevant for the renal arteries, superior mesenteric artery, and iliac branches, where errors may be masked by averaging. The paper should include per-label score tables (or a supplementary figure) and, ideally, per-label significance analyses.
- [§5.2] The claim that the top-performing teams 'surpass the current state-of-the-art CIS-UNet model' is not quantified. No test-set or cross-validation performance of CIS-UNet is reported anywhere in the paper, and CIS-UNet is the authors' own method (Imran et al., 2024; Krebs et al., 2024). A reader cannot verify this superiority claim. Either provide the CIS-UNet baseline numbers on the AortaSeg24 test set (or an equivalent comparison) or remove this assertion.
minor comments (5)
- [§4.5] The sentence 'All methods used the same architecture, nnU-Net' is contradicted by Table 3, which shows A5 uses a SegResNet component. Please rephrase to 'most methods used nnU-Net variants' or describe the architectural differences accurately.
- [§3.3] The NSD tolerance is set to tau=2 without rationale. A brief justification (e.g., clinical relevance or prior challenge conventions) would help readers interpret the NSD values.
- [§3.2.1] The reported range '512×512×245 to 512×512×962' uses nonstandard formatting; please clarify the intended dimensions. Also, the average slice thickness statement could be clearer given the range of 0.8 to 2.52 mm.
- [Figure 7] The significance maps are referenced but not shown in the manuscript text; ensure they are included in the final PDF so that the claims in §5.3 can be inspected.
- [§3.1] The dataset is described as 'open' but access requires a signed data use agreement and identity verification. Please clarify the access terms in the abstract or dataset availability statement.
Circularity Check
No significant circularity: the dataset claim and challenge rankings rest on independent annotation and hidden-test evaluation; the only self-citation is non-load-bearing.
full rationale
The AortaSeg24 paper is a challenge report and dataset release, not a derivation from first principles. Its central claims are (1) that 100 CTA volumes were annotated for 23 clinically relevant aortic branches and zones, (2) that participant algorithms were evaluated on 40 hidden test cases using DSC and NSD, and (3) that the dataset, evaluation code, and leading implementations are public. These claims are grounded in the described annotation pipeline in Section 3.2.3 and in the Grand Challenge evaluation workflow in Section 3.1 and 4.1, where participant Docker images were scored on test cases that 'remained entirely unseen by participants throughout the challenge.' The ground-truth labels were produced by manual expert editing, not by any equation fitted to the benchmark outputs. The challenge ranking is computed from independent participant submissions, so it is not forced by the organizers' own model. The only self-citation appears in Section 5.2, where CIS-UNet (Imran et al., 2024; Krebs et al., 2024) is called the current state-of-the-art and the top-performing teams are said to surpass it. This is a comparative claim made by the authors about their own prior work; it is not load-bearing for the dataset's existence, the annotation procedure, or the ranking computation. The paper explicitly acknowledges in Section 5.4 that inter-observer variability and difficulties in segmenting smaller branches may have introduced inconsistencies; this is a validity limitation, not a circularity. No equation is defined in terms of the result it purports to establish, no fitted parameter is renamed as a prediction, and no uniqueness theorem is imported from the authors' prior work. The benchmark is therefore self-contained against external validation, and there is no specific reduction from an output back to an input that would constitute circularity.
Assumptions & free parameters
free parameters (1)
- NSD tolerance tau =
2 mm
assumptions (4)
- domain assumption SVS/STS zone definitions as implemented in Table 2 define the 23 classes.
- domain assumption The expert vascular surgeon's final edited annotations are treated as ground truth.
- domain assumption The 40 hidden test volumes are representative of the target clinical population.
- domain assumption DSC and NSD with tau=2 adequately capture clinically relevant segmentation quality.
Cite this review
Pith. "Pith review of Multi-Class Segmentation of Aortic Branches and Zones in Computed Tomography Angiography: The AortaSeg24 Challenge." pith.science (2026). https://pith.science/paper/HMSJF6NU
@misc{pith2026250205330,
author = {Pith},
title = {Pith review of: Multi-Class Segmentation of Aortic Branches and Zones in Computed Tomography Angiography: The AortaSeg24 Challenge},
year = {2026},
howpublished = {\url{https://pith.science/paper/HMSJF6NU}},
note = {Machine review of arXiv:2502.05330}
}
read the original abstract
Multi-class segmentation of the aorta in computed tomography angiography (CTA) scans is essential for diagnosing and planning complex endovascular treatments for patients with aortic dissections. However, existing methods reduce aortic segmentation to a binary problem, limiting their ability to measure diameters across different branches and zones. Furthermore, no open-source dataset is currently available to support the development of multi-class aortic segmentation methods. To address this gap, we organized the AortaSeg24 MICCAI Challenge, introducing the first dataset of 100 CTA volumes annotated for 23 clinically relevant aortic branches and zones. This dataset was designed to facilitate both model development and validation. The challenge attracted 121 teams worldwide, with participants leveraging state-of-the-art frameworks such as nnU-Net and exploring novel techniques, including cascaded models, data augmentation strategies, and custom loss functions. We evaluated the submitted algorithms using the Dice Similarity Coefficient (DSC) and Normalized Surface Distance (NSD), highlighting the approaches adopted by the top five performing teams. This paper presents the challenge design, dataset details, evaluation metrics, and an in-depth analysis of the top-performing algorithms. The annotated dataset, evaluation code, and implementations of the leading methods are publicly available to support further research. All resources can be accessed at https://aortaseg24.grand-challenge.org.
Figures
Figures from the paper (4 more)
Forward citations
Cited by 4 Pith papers
-
SLIP: Segmentation with Low-latency Interactive Prompting for 3D Medical Images
SLIP decouples image encoding from prompt refinement via a patch memory bank, achieving 0.06s latency and reversible prompting for interactive 3D medical segmentation.
-
Parametric shape models for vessels learned from segmentations via differentiable voxelization
A differentiable voxelization loss lets neural networks fit B-spline centerline-and-radius vessel models directly to segmentations, giving sparse editable meshes with Dice scores around 95, 86, and 82 percent on the t...
-
Shape-aware Sampling Matters in the Modeling of Multi-Class Tubular Structures
A new patch-size allocation rule and skeleton-weighting scheme improves volumetric overlap and topology preservation for multi-class tubular structure segmentation in CT images.
-
Masked Autoencoder Pretraining and BiXLSTM ResNet Architecture for PET/CT Tumor Segmentation
Adding masked autoencoder self-supervised pretraining improves a BiXLSTM-ResNet model's PET/CT tumor segmentation Dice from 0.543 to 0.582 on AutoPET Task 1.
Reference graph
Works this paper leans on
-
[1]
author Bakas, S. , author Reyes, M. , author Jakab, A. , author Bauer, S. , author Rempfler, M. , author Crimi, A. , author Shinohara, R.T. , author Berger, C. , author Ha, S.M. , author Rozycki, M. , et al., year 2018 . title Identifying the best machine learning algorithms for brain tumor segmentation, progression assessment, and overall survival predic...
arXiv 2018
-
[2]
author Berhane, H. , author Scott, M. , author Elbaz, M. , author Jarvis, K. , author McCarthy, P. , author Carr, J. , author Malaisrie, C. , author Avery, R. , author Barker, A.J. , author Robinson, J.D. , et al., year 2020 . title Fully automated 3d aortic segmentation of 4d flow mri for hemodynamic analysis using deep learning . journal Magnetic resona...
work page 2020
-
[3]
author Cao, L. , author Shi, R. , author Ge, Y. , author Xing, L. , author Zuo, P. , author Jia, Y. , author Liu, J. , author He, Y. , author Wang, X. , author Luan, S. , et al., year 2019 . title Fully automatic segmentation of type b aortic dissection from cta images enabled by deep learning . journal European journal of radiology volume 121 , pages 108713
work page 2019
-
[4]
author Cardoso, M.J. , author Li, W. , author Brown, R. , author Ma, N. , author Kerfoot, E. , author Wang, Y. , author Murrey, B. , author Myronenko, A. , author Zhao, C. , author Yang, D. , et al., year 2022 . title Monai: An open-source framework for deep learning in healthcare . journal arXiv preprint arXiv:2211.02701
arXiv 2022
-
[5]
author Carrel, T. , author Sundt, T.M. , author von Kodolitsch, Y. , author Czerny, M. , year 2023 . title Acute aortic dissection . journal The Lancet volume 401 , pages 773--788
work page 2023
-
[6]
author de Carvalho Macruz, F.B. , author Lu, C. , author Strout, J. , author Takigami, A. , author Brooks, R. , author Doyle, S. , author Yun, M. , author Buch, V. , author Hedgire, S. , author Ghoshhajra, B. , year 2022 . title Quantification of the thoracic aorta and detection of aneurysm at ct: development and validation of a fully automatic methodolog...
work page 2022
-
[7]
author Chen, D. , author Zhang, X. , author Mei, Y. , author Liao, F. , author Xu, H. , author Li, Z. , author Xiao, Q. , author Guo, W. , author Zhang, H. , author Yan, T. , et al., year 2021 . title Multi-stage learning for segmentation of aortic dissections using a prior aortic anatomy simplification . journal Medical image analysis volume 69 , pages 101931
work page 2021
-
[8]
author Chen, W. , author Huang, H. , author Huang, J. , author Wang, K. , author Qin, H. , author Wong, K.K. , year 2022 . title Deep learning-based medical image segmentation of the aorta using xr-msf-u-net . journal Computer methods and programs in biomedicine volume 225 , pages 107073
work page 2022
Show all 57 references
-
[9]
, author Tian, S
author Cheng, J. , author Tian, S. , author Yu, L. , author Ma, X. , author Xing, Y. , year 2020 . title A deep learning algorithm using contrast-enhanced computed tomography (ct) images for segmentation and rapid automatic detection of aortic dissection . journal Biomedical S...
2020
-
[10]
, author Dahiya, N
author Comelli, A. , author Dahiya, N. , author Stefano, A. , author Benfante, V. , author Gentile, G. , author Agnese, V. , author Raffa, G.M. , author Pilato, M. , author Yezzi, A. , author Petrucci, G. , et al., year 2021 . title Deep learning approach for the segmentation ...
2021
-
[11]
, author Beichel, R
author Fedorov, A. , author Beichel, R. , author Kalpathy-Cramer, J. , author Finet, J. , author Fillion-Robin, J.C. , author Pujol, S. , author Bauer, C. , author Jennings, D. , author Fennessy, F. , author Sonka, M. , et al., year 2012 . title 3d slicer as an image computing...
2012
-
[12]
, author Lorenzana-Saldivar, E
author Feiger, B. , author Lorenzana-Saldivar, E. , author Cooke, C. , author Horstmeyer, R. , author Bishawi, M. , author Doberne, J. , author Hughes, G.C. , author Ranney, D. , author Voigt, S. , author Randles, A. , year 2021 . title Evaluation of u-net based architectures ...
2021
-
[13]
, author Fu, Z
author Feng, H. , author Fu, Z. , author Wang, Y. , author Zhang, P. , author Lai, H. , author Zhao, J. , year 2023 . title Automatic segmentation of thrombosed aortic dissection in post-operative ct-angiography images . journal Medical Physics volume 50 , pages 3538--3548
2023
-
[14]
, year 2022
author FLARE, M. , year 2022 . title FAST AND LOW-RESOURCE SEMI-SUPERVISED ABDOMINAL ORGAN SEGMENTATION. publisher SPRINGER
2022
-
[15]
, author Bouaou, K
author Guo, J. , author Bouaou, K. , author Houriez-Gombaud-Saintonge, S. , author Gueda, M. , author Gencer, U. , author Nguyen, V. , author Charpentier, E. , author Soulat, G. , author Redheuil, A. , author Mousseaux, E. , et al., year 2024 . title Deep learning-based analys...
2024
-
[16]
, author Mistelbauer, G
author Hahn, L.D. , author Mistelbauer, G. , author Higashigaito, K. , author Koci, M. , author Willemink, M.J. , author Sailer, A.M. , author Fischbein, M. , author Fleischmann, D. , year 2020 . title Ct-based true-and false-lumen segmentation in type b aortic dissection usin...
2020
-
[17]
, author Isensee, F
author Heller, N. , author Isensee, F. , author Maier-Hein, K.H. , author Hou, X. , author Xie, C. , author Li, F. , author Nan, Y. , author Mu, G. , author Lin, Z. , author Han, M. , et al., year 2021 . title The state of the art in kidney and kidney tumor segmentation in con...
2021
-
[18]
, author Isensee, F
author Heller, N. , author Isensee, F. , author Trofimova, D. , author Tejpaul, R. , author Zhao, Z. , author Chen, H. , author Wang, L. , author Golts, A. , author Khapun, D. , author Shats, D. , et al., year 2023 . title The kits21 challenge: Automatic segmentation of kidney...
2023 arXiv
-
[19]
, author Sathianathen, N
author Heller, N. , author Sathianathen, N. , author Kalapara, A. , author Walczak, E. , author Moore, K. , author Kaluzniak, H. , author Rosenberg, J. , author Blake, P. , author Rengel, Z. , author Oestreich, M. , et al., year 2019 . title The kits19 challenge data: 300 kidn...
2019 arXiv
-
[20]
, author Krebs, J.R
author Imran, M. , author Krebs, J.R. , author Gopu, V.R.R. , author Fazzone, B. , author Sivaraman, V.B. , author Kumar, A. , author Viscardi, C. , author Heithaus, R.E. , author Shickel, B. , author Zhou, Y. , et al., year 2024 . title Cis-unet: Multi-class segmentation of t...
2024
-
[21]
, author Jaeger, P.F
author Isensee, F. , author Jaeger, P.F. , author Kohl, S.A. , author Petersen, J. , author Maier-Hein, K.H. , year 2021 . title nnu-net: a self-configuring method for deep learning-based biomedical image segmentation . journal Nature methods volume 18 , pages 203--211
2021
-
[22]
, author Oh, H.M
author Jung, J.H. , author Oh, H.M. , author Jeong, G.J. , author Kim, T.W. , author Koo, H.J. , author Lee, J.G. , author Yang, D.H. , year 2024 . title Zozi-seg: A transformer and unet cascade network with zoom-out and zoom-in scheme for aortic dissection segmentation in enh...
2024
-
[23]
, author Czerny, M
author Juraszek, A. , author Czerny, M. , author Rylski, B. , year 2022 . title Update in aortic dissection . journal Trends in cardiovascular medicine volume 32 , pages 456--461
2022
-
[24]
, author Rokuss, M.R
author Kirchhoff, Y. , author Rokuss, M.R. , author Roy, S. , author Kovacs, B. , author Ulrich, C. , author Wald, T. , author Zenk, M. , author Vollmuth, P. , author Kleesiek, J. , author Isensee, F. , et al., year 2024 . title Skeleton recall loss for connectivity conserving...
2024 arXiv
-
[25]
, author Lee, J.G
author Koo, H.J. , author Lee, J.G. , author Lee, J.B. , author Kang, J.W. , author Yang, D.H. , year 2024 . title Deep learning based automatic segmentation of the thoracic aorta from chest computed tomography in healthy korean adults . journal European Journal of Vascular an...
2024
-
[26]
, author Imran, M
author Krebs, J.R. , author Imran, M. , author Fazzone, B. , author Viscardi, C. , author Berwick, B. , author Stinson, G. , author Heithaus, E. , author Upchurch Jr, G.R. , author Shao, W. , author Cooper, M.A. , year 2024 . title Volumetric analysis of acute uncomplicated ty...
2024
-
[27]
, author Gui, C
author Li, Y. , author Gui, C. , author Li, X. , author Chen, T. , author Song, X. , author Chen, Q. , author An, X. , year 2023 . title Evaluating nnu-net for type b aortic dissection segmentation on cta images , in: booktitle Proceedings of the 2023 10th International Confer...
2023
-
[28]
, author Gao, Z
author Lin, W. , author Gao, Z. , author Liu, H. , author Zhang, H. , year 2023 . title A deformable constraint transport network for optimal aortic segmentation from ct images . journal IEEE Transactions on Medical Imaging
2023
-
[29]
, author Hughes, G.C
author Lombardi, J.V. , author Hughes, G.C. , author Appoo, J.J. , author Bavaria, J.E. , author Beck, A.W. , author Cambria, R.P. , author Charlton-Ouw, K. , author Eslami, M.H. , author Kim, K.M. , author Leshnower, B.G. , et al., year 2020 . title Society for vascular surge...
2020
-
[30]
, author Fu, J
author Luo, X. , author Fu, J. , author Zhong, Y. , author Liu, S. , author Han, B. , author Astaraki, M. , author Bendazzoli, S. , author Toma-Dasu, I. , author Ye, Y. , author Chen, Z. , et al., year 2023 . title Segrap2023: A benchmark of organs-at-risk and gross tumor volu...
2023 arXiv
-
[31]
, author Yang, G
author Lyu, T. , author Yang, G. , author Zhao, X. , author Shu, H. , author Luo, L. , author Chen, D. , author Xiong, J. , author Yang, J. , author Li, S. , author Coatrieux, J.L. , et al., year 2021 . title Dissected aorta segmentation using convolutional neural networks . j...
2021
-
[32]
, author Zhang, Y
author Ma, J. , author Zhang, Y. , author Gu, S. , author An, X. , author Wang, Z. , author Ge, C. , author Wang, C. , author Zhang, F. , author Wang, Y. , author Xu, Y. , et al., year 2022 . title Fast and low-gpu-memory abdomen ct organ segmentation: the flare challenge . jo...
2022
-
[33]
, author Awasthi, N
author Maas, E.J. , author Awasthi, N. , author Van Pelt, E.G. , author Van Sambeek, M.M. , author Lopata, R.G. , year 2024 . title Automatic segmentation of abdominal aortic aneurysms from time-resolved 3d ultrasound images using deep learning . journal IEEE Transactions on U...
2024
-
[34]
, author Flores, J.G
author Manokaran, J. , author Flores, J.G. , author Ukwatta, E. , year 2023 . title Fully automated aortic segmentation of 3d phase-contrast magnetic resonance angiography images using deep learning techniques , in: booktitle Medical Imaging 2023: Biomedical Applications in Mo...
2023
-
[35]
, author Lalande, A
author Marin-Castrillon, D.M. , author Lalande, A. , author Leclerc, S. , author Ambarki, K. , author Morgant, M.C. , author Cochet, A. , author Lin, S. , author Bouchot, O. , author Boucher, A. , author Presles, B. , year 2023 . title 4d segmentation of the thoracic aorta fro...
2023
-
[36]
, author Pepe, A
author Mayer, C. , author Pepe, A. , author Hossain, S. , author Karner, B. , author Arnreiter, M. , author Kleesiek, J. , author Schmid, J. , author Janisch, M. , author Hannes, D. , author Fuchsj \"a ger, M. , et al., year 2024 . title type b aortic dissection cta collection...
2024
-
[37]
, author Isselbacher, E.M
author Members, W.C. , author Isselbacher, E.M. , author Preventza, O. , author Hamilton Black III, J. , author Augoustides, J.G. , author Beck, A.W. , author Bolen, M.A. , author Braverman, A.C. , author Bray, B.E. , author Brown-Zimmerman, M.M. , et al., year 2022 . title 20...
2022
-
[38]
, author Lyu, Z
author Mu, N. , author Lyu, Z. , author Rezaeitaleshmahalleh, M. , author Zhang, X. , author Rasmussen, T. , author McBane, R. , author Jiang, J. , year 2023 . title Automatic segmentation of abdominal aortic aneurysms from ct angiography using a context-aware cascaded u-net ....
2023
-
[39]
, author De Vos, B.D
author Noothout, J.M. , author De Vos, B.D. , author Wolterink, J.M. , author I s gum, I. , year 2018 . title Automatic segmentation of thoracic aorta segments in low-dose chest ct , in: booktitle Medical Imaging 2018: Image Processing , organization SPIE . pp. pages 446--451
2018
-
[40]
, author Melito, G.M
author Pepe, A. , author Melito, G.M. , author Egger, J. , year 2024 . title Segmentation of the Aorta: Towards the Automatic Segmentation, Modeling, and Meshing of the Aortic Vessel Tree from Multicenter Acquisition: First Challenge, SEG. A. 2023, Held in Conjunction with MIC...
2024
-
[41]
, author Ibragimov, B
author Podobnik, G. , author Ibragimov, B. , author Tappeiner, E. , author Lee, C. , author Kim, J.S. , author Mesbah, Z. , author Modzelewski, R. , author Ma, Y. , author Yang, F. , author Rudecki, M. , et al., year 2024 . title Han-seg: The head and neck organ-at-risk ct and...
2024
-
[42]
, author Jin, Y
author Radl, L. , author Jin, Y. , author Pepe, A. , author Li, J. , author Gsaxner, C. , author Zhao, F.h. , author Egger, J. , year 2022 . title Avt: Multicenter aortic vessel tree cta dataset collection with ground truth segmentation masks . journal Data in brief volume 40 ...
2022
-
[43]
, author Schussnig, R
author Rolf-Pissarczyk, M. , author Schussnig, R. , author Fries, T.P. , author Fleischmann, D. , author Elefteriades, J.A. , author Humphrey, J.D. , author Holzapfel, G.A. , year 2024 . title Mechanisms of aortic dissection: from pathological changes to experimental and in si...
2024
-
[44]
O zdemir, B. , author Studier-Fischer, A. , author Kn \
author Seidlitz, S. , author Sellner, J. , author Odenthal, J. , author \"O zdemir, B. , author Studier-Fischer, A. , author Kn \"o dler, S. , author Ayala, L. , author Adler, T.J. , author Kenngott, H.G. , author Tizabi, M. , et al., year 2022 . title Robust deep learning-bas...
2022
-
[45]
, author Hu, J
author Shi, P. , author Hu, J. , author Yang, Y. , author Gao, Z. , author Liu, W. , author Ma, T. , year 2024 . title Centerline boundary dice loss for vascular segmentation , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention...
2024
-
[46]
, author Widmann, C
author Sieren, M.M. , author Widmann, C. , author Weiss, N. , author Moltz, J.H. , author Link, F. , author Wegner, F. , author Stahlberg, E. , author Horn, M. , author Oecherting, T.H. , author Goltz, J.P. , et al., year 2022 . title Automated segmentation and quantification ...
2022
-
[47]
, author Xu, J
author Sun, H. , author Xu, J. , author Duan, Y. , year 2024 . title Paratranscnn: Parallelized transcnn encoder for medical image segmentation . journal arXiv preprint arXiv:2401.15307
2024 arXiv
-
[48]
, author Georgas, K
author Vagenas, T.P. , author Georgas, K. , author Matsopoulos, G.K. , year 2024 . title Deep learning-based segmentation and mesh reconstruction of the aortic vessel tree from cta images , in: editor Pepe, A. , editor Melito, G.M. , editor Egger, J. (Eds.), booktitle Segmenta...
2024
-
[49]
, author Reinke, A
author Wiesenfarth, M. , author Reinke, A. , author Landman, B.A. , author Eisenmann, M. , author Saiz, L.A. , author Cardoso, M.J. , author Maier-Hein, L. , author Kopp-Schneider, A. , year 2021 . title Methods and open-source toolkit for analyzing and visualizing challenge r...
2021
-
[50]
, author Lu, W
author Xu, X. , author Lu, W. , author Lei, J. , author Qiu, P. , author Shen, H.B. , author Yang, Y. , year 2023 . title Sliceprop: A slice-wise bidirectional propagation model for interactive 3d medical image segmentation , in: booktitle 2023 IEEE International Conference on...
2023
-
[51]
, author Xie, W
author Yao, Z. , author Xie, W. , author Zhang, J. , author Dong, Y. , author Qiu, H. , author Yuan, H. , author Jia, Q. , author Wang, T. , author Shi, Y. , author Zhuang, J. , et al., year 2021 . title Imagetbad: A 3d computed tomography angiography image dataset for automat...
2021
-
[52]
, author Han, H
author Yin, Z.Q. , author Han, H. , author Yan, X. , author Zheng, Q.J. , year 2023 . title Research progress on the pathogenesis of aortic dissection . journal Current problems in cardiology volume 48 , pages 101249
2023
-
[53]
, author Gao, Y
author Yu, Y. , author Gao, Y. , author Wei, J. , author Liao, F. , author Xiao, Q. , author Zhang, J. , author Yin, W. , author Lu, B. , year 2021 . title A three-dimensional deep convolutional neural network for automatic segmentation and diameter measurement of type b aorti...
2021
-
[54]
, author Schwartz, L.H
author Zhao, B. , author Schwartz, L.H. , author Kris, M.G. , year 2015 . title Data from rider\_lung ct . journal The Cancer Imaging Archive
2015
-
[55]
, author Zhao, J
author Zhao, J. , author Zhao, J. , author Pang, S. , author Feng, Q. , year 2022 . title Segmentation of the true lumen of aorta dissection via morphology-constrained stepwise deep mesh regression . journal IEEE Transactions on Medical Imaging volume 41 , pages 1826--1836
2022
-
[56]
, author Bian, Z
author Zhong, J. , author Bian, Z. , author Hatt, C.R. , author Burris, N.S. , year 2021 . title Segmentation of the thoracic aorta using an attention-gated u-net , in: booktitle Medical Imaging 2021: Computer-Aided Diagnosis , organization SPIE . pp. pages 147--153
2021
-
[57]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.