M2U-Net: Effective and Efficient Retinal Vessel Segmentation for Resource-Constrained Environments
Tim Laibacher, Tillman Weyde, Sepehr Jalali

TL;DR
This paper introduces M2U-Net, a lightweight neural network for retinal vessel segmentation that achieves state-of-the-art accuracy, real-time performance on high-resolution images, and is suitable for deployment in resource-constrained environments.
Contribution
M2U-Net is a novel, compact neural network architecture combining MobileNetV2 components and new decoder blocks, enabling efficient and accurate retinal vessel segmentation in resource-limited settings.
Findings
Achieves state-of-the-art performance on two datasets
Runs in real-time on high-resolution images
Operates efficiently on embedded systems
Abstract
In this paper, we present a novel neural network architecture for retinal vessel segmentation that improves over the state of the art on two benchmark datasets, is the first to run in real time on high resolution images, and its small memory and processing requirements make it deployable in mobile and embedded systems. The M2U-Net has a new encoder-decoder architecture that is inspired by the U-Net. It adds pretrained components of MobileNetV2 in the encoder part and novel contractive bottleneck blocks in the decoder part that, combined with bilinear upsampling, drastically reduce the parameter count to 0.55M compared to 31.03M in the original U-Net. We have evaluated its performance against a wide body of previously published results on three public datasets. On two of them, the M2U-Net achieves new state-of-the-art performance by a considerable margin. When implemented on a GPU, our…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Gaze Tracking and Assistive Technology · Glaucoma and retinal disorders
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · U-Net · Depthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · Batch Normalization · Inverted Residual Block · Average Pooling
