TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DoubleU-Net: A Deep Convolutional Neural Network for Medic...

DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation

Debesh Jha, Michael A. Riegler, Dag Johansen, Pål Halvorsen, Håvard D. Johansen

2020-06-08Colorectal Polyps CharacterizationCell SegmentationSegmentationTransfer LearningLesion SegmentationSemantic SegmentationMedical Image SegmentationSkin Cancer SegmentationImage Segmentation
PaperPDFCode(official)CodeCodeCode

Abstract

Semantic image segmentation is the process of labeling each pixel of an image with its corresponding class. An encoder-decoder based approach, like U-Net and its variants, is a popular strategy for solving medical image segmentation tasks. To improve the performance of U-Net on various segmentation tasks, we propose a novel architecture called DoubleU-Net, which is a combination of two U-Net architectures stacked on top of each other. The first U-Net uses a pre-trained VGG-19 as the encoder, which has already learned features from ImageNet and can be transferred to another task easily. To capture more semantic information efficiently, we added another U-Net at the bottom. We also adopt Atrous Spatial Pyramid Pooling (ASPP) to capture contextual information within the network. We have evaluated DoubleU-Net using four medical segmentation datasets, covering various imaging modalities such as colonoscopy, dermoscopy, and microscopy. Experiments on the MICCAI 2015 segmentation challenge, the CVC-ClinicDB, the 2018 Data Science Bowl challenge, and the Lesion boundary segmentation datasets demonstrate that the DoubleU-Net outperforms U-Net and the baseline models. Moreover, DoubleU-Net produces more accurate segmentation masks, especially in the case of the CVC-ClinicDB and MICCAI 2015 segmentation challenge datasets, which have challenging images such as smaller and flat polyps. These results show the improvement over the existing U-Net model. The encouraging results, produced on various medical image segmentation datasets, show that DoubleU-Net can be used as a strong baseline for both medical image segmentation and cross-dataset evaluation testing to measure the generalizability of Deep Learning (DL) models.

Results

TaskDatasetMetricValueModel
Medical Image Segmentation2015 MICCAI Polyp DetectionDice0.7649DoubleUNet
Medical Image SegmentationKvasir-InstrumentDSC0.9038DoubleUNet
Medical Image Segmentation2018 Data Science BowlDice0.9133DoubleUNet
Medical Image Segmentation2018 Data Science BowlPrecision0.9596DoubleUNet
Medical Image Segmentation2018 Data Science BowlRecall0.6407DoubleUNet
Medical Image Segmentation2018 Data Science BowlmIoU0.8407DoubleUNet
Medical Image SegmentationCVC-ClinicDBmean Dice0.9239DoubleUNet
Medical Image SegmentationISIC 2018mean Dice0.8962DoubleU-Net
Semantic SegmentationKvasir-InstrumentDSC0.9038DoubleUNet
Semantic SegmentationKvasir-InstrumentmIoU0.843DoubleUNet
10-shot image generationKvasir-InstrumentDSC0.9038DoubleUNet
10-shot image generationKvasir-InstrumentmIoU0.843DoubleUNet

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21RaMen: Multi-Strategy Multi-Modal Learning for Bundle Construction2025-07-18Deep Learning-Based Fetal Lung Segmentation from Diffusion-weighted MRI Images and Lung Maturity Evaluation for Fetal Growth Restriction2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17From Variability To Accuracy: Conditional Bernoulli Diffusion Models with Consensus-Driven Correction for Thin Structure Segmentation2025-07-17Unleashing Vision Foundation Models for Coronary Artery Segmentation: Parallel ViT-CNN Encoding and Variational Fusion2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17