Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Medical Image Segmentation Using Squeeze-and-Expansion Transformers

About

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.

Shaohua Li, Xiuchao Sui, Xiangde Luo, Xinxing Xu, Yong Liu, Rick Goh• 2021

Related benchmarks

TaskDatasetResultRank
Optic Cup and Disc SegmentationREFUGE 2020 (val)
Cup Dice87.2
14
Polyp SegmentationKvasir (val)
Dice Coefficient90.3
14
Polyp SegmentationCVC (val)
Dice Score93.1
14
3D Brain Tumor SegmentationBraTS 2019 (val)
Dice (ET)0.74
13
Medical Image Segmentationinput image 256x256
Params (M)93.1
6
Optic Cup SegmentationREFUGE 20 (train)
Dice Score0.938
3
Optic Cup SegmentationRIM-One (test)
Dice Score0.796
3
Showing 7 of 7 rows

Other info

Code

Follow for update