Medical Image Segmentation Using Squeeze-and-Expansion Transformers
Shaohua Li, Xiuchao Sui, Xiangde Luo, Xinxing Xu, Yong Liu, Rick Goh

TL;DR
Segtran introduces a transformer-based framework for medical image segmentation that captures large contextual information and maintains high spatial resolution, outperforming traditional multi-scale methods across various 2D and 3D tasks.
Contribution
This work presents Segtran, a novel transformer architecture with a Squeeze-and-Expansion attention mechanism and a new positional encoding, enhancing segmentation accuracy and generalization in medical imaging.
Findings
Achieved highest accuracy on multiple medical segmentation benchmarks.
Demonstrated strong cross-domain generalization capabilities.
Outperformed existing methods in 2D and 3D segmentation tasks.
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Brain Tumor Detection and Classification
MethodsConcatenated Skip Connection · Convolution · Max Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · U-Net
