TL;DR
TransDeepLab introduces a novel pure Transformer-based model for medical image segmentation, effectively capturing both local and global features, outperforming or matching existing CNN-based methods while reducing model complexity.
Contribution
This work is the first to model the DeepLab architecture entirely with a Transformer, leveraging hierarchical Swin-Transformer to enhance medical image segmentation performance.
Findings
Outperforms most contemporary CNN and Vision Transformer methods
Achieves comparable results with reduced model complexity
Validated on various medical segmentation tasks
Abstract
Convolutional neural networks (CNNs) have been the de facto standard in a diverse set of computer vision tasks for many years. Especially, deep neural networks based on seminal architectures such as U-shaped models with skip-connections or atrous convolution with pyramid pooling have been tailored to a wide range of medical image analysis tasks. The main advantage of such architectures is that they are prone to detaining versatile local features. However, as a general consensus, CNNs fail to capture long-range dependencies and spatial correlations due to the intrinsic property of confined receptive field size of convolution operations. Alternatively, Transformer, profiting from global information modelling that stems from the self-attention mechanism, has recently attained remarkable performance in natural language processing and computer vision. Nevertheless, previous studies prove…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Dropout · Softmax · Atrous Spatial Pyramid Pooling · Layer Normalization · Batch Normalization · Position-Wise Feed-Forward Layer · Adam
