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

UNeXt: MLP-based Rapid Medical Image Segmentation Network

About

UNet and its latest extensions like TransUNet have been the leading medical image segmentation methods in recent years. However, these networks cannot be effectively adopted for rapid image segmentation in point-of-care applications as they are parameter-heavy, computationally complex and slow to use. To this end, we propose UNeXt which is a Convolutional multilayer perceptron (MLP) based network for image segmentation. We design UNeXt in an effective way with an early convolutional stage and a MLP stage in the latent stage. We propose a tokenized MLP block where we efficiently tokenize and project the convolutional features and use MLPs to model the representation. To further boost the performance, we propose shifting the channels of the inputs while feeding in to MLPs so as to focus on learning local dependencies. Using tokenized MLPs in latent space reduces the number of parameters and computational complexity while being able to result in a better representation to help segmentation. The network also consists of skip connections between various levels of encoder and decoder. We test UNeXt on multiple medical image segmentation datasets and show that we reduce the number of parameters by 72x, decrease the computational complexity by 68x, and improve the inference speed by 10x while also obtaining better segmentation performance over the state-of-the-art medical image segmentation architectures. Code is available at https://github.com/jeya-maria-jose/UNeXt-pytorch

Jeya Maria Jose Valanarasu, Vishal M. Patel• 2022

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationCVC-ClinicDB (test)
DSC49.15
196
Medical Image SegmentationBUSI (test)
Dice75.52
121
Medical Image SegmentationSynapse (test)
Dice72.52
111
Skin Lesion SegmentationISIC 2017 (test)
Dice Score87.52
100
Medical Image SegmentationISIC 2018
Dice Score89.7
92
Polyp SegmentationKvasir-SEG (test)
mIoU0.6284
87
Medical Image SegmentationKvasir-Seg
Dice Score85.11
75
Medical Image SegmentationCVC-ClinicDB
Dice Score88.76
68
Binary SegmentationKvasir-SEG (test)
DSC0.7788
67
Medical Image SegmentationISIC
DICE91.55
64
Showing 10 of 76 rows
...

Other info

Code

Follow for update