paper-with-me

Papers

Medical Image Segmentation Using Squeeze-and-Expansion Transformers

2021-05-20 · Shaohua Li, Xiuchao Sui, Xiangde Luo, Xinxing Xu, Yong liu, Rick Goh

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.

📄 PDF Abstract BibTeX arXiv:2105.09511

Code (2)

askerlee/segtran 공식 구현 pytorch
maxiao0234/ttga pytorch

Tasks

Brain Tumor SegmentationDomain GeneralizationImage SegmentationInductive BiasMedical Image SegmentationOptic Cup SegmentationOptic Disc SegmentationSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
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…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

MIST: Medical Image Segmentation Transformer with Convolutional Attention Mixing (CAM) Decoder

2023-10-30 · Md Motiur Rahman, Shiva Shokouhmand, Smriti Bhatt, Miad Faezipour

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+1

ESDMR-Net: A Lightweight Network With Expand-Squeeze and Dual Multiscale Residual Connections for Medical Image Segmentation

2023-12-17 · Tariq M Khan, Syed S. Naqvi, Erik Meijering

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

2019-06-11 · Anne-Marie Rickmann, Abhijit Guha Roy, Ignacio Sarasua, Nassir Navab 외

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

2019-02-04 · Abhijit Guha Roy, Shayan Siddiqui, Sebastian Pölsterl, Nassir Navab 외

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+1

Squeeze Excitation Embedded Attention UNet for Brain Tumor Segmentation

2023-05-13 · Gaurav Prasanna, John Rohit Ernest, Lalitha G, Sathiya Narayanan

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