paper-with-me

홈 › Papers

Swin SMT: Global Sequential Modeling in 3D Medical Image Segmentation

2024-07-10 · Szymon Płotka, Maciej Chrabaszcz, Przemyslaw Biecek

Recent advances in Vision Transformers (ViTs) have significantly enhanced medical image segmentation by facilitating the learning of global relationships. However, these methods face a notable challenge in capturing diverse local and global long-range sequential feature representations, particularly evident in whole-body CT (WBCT) scans. To overcome this limitation, we introduce Swin Soft Mixture Transformer (Swin SMT), a novel architecture based on Swin UNETR. This model incorporates a Soft Mixture-of-Experts (Soft MoE) to effectively handle complex and diverse long-range dependencies. The use of Soft MoE allows for scaling up model parameters maintaining a balance between computational complexity and segmentation performance in both training and inference modes. We evaluate Swin SMT on the publicly available TotalSegmentator-V2 dataset, which includes 117 major anatomical structures in WBCT images. Comprehensive experimental results demonstrate that Swin SMT outperforms several state-of-the-art methods in 3D anatomical structure segmentation, achieving an average Dice Similarity Coefficient of 85.09%. The code and pre-trained weights of Swin SMT are publicly available at https://github.com/MI2DataLab/SwinSMT.

📄 PDF Abstract BibTeX arXiv:2407.07514

Code (1)

mi2datalab/swinsmt 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationMixture-of-ExpertsSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Attention 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
U-Net 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Swin-UMamba: Mamba-based UNet with ImageNet-based pretraining

2024-02-05 · Jiarun Liu, Hao Yang, Hong-Yu Zhou, Yan Xi 외

Accurate medical image segmentation demands the integration of multi-scale information, spanning from local features to global dependencies. However, it is challenging for existing methods to model long-range global info…

Image SegmentationMambaMedical Image AnalysisMedical Image Segmentation+1

DS-TransUNet:Dual Swin Transformer U-Net for Medical Image Segmentation

2021-06-12 · Ailiang Lin, Bingzhi Chen, Jiayu Xu, Zheng Zhang 외

Automatic medical image segmentation has made great progress benefit from the development of deep learning. However, most existing methods are based on convolutional neural networks (CNNs), which fail to build long-range…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation

2021-05-12 · Hu Cao, Yueyue Wang, Joy Chen, Dongsheng Jiang 외

In the past few years, convolutional neural networks (CNNs) have achieved milestones in medical image analysis. Especially, the deep neural networks based on U-shaped architecture and skip-connections have been widely ap…

Cardiac SegmentationDecoderImage SegmentationMedical Image Analysis+2

SWinMamba: Serpentine Window State Space Model for Vascular Segmentation

2025-07-02 · Rongchang Zhao, Huanchi Liu, Jian Zhang arxiv

Vascular segmentation in medical images is crucial for disease diagnosis and surgical navigation. However, the segmented vascular structure is often discontinuous due to its slender nature and inadequate prior modeling. …

STM-UNet: An Efficient U-shaped Architecture Based on Swin Transformer and Multi-scale MLP for Medical Image Segmentation

2023-04-25 · Lei Shi, Tianyu Gao, Zheng Zhang, Junxing Zhang

Automated medical image segmentation can assist doctors to diagnose faster and more accurate. Deep learning based models for medical image segmentation have made great progress in recent years. However, the existing mode…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation