paper-with-me

Papers

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

2020-06-08 · Debesh Jha, Michael A. Riegler, Dag Johansen, Pål Halvorsen, Håvard D. Johansen

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.

📄 PDF Abstract BibTeX arXiv:2006.04868

Code (4)

DebeshJha/2020-CBMS-DoubleU-Net 공식 구현 tf
Janetteeeeeeee/double_unet tf
harsh-jadhav/SIIM-Pneumothorax-Case-Study2 tf
mehul-k5/Double-Unet tf

Tasks

Cell SegmentationColorectal Polyps CharacterizationImage SegmentationLesion SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSkin Cancer SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

VGG-19 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

DoubleU-NetPlus: A Novel Attention and Context Guided Dual U-Net with Multi-Scale Residual Feature Fusion Network for Semantic Segmentation of Medical Images

2022-11-25 · Md. Rayhan Ahmed, Adnan Ferdous Ashrafi, Raihan Uddin Ahmed, Swakkhar Shatabda 외

Accurate segmentation of the region of interest in medical images can provide an essential pathway for devising effective treatment plans for life-threatening diseases. It is still challenging for U-Net, and its state-of…

Image SegmentationMedical Image SegmentationSemantic Segmentation

DoubleU-Net++: Architecture with Exploit Multiscale Features for Vertebrae Segmentation

2022-01-28 · Simindokht Jahangard, Mahdi Bonyani, Abbas Khosravi

Accurate segmentation of the vertebra is an important prerequisite in various medical applications (E.g. tele surgery) to assist surgeons. Following the successful development of deep neural networks, recent studies have…

Segmentation

When CNNs Outperform Transformers and Mambas: Revisiting Deep Architectures for Dental Caries Segmentation

2025-11-18 · Aashish Ghimire, Jun Zeng, Roshan Paudel, Nikhil Kumar Tomar 외 arxiv

Accurate identification and segmentation of dental caries in panoramic radiographs are critical for early diagnosis and effective treatment planning. Automated segmentation remains challenging due to low lesion contrast,…

Medical Image Segmentation

Dual Cross-Attention for Medical Image Segmentation

2023-03-30 · Gorkem Can Ates, Prasoon Mohan, Emrah Celik

We propose Dual Cross-Attention (DCA), a simple yet effective attention module that is able to enhance skip-connections in U-Net-based architectures for medical image segmentation. DCA addresses the semantic gap between …

DecoderMedical Image Segmentation

Iterative Deep Convolutional Encoder-Decoder Network for Medical Image Segmentation

2017-08-11 · Jung Uk Kim, Hak Gu Kim, Yong Man Ro

In this paper, we propose a novel medical image segmentation using iterative deep learning framework. We have combined an iterative learning approach and an encoder-decoder network to improve segmentation results, which …

DecoderDeep LearningImage SegmentationMedical Image Segmentation+2