Medical Image Segmentation Using Squeeze-and-Expansion Transformers
Medical image segmentation is important for computer-aided diagnosis. Good segmentation demands the model to see the big picture and fine details simultaneously, i.e., to learn image features that incorporate large context while keep high spatial resolutions. To approach this goal, the most widely used methods -- U-Net and variants, extract and fuse multi-scale features. However, the fused features still have small "effective receptive fields" with a focus on local image cues, limiting their performance. In this work, we propose Segtran, an alternative segmentation framework based on transformers, which have unlimited "effective receptive fields" even at high feature resolutions. The core of Segtran is a novel Squeeze-and-Expansion transformer: a squeezed attention block regularizes the self attention of transformers, and an expansion block learns diversified representations. Additionally, we propose a new positional encoding scheme for transformers, imposing a continuity inductive bias for images. Experiments were performed on 2D and 3D medical image segmentation tasks: optic disc/cup segmentation in fundus images (REFUGE'20 challenge), polyp segmentation in colonoscopy images, and brain tumor segmentation in MRI scans (BraTS'19 challenge). Compared with representative existing methods, Segtran consistently achieved the highest segmentation accuracy, and exhibited good cross-domain generalization capabilities. The source code of Segtran is released at https://github.com/askerlee/segtran.
Code (2)
Tasks
Brain Tumor SegmentationDomain GeneralizationImage SegmentationInductive BiasMedical Image SegmentationOptic Cup SegmentationOptic Disc SegmentationSegmentationSemantic SegmentationTumor SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MIST: Medical Image Segmentation Transformer with Convolutional Attention Mixing (CAM) Decoder
One of the common and promising deep learning approaches used for medical image segmentation is transformers, as they can capture long-range dependencies among the pixels by utilizing self-attention. Despite being succes…
DecoderImage SegmentationMedical Image SegmentationSegmentation+1ESDMR-Net: A Lightweight Network With Expand-Squeeze and Dual Multiscale Residual Connections for Medical Image Segmentation
Segmentation is an important task in a wide range of computer vision applications, including medical image analysis. Recent years have seen an increase in the complexity of medical image segmentation approaches based on …
DecoderImage SegmentationMedical Image AnalysisMedical Image Segmentation+2`Project & Excite' Modules for Segmentation of Volumetric Medical Scans
Fully Convolutional Neural Networks (F-CNNs) achieve state-of-the-art performance for image segmentation in medical imaging. Recently, squeeze and excitation (SE) modules and variations thereof have been introduced to re…
Brain SegmentationImage SegmentationSegmentationSemantic Segmentation'Squeeze & Excite' Guided Few-Shot Segmentation of Volumetric Images
Deep neural networks enable highly accurate image segmentation, but require large amounts of manually annotated data for supervised training. Few-shot learning aims to address this shortcoming by learning a new class fro…
Few-Shot LearningImage SegmentationOrgan SegmentationSegmentation+1Squeeze Excitation Embedded Attention UNet for Brain Tumor Segmentation
Deep Learning based techniques have gained significance over the past few years in the field of medicine. They are used in various applications such as classifying medical images, segmentation and identification. The exi…
Brain Tumor SegmentationSegmentationTumor Segmentation