paper-with-me

홈 › Papers

E2E-Swin-Unet++: An Enhanced End-to-End Swin-Unet Architecture With Dual Decoders For PTMC Segmentation

2024-10-23 · Maryam Dialameh, Hossein Rajabzadeh, Moslem Sadeghi-Goughari, Jung Suk Sim, Hyock Ju Kwon

Precise segmentation of papillary thyroid microcarcinoma (PTMC) during ultrasound-guided radiofrequency ablation (RFA) is critical for effective treatment but remains challenging due to acoustic artifacts, small lesion size, and anatomical variability. In this study, we propose \textbf{DualSwinUnet++}, a dual-decoder transformer-based architecture designed to enhance PTMC segmentation by incorporating thyroid gland context. DualSwinUnet++ employs independent linear projection heads for each decoder and a residual information flow mechanism that passes intermediate features from the first (thyroid) decoder to the second (PTMC) decoder via concatenation and transformation. These design choices allow the model to condition tumor prediction explicitly on gland morphology without shared gradient interference. Trained on a clinical ultrasound dataset with 691 annotated RFA images and evaluated against state-of-the-art models, DualSwinUnet++ achieves superior Dice and Jaccard scores while maintaining sub-200ms inference latency. The results demonstrate the model's suitability for near real-time surgical assistance and its effectiveness in improving segmentation accuracy in challenging PTMC cases.

📄 PDF Abstract BibTeX arXiv:2410.18239

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSegmentation

Methods 이 논문이 사용한 방법론

UNet++ UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder…

Similar Papers 제목 키워드 기반

Multi-modal brain MRI synthesis based on SwinUNETR

2025-06-03 · Haowen Pang, Weiyan Guo, Chuyang Ye

Multi-modal brain magnetic resonance imaging (MRI) plays a crucial role in clinical diagnostics by providing complementary information across different imaging modalities. However, a common challenge in clinical practice…

DiagnosticMedical Image Analysis

PARSE challenge 2022: Pulmonary Arteries Segmentation using Swin U-Net Transformer(Swin UNETR) and U-Net

2022-08-20 · Akansh Maurya, Kunal Dashrath Patil, Rohan Padhy, Kalluri Ramakrishna 외

In this work, we present our proposed method to segment the pulmonary arteries from the CT scans using Swin UNETR and U-Net-based deep neural network architecture. Six models, three models based on Swin UNETR, and three …

Long-horizon prediction of three-dimensional wall-bounded turbulence with CTA-Swin-UNet and resolvent analysis

2026-05-18 · Bo Chen, Yitong Fan, Jie Yao, Weipeng Li arxiv

Long-horizon prediction of three-dimensional (3D) wall-bounded turbulence with machine-learning methods remains a challenging task, due to the rapid accumulation of autoregressive errors and the substantially computation…

SUNet: Swin Transformer UNet for Image Denoising

2022-02-28 · Chi-Mao Fan, Tsung-Jung Liu, Kuan-Hsien Liu

Image restoration is a challenging ill-posed problem which also has been a long-standing issue. In the past few years, the convolution neural networks (CNNs) almost dominated the computer vision and had achieved consider…

DenoisingImage DenoisingImage Restoration

CSWin-UNet: Transformer UNet with Cross-Shaped Windows for Medical Image Segmentation

2024-07-25 · Xiao Liu, Peng Gao, Tao Yu, Fei Wang 외

Deep learning, especially convolutional neural networks (CNNs) and Transformer architectures, have become the focus of extensive research in medical image segmentation, achieving impressive results. However, CNNs come wi…

Computational EfficiencyDecoderImage SegmentationMedical Image Segmentation+2