HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Medical Image Segmentation Using Squeeze-and-Expansion Transformers

Shaohua Li; Xiuchao Sui; Xiangde Luo; Xinxing Xu; Yong Liu; Rick Goh

Medical Image Segmentation Using Squeeze-and-Expansion Transformers

Abstract

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 Repositories

maxiao0234/ttga
pytorch
Mentioned in GitHub
askerlee/segtran
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
brain-tumor-segmentation-on-brats-2019Bag of tricks
ET: 0.729
TC: 0.802
WT: 0.895
brain-tumor-segmentation-on-brats-2019Segtran (i3d)
Avg.: 0.817
TC: 0.817
brain-tumor-segmentation-on-brats-2019Extension of nnU-Net
Avg.: 0.812
ET: 0.740
TC: 0.807
WT: 0.894
optic-cup-segmentation-on-refuge-challengeSegtran (EfficientNet-B4)
Dice: 0.872

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Medical Image Segmentation Using Squeeze-and-Expansion Transformers | Papers | HyperAI