Aortic Dissection (AD) is a severe condition caused by a tear in the aortic inner wall, allowing blood to flow between the layers of the aortic wall and potentially leading to life-threatening complications. Managing AD involves imaging, medical treat...
Aortic Dissection (AD) is a severe condition caused by a tear in the aortic inner wall, allowing blood to flow between the layers of the aortic wall and potentially leading to life-threatening complications. Managing AD involves imaging, medical treatment, and sometimes surgery. CT scans, which produce high-resolution images quickly, are commonly used for AD diagnosis and prognosis evaluation. Accurate segmentation of the True Lumen (TL), False Lumen (FL), and Thrombosis (TH) is crucial, but manual measurement is time-consuming and variable. To address this, computer vision, machine learning, and deep learning methods have been introduced. Although CNN-based models have played a significant role in medical image analysis, they have limitations in comprehensively understanding anatomical structures. To overcome these limitations, Transformer-based models have been introduced, excelling in extracting global context information but being less effective in capturing local texture details. Therefore, this study proposes a model that combines the strengths of CNNs and Transformers. We designed a two-stage model: the first stage uses a 3D Transformer UNet to learn the aorta’s global information, while the second stage uses a 3D UNet to learn the detailed textures of TL, FL, and TH. Additionally, a multi-scale patch extraction method is applied to effectively capture both the aorta’s global information and detailed textures. This model's two-step approach—using a 3D Transformer UNet for global context and a 3D CNN UNet for local texture—has been validated in ablation studies. The model's performance was evaluated using the dataset from Asan Medical Center and compared with existing models such as nnUNet and nnFormer. Our method achieved Dice Similarity Coefficients (DSC) of 0.917, 0.888, and 0.630 for TL, FL, and TH, respectively, demonstrating the highest segmentation accuracy. The model's robustness and generalizability were further assessed using external datasets, showing potential for improving AD diagnosis and treatment across various clinical settings.