Implementation of a Modified U-Net for Medical Image Segmentation on Edge Devices
Owais Ali, Hazrat Ali, Syed Ayaz Ali Shah, Aamir Shahzad

TL;DR
This paper presents a modified U-Net model optimized for low-power edge devices, achieving high accuracy in medical image segmentation with significantly fewer parameters, enabling portable medical imaging applications.
Contribution
The work introduces a modified U-Net architecture with drastically reduced parameters, enabling effective medical image segmentation on edge devices like Intel NCS-2.
Findings
Achieved dice scores of 0.96, 0.94, and 0.74 on three datasets.
Reduced model parameters from 30 million to 0.49 million.
Enabled inference on low-power edge hardware.
Abstract
Deep learning techniques, particularly convolutional neural networks, have shown great potential in computer vision and medical imaging applications. However, deep learning models are computationally demanding as they require enormous computational power and specialized processing hardware for model training. To make these models portable and compatible for prototyping, their implementation on low-power devices is imperative. In this work, we present the implementation of Modified U-Net on Intel Movidius Neural Compute Stick 2 (NCS-2) for the segmentation of medical images. We selected U-Net because, in medical image segmentation, U-Net is a prominent model that provides improved performance for medical image segmentation even if the dataset size is small. The modified U-Net model is evaluated for performance in terms of dice score. Experiments are reported for segmentation task on…
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
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Convolution · Max Pooling · U-Net
